HomeSort by relevance Sort by last modified time
    Searched refs:foundState (Results 1 - 3 of 3) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_pcm.c 796 S_PCM_STATE *foundState = NULL;
808 foundState = pState;
845 if (foundState == NULL)
849 foundState->startOrder = youngest + 1;
850 foundState->fileHandle = fileHandle;
851 foundState->pCallback = pCallbackFunc;
852 foundState->cbInstData = cbInstData;
853 return foundState;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcm.c 796 S_PCM_STATE *foundState = NULL;
808 foundState = pState;
845 if (foundState == NULL)
849 foundState->startOrder = youngest + 1;
850 foundState->fileHandle = fileHandle;
851 foundState->pCallback = pCallbackFunc;
852 foundState->cbInstData = cbInstData;
853 return foundState;
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcm.c 796 S_PCM_STATE *foundState = NULL;
808 foundState = pState;
845 if (foundState == NULL)
849 foundState->startOrder = youngest + 1;
850 foundState->fileHandle = fileHandle;
851 foundState->pCallback = pCallbackFunc;
852 foundState->cbInstData = cbInstData;
853 return foundState;
    [all...]

Completed in 34 milliseconds