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

/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp201 void FileHandle::setState(FileHandle::IOState pState) { argument
202 m_State |= pState;
205 void FileHandle::cleanState(FileHandle::IOState pState) { argument
206 m_State = pState;
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h78 void setState(IOState pState);
80 void cleanState(IOState pState = GoodBit);
/frameworks/wilhelm/src/itf/
H A DIBufferQueue.c122 static SLresult IBufferQueue_GetState(SLBufferQueueItf self, SLBufferQueueState *pState) argument
128 if (NULL == pState) {
141 *pState = state;
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 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 DIObject.c284 static SLresult IObject_GetState(SLObjectItf self, SLuint32 *pState) argument
288 if (NULL == pState) {
318 *pState = state;
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL_Android.h121 XAAndroidBufferQueueState *pState
H A DOpenMAXAL.h175 XAuint32 * pState
738 XAuint32 * pState
1119 XAuint32 * pState
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h257 SLAndroidSimpleBufferQueueState *pState
336 SLAndroidBufferQueueState *pState
H A DOpenSLES.h412 SLuint32 * pState
944 SLuint32 *pState
1167 SLuint32 *pState
1397 SLBufferQueueState *pState
/frameworks/native/include/media/openmax/
H A DOMX_Core.h991 pointed to by pState.
998 @param [out] pState
1008 pState) \
1011 pState) /* Macro End */
H A DOMX_Component.h420 OMX_OUT OMX_STATETYPE* pState);

Completed in 2597 milliseconds