Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_pcm.c796 S_PCM_STATE *foundState = NULL; in FindSlot() local
808 foundState = pState; in FindSlot()
845 if (foundState == NULL) in FindSlot()
849 foundState->startOrder = youngest + 1; in FindSlot()
850 foundState->fileHandle = fileHandle; in FindSlot()
851 foundState->pCallback = pCallbackFunc; in FindSlot()
852 foundState->cbInstData = cbInstData; in FindSlot()
853 return foundState; in FindSlot()