Searched refs:pState (Results 1 - 9 of 9) sorted by relevance

/system/media/wilhelm/src/itf/
H A DIBufferQueue.c118 static SLresult IBufferQueue_GetState(SLBufferQueueItf self, SLBufferQueueState *pState) argument
124 if (NULL == pState) {
137 *pState = state;
H A DIAndroidBufferQueue.c405 SLAndroidBufferQueueState *pState)
411 if (NULL == pState) {
418 pState->count = thiz->mState.count;
419 pState->index = thiz->mState.index;
404 IAndroidBufferQueue_GetState(SLAndroidBufferQueueItf self, SLAndroidBufferQueueState *pState) argument
H A DIRecord.c50 static SLresult IRecord_GetRecordState(SLRecordItf self, SLuint32 *pState) argument
55 if (NULL == pState) {
61 *pState = state;
H A DIPlay.c117 static SLresult IPlay_GetPlayState(SLPlayItf self, SLuint32 *pState) argument
121 if (NULL == pState) {
145 *pState = state;
H A DIObject.c284 static SLresult IObject_GetState(SLObjectItf self, SLuint32 *pState) argument
288 if (NULL == pState) {
318 *pState = state;
/system/media/wilhelm/include/OMXAL/
H A DOpenMAXAL_Android.h121 XAAndroidBufferQueueState *pState
H A DOpenMAXAL.h175 XAuint32 * pState
738 XAuint32 * pState
1119 XAuint32 * pState
/system/media/wilhelm/include/SLES/
H A DOpenSLES_Android.h200 SLAndroidSimpleBufferQueueState *pState
279 SLAndroidBufferQueueState *pState
H A DOpenSLES.h412 SLuint32 * pState
944 SLuint32 *pState
1167 SLuint32 *pState
1397 SLBufferQueueState *pState

Completed in 452 milliseconds