Searched refs:pContext (Results 26 - 50 of 53) sorted by relevance

123

/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp96 void *pContext,
116 void *pContext)
120 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
94 RecCallback( SLRecordItf caller, void *pContext, SLuint32 event) argument
114 RecBufferQueueCallback( SLAndroidSimpleBufferQueueItf queueItf, void *pContext) argument
H A DslesTestDecodeToBuffQueue.cpp127 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
148 void *pContext,
174 void *pContext)
178 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
146 DecProgressCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
172 DecPlayCallback( SLAndroidSimpleBufferQueueItf queueItf, void *pContext) argument
H A DslesTestSawtoothBufferQueue.cpp85 void *pContext)
89 //fprintf(stdout, " pContext=%p\n", pContext);
90 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
83 BufferQueueCallback( SLBufferQueueItf queueItf, void *pContext) argument
H A DslesTestDecodeAac.cpp159 void PrefetchEventCallback(SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
161 // pContext is unused here, so we pass NULL
162 assert(pContext == NULL);
209 void PlayCallback(SLPlayItf caller, void *pContext, SLuint32 event) { argument
319 void *pContext)
324 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
564 res = (*playItf)->RegisterCallback(playItf, PlayCallback /*callback*/, NULL /*pContext*/);
317 DecPlayCallback( SLAndroidSimpleBufferQueueItf queueItf, void *pContext) argument
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp118 RSScript *PrepareRSScript(BCCContext &pContext, argument
124 Source *source = Source::CreateFromFile(pContext, input_bitcode);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h200 void *pContext
227 void* pContext
/frameworks/wilhelm/src/desktop/
H A DSndFile.c26 void SndFile_Callback(SLBufferQueueItf caller, void *pContext) argument
28 CAudioPlayer *thisAP = (CAudioPlayer *) pContext;
/frameworks/wilhelm/src/itf/
H A DIRecord.c117 void *pContext)
124 thiz->mContext = pContext;
116 IRecord_RegisterCallback(SLRecordItf self, slRecordCallback callback, void *pContext) argument
H A DIStreamInformation.c215 void * pContext) /* [in] */
224 thiz->mContext = pContext;
213 IStreamInformation_RegisterStreamChangeCallback( XAStreamInformationItf self, xaStreamEventChangeCallback callback, void * pContext) argument
H A DIDynamicInterfaceManagement.c441 slDynamicInterfaceManagementCallback callback, void *pContext)
449 thiz->mContext = pContext;
440 IDynamicInterfaceManagement_RegisterCallback(SLDynamicInterfaceManagementItf self, slDynamicInterfaceManagementCallback callback, void *pContext) argument
H A DIPlay.c240 static SLresult IPlay_RegisterCallback(SLPlayItf self, slPlayCallback callback, void *pContext) argument
247 thiz->mContext = pContext;
H A DIAndroidBufferQueue.c236 slAndroidBufferQueueCallback callback, void *pContext)
247 thiz->mContext = pContext;
235 IAndroidBufferQueue_RegisterCallback(SLAndroidBufferQueueItf self, slAndroidBufferQueueCallback callback, void *pContext) argument
H A DIObject.c388 slObjectCallback callback, void *pContext)
395 thiz->mContext = pContext;
387 IObject_RegisterCallback(SLObjectItf self, slObjectCallback callback, void *pContext) argument
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri.cpp72 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
100 void *pContext,
98 PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
H A DslesTestGetPositionUri.cpp66 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
92 void *pContext,
90 PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
H A DslesTestPlayUri2.cpp39 void PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c85 void PlayCallback(XAPlayItf caller, void *pContext, XAuint32 event) { argument
229 void * pContext )
232 // pContext was specified as NULL at RegisterStreamChangeCallback and is unused here
233 assert(NULL == pContext);
422 PlayCallback /*callback*/, NULL /*pContext*/);
/frameworks/rs/cpu_ref/
H A DrsCpuScript.h115 static void * lookupRuntimeStub(void* pContext, char const* name);
H A DrsCpuRuntimeStubs.cpp312 void * RsdCpuScriptImpl::lookupRuntimeStub(void* pContext, char const* name) { argument
313 RsdCpuScriptImpl *s = (RsdCpuScriptImpl *)pContext;
/frameworks/rs/driver/
H A DrsdCore.cpp190 extern const RsdCpuReference::CpuSymbol * rsdLookupRuntimeStub(Context * pContext, char const* name);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp349 bool RSCompilerDriver::build(BCCContext &pContext, argument
392 Source *source = Source::CreateFromBuffer(pContext, pResName,
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp102 void PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
104 Context *context = (Context *) pContext;
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c75 XAuint32 streamIndex, void *pEventData, void *pContext)
78 assert(NULL == pContext);
91 void prefetchStatusCallback(XAPrefetchStatusItf caller, void *pContext, XAuint32 event) argument
93 // pContext is unused here, so we pass NULL
94 assert(pContext == NULL);
129 void playEventCallback(XAPlayItf caller, void *pContext, XAuint32 event) argument
131 // pContext is unused here, so we pass NULL
132 assert(NULL == pContext);
74 streamEventChangeCallback(XAStreamInformationItf caller, XAuint32 eventId, XAuint32 streamIndex, void *pEventData, void *pContext) argument
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
/frameworks/wilhelm/src/
H A Dsles_allinclusive.h406 slBufferQueueCallback callback, void *pContext);

Completed in 320 milliseconds

123