Searched defs:cbInstData (Results 1 - 9 of 9) sorted by last modified time

/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_pcm.c112 static S_PCM_STATE *FindSlot (S_EAS_DATA *pEASData, EAS_FILE_HANDLE fileHandle, EAS_PCM_CALLBACK pCallbackFunc, EAS_VOID_PTR cbInstData);
346 if ((pState = FindSlot(pEASData, pParams->fileHandle, pParams->pCallbackFunc, pParams->cbInstData)) == NULL)
790 static S_PCM_STATE *FindSlot (S_EAS_DATA *pEASData, EAS_FILE_HANDLE fileHandle, EAS_PCM_CALLBACK pCallbackFunc, EAS_VOID_PTR cbInstData) argument
852 foundState->cbInstData = cbInstData;
864 pState->cbInstData = cbInstData;
1192 (*pState->pCallback)(pEASData, pState->cbInstData, pState, EAS_STATE_EMPTY);
1220 (*pState->pCallback)(pEASData, pState->cbInstData, pState, pState->state);
1230 (*pState->pCallback)(pEASData, pState->cbInstData, pStat
[all...]
H A Deas_pcm.h38 typedef void (*EAS_PCM_CALLBACK) (EAS_DATA_HANDLE pEASData, EAS_VOID_PTR cbInstData, EAS_PCM_HANDLE pcmHandle, EAS_STATE state);
54 EAS_VOID_PTR cbInstData; member in struct:s_pcm_open_params_tag
H A Deas_pcmdata.h78 EAS_VOID_PTR cbInstData; /* instance data for callback function */ member in struct:s_pcm_state_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_pcm.c112 static S_PCM_STATE *FindSlot (S_EAS_DATA *pEASData, EAS_FILE_HANDLE fileHandle, EAS_PCM_CALLBACK pCallbackFunc, EAS_VOID_PTR cbInstData);
346 if ((pState = FindSlot(pEASData, pParams->fileHandle, pParams->pCallbackFunc, pParams->cbInstData)) == NULL)
790 static S_PCM_STATE *FindSlot (S_EAS_DATA *pEASData, EAS_FILE_HANDLE fileHandle, EAS_PCM_CALLBACK pCallbackFunc, EAS_VOID_PTR cbInstData) argument
852 foundState->cbInstData = cbInstData;
864 pState->cbInstData = cbInstData;
1192 (*pState->pCallback)(pEASData, pState->cbInstData, pState, EAS_STATE_EMPTY);
1220 (*pState->pCallback)(pEASData, pState->cbInstData, pState, pState->state);
1230 (*pState->pCallback)(pEASData, pState->cbInstData, pStat
[all...]
H A Deas_pcm.h38 typedef void (*EAS_PCM_CALLBACK) (EAS_DATA_HANDLE pEASData, EAS_VOID_PTR cbInstData, EAS_PCM_HANDLE pcmHandle, EAS_STATE state);
54 EAS_VOID_PTR cbInstData; member in struct:s_pcm_open_params_tag
H A Deas_pcmdata.h78 EAS_VOID_PTR cbInstData; /* instance data for callback function */ member in struct:s_pcm_state_tag
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_pcm.c112 static S_PCM_STATE *FindSlot (S_EAS_DATA *pEASData, EAS_FILE_HANDLE fileHandle, EAS_PCM_CALLBACK pCallbackFunc, EAS_VOID_PTR cbInstData);
346 if ((pState = FindSlot(pEASData, pParams->fileHandle, pParams->pCallbackFunc, pParams->cbInstData)) == NULL)
790 static S_PCM_STATE *FindSlot (S_EAS_DATA *pEASData, EAS_FILE_HANDLE fileHandle, EAS_PCM_CALLBACK pCallbackFunc, EAS_VOID_PTR cbInstData) argument
852 foundState->cbInstData = cbInstData;
864 pState->cbInstData = cbInstData;
1192 (*pState->pCallback)(pEASData, pState->cbInstData, pState, EAS_STATE_EMPTY);
1220 (*pState->pCallback)(pEASData, pState->cbInstData, pState, pState->state);
1230 (*pState->pCallback)(pEASData, pState->cbInstData, pStat
[all...]
H A Deas_pcm.h38 typedef void (*EAS_PCM_CALLBACK) (EAS_DATA_HANDLE pEASData, EAS_VOID_PTR cbInstData, EAS_PCM_HANDLE pcmHandle, EAS_STATE state);
54 EAS_VOID_PTR cbInstData; member in struct:s_pcm_open_params_tag
H A Deas_pcmdata.h78 EAS_VOID_PTR cbInstData; /* instance data for callback function */ member in struct:s_pcm_state_tag

Completed in 452 milliseconds