Searched refs:pState (Results 1 - 15 of 15) 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.cpp122 static SLresult IBufferQueue_GetState(SLBufferQueueItf self, SLBufferQueueState *pState) argument
128 if (NULL == pState) {
141 *pState = state;
H A DIRecord.cpp50 static SLresult IRecord_GetRecordState(SLRecordItf self, SLuint32 *pState) argument
55 if (NULL == pState) {
61 *pState = state;
H A DIPlay.cpp117 static SLresult IPlay_GetPlayState(SLPlayItf self, SLuint32 *pState) argument
121 if (NULL == pState) {
145 *pState = state;
H A DIAndroidBufferQueue.cpp394 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.cpp284 static SLresult IObject_GetState(SLObjectItf self, SLuint32 *pState) argument
288 if (NULL == pState) {
318 *pState = state;
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL_Android.h123 XAAndroidBufferQueueState *pState
H A DOpenMAXAL.h175 XAuint32 * pState
738 XAuint32 * pState
1119 XAuint32 * pState
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h258 SLAndroidSimpleBufferQueueState *pState
337 SLAndroidBufferQueueState *pState
H A DOpenSLES.h412 SLuint32 * pState
944 SLuint32 *pState
1167 SLuint32 *pState
1397 SLBufferQueueState *pState
/frameworks/native/headers/media_plugin/media/openmax/
H A DOMX_Core.h1000 pointed to by pState.
1007 @param [out] pState
1017 pState) \
1020 pState) /* Macro End */
H A DOMX_Component.h420 OMX_OUT OMX_STATETYPE* pState);
/frameworks/native/include/media/openmax/
H A DOMX_Core.h1000 pointed to by pState.
1007 @param [out] pState
1017 pState) \
1020 pState) /* Macro End */
H A DOMX_Component.h420 OMX_OUT OMX_STATETYPE* pState);

Completed in 305 milliseconds