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

/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h85 void setState(IOState pState);
87 void cleanState(IOState pState = GoodBit);
/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 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/av/libvideoeditor/vss/common/inc/
H A DM4AMRR_CoreReader.h205 * M4OSA_ERR M4AMRR_getState(M4OSA_Context Context, M4AMRR_State* pState, M4SYS_StreamID streamId);
208 * @param pState(OUT) : Core AMR reader state
217 M4OSA_ERR M4AMRR_getState(M4OSA_Context Context, M4AMRR_State* pState, M4SYS_StreamID streamId);
/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/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.h200 SLAndroidSimpleBufferQueueState *pState
279 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.h960 pointed to by pState.
967 @param [out] pState
977 pState) \
980 pState) /* Macro End */
H A DOMX_Component.h420 OMX_OUT OMX_STATETYPE* 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 1018 milliseconds