Searched defs:pState (Results 1 - 7 of 7) sorted by relevance

/frameworks/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.c394 SLAndroidBufferQueueState *pState)
400 if (NULL == pState) {
407 pState->count = thiz->mState.count;
408 pState->index = thiz->mState.index;
393 IAndroidBufferQueue_GetState(SLAndroidBufferQueueItf self, SLAndroidBufferQueueState *pState) argument
H A DIPlay.c117 static SLresult IPlay_GetPlayState(SLPlayItf self, SLuint32 *pState) argument
121 if (NULL == pState) {
145 *pState = state;
H A DIRecord.c50 static SLresult IRecord_GetRecordState(SLRecordItf self, SLuint32 *pState) argument
55 if (NULL == pState) {
61 *pState = state;
H A DIObject.c284 static SLresult IObject_GetState(SLObjectItf self, SLuint32 *pState) argument
288 if (NULL == pState) {
318 *pState = state;
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp279 void FileHandle::setState(FileHandle::IOState pState) argument
281 m_State |= pState;
284 void FileHandle::cleanState(FileHandle::IOState pState) argument
286 m_State = pState;
/frameworks/av/libvideoeditor/vss/src/
H A DM4AMRR_CoreReader.c858 M4OSA_ERR M4AMRR_getState(M4OSA_Context Context, M4AMRR_State* pState, M4SYS_StreamID streamId) argument
871 *pState = pStreamContext->m_status ;

Completed in 1580 milliseconds