Home
last modified time | relevance | path

Searched refs:SND_AllocCommand (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.2.1/include/nitro/snd/common/
Dcommand.h98 struct SNDCommand *SND_AllocCommand(u32 flags);
/TwlSDK-5.2.1/build/libraries/snd/common/src/
Dsnd_command.c150 command = SND_AllocCommand(SND_COMMAND_BLOCK); in SND_CommandInit()
245 SNDCommand *SND_AllocCommand(u32 flags) in SND_AllocCommand() function
/TwlSDK-5.2.1/build/libraries/snd/ARM9/src/
Dsnd_interface.c415 SNDCommand *command = SND_AllocCommand(SND_COMMAND_BLOCK); in PushCommand_impl()