Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIBufferQueue.c118 static SLresult IBufferQueue_GetState(SLBufferQueueItf self, SLBufferQueueState *pState) in IBufferQueue_GetState() argument
124 if (NULL == pState) { in IBufferQueue_GetState()
137 *pState = state; in IBufferQueue_GetState()
DIRecord.c50 static SLresult IRecord_GetRecordState(SLRecordItf self, SLuint32 *pState) in IRecord_GetRecordState() argument
55 if (NULL == pState) { in IRecord_GetRecordState()
61 *pState = state; in IRecord_GetRecordState()
DIAndroidBufferQueue.c394 SLAndroidBufferQueueState *pState) in IAndroidBufferQueue_GetState() argument
400 if (NULL == pState) { in IAndroidBufferQueue_GetState()
407 pState->count = thiz->mState.count; in IAndroidBufferQueue_GetState()
408 pState->index = thiz->mState.index; in IAndroidBufferQueue_GetState()
DIPlay.c117 static SLresult IPlay_GetPlayState(SLPlayItf self, SLuint32 *pState) in IPlay_GetPlayState() argument
121 if (NULL == pState) { in IPlay_GetPlayState()
145 *pState = state; in IPlay_GetPlayState()
DIObject.c284 static SLresult IObject_GetState(SLObjectItf self, SLuint32 *pState) in IObject_GetState() argument
288 if (NULL == pState) { in IObject_GetState()
318 *pState = state; in IObject_GetState()
/frameworks/compile/mclinker/lib/Support/
DMemoryArea.cpp159 void MemoryArea::setState(MemoryArea::IOState pState) in setState() argument
161 m_State |= pState; in setState()
164 void MemoryArea::clear(MemoryArea::IOState pState) in clear() argument
166 m_State = pState; in clear()
/frameworks/compile/mclinker/include/mcld/Support/
DMemoryArea.h202 void setState(IOState pState);
205 void clear(IOState pState = GoodBit);
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h200 SLAndroidSimpleBufferQueueState *pState
279 SLAndroidBufferQueueState *pState
DOpenSLES.h412 SLuint32 * pState
944 SLuint32 *pState
1167 SLuint32 *pState
1397 SLBufferQueueState *pState
/frameworks/av/libvideoeditor/vss/common/inc/
DM4AMRR_CoreReader.h217 M4OSA_ERR M4AMRR_getState(M4OSA_Context Context, M4AMRR_State* pState, M4SYS_StreamID streamId);
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL_Android.h121 XAAndroidBufferQueueState *pState
DOpenMAXAL.h175 XAuint32 * pState
738 XAuint32 * pState
1119 XAuint32 * pState
/frameworks/native/include/media/openmax/
DOMX_Core.h977 pState) \ argument
980 pState) /* Macro End */
DOMX_Component.h420 OMX_OUT OMX_STATETYPE* pState);
/frameworks/av/libvideoeditor/vss/src/
DM4AMRR_CoreReader.c858 M4OSA_ERR M4AMRR_getState(M4OSA_Context Context, M4AMRR_State* pState, M4SYS_StreamID streamId) in M4AMRR_getState() argument
871 *pState = pStreamContext->m_status ; in M4AMRR_getState()