Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/snd/common/src/
Dsnd_command.c60 static int sWaitingCommandListQueueWrite; variable
141 sWaitingCommandListQueueWrite = 0; in SND_CommandInit()
402 sWaitingCommandListQueue[sWaitingCommandListQueueWrite] = sReserveList; in SND_FlushCommand()
403 sWaitingCommandListQueueWrite++; in SND_FlushCommand()
404 if (sWaitingCommandListQueueWrite > SND_PXI_FIFO_MESSAGE_BUFSIZE) in SND_FlushCommand()
405 sWaitingCommandListQueueWrite = 0; in SND_FlushCommand()