Home
last modified time | relevance | path

Searched refs:SND_CountFreeCommand (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.2.1/include/nitro/snd/common/
Dcommand.h112 int SND_CountFreeCommand(void);
/TwlSDK-5.2.1/build/libraries/snd/common/src/
Dsnd_command.c473 int freeCount = SND_CountFreeCommand(); in SND_WaitForFreeCommand()
490 if (SND_CountFreeCommand() >= count) in SND_WaitForFreeCommand()
508 } while (SND_CountFreeCommand() < count); in SND_WaitForFreeCommand()
588 int SND_CountFreeCommand(void) in SND_CountFreeCommand() function
642 int freeCount = SND_CountFreeCommand(); in SND_CountWaitingCommand()