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

123

/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp112 Script *PrepareScript(BCCContext &pContext, argument
118 Source *source = Source::CreateFromFile(pContext, input_bitcode);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h236 void *pContext
263 void* pContext
/frameworks/wilhelm/src/desktop/
H A DSndFile.cpp26 void SndFile_Callback(SLBufferQueueItf caller, void *pContext) argument
28 CAudioPlayer *thisAP = (CAudioPlayer *) pContext;
/frameworks/wilhelm/src/itf/
H A DIRecord.cpp117 void *pContext)
124 thiz->mContext = pContext;
116 IRecord_RegisterCallback(SLRecordItf self, slRecordCallback callback, void *pContext) argument
H A DIStreamInformation.cpp215 void * pContext) /* [in] */
224 thiz->mContext = pContext;
213 IStreamInformation_RegisterStreamChangeCallback( XAStreamInformationItf self, xaStreamEventChangeCallback callback, void * pContext) argument
H A DIDynamicInterfaceManagement.cpp441 slDynamicInterfaceManagementCallback callback, void *pContext)
449 thiz->mContext = pContext;
440 IDynamicInterfaceManagement_RegisterCallback(SLDynamicInterfaceManagementItf self, slDynamicInterfaceManagementCallback callback, void *pContext) argument
H A DIPlay.cpp240 static SLresult IPlay_RegisterCallback(SLPlayItf self, slPlayCallback callback, void *pContext) argument
247 thiz->mContext = pContext;
H A DIAndroidBufferQueue.cpp236 slAndroidBufferQueueCallback callback, void *pContext)
247 thiz->mContext = pContext;
235 IAndroidBufferQueue_RegisterCallback(SLAndroidBufferQueueItf self, slAndroidBufferQueueCallback callback, void *pContext) argument
H A DIObject.cpp388 slObjectCallback callback, void *pContext)
395 thiz->mContext = pContext;
387 IObject_RegisterCallback(SLObjectItf self, slObjectCallback callback, void *pContext) argument
/frameworks/wilhelm/tests/examples/
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 DslesTestRecBuffQueue.cpp95 void *pContext __unused,
115 void *pContext)
119 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
113 RecBufferQueueCallback( SLAndroidSimpleBufferQueueItf queueItf, void *pContext) argument
H A DslesTestDecodeAac.cpp157 void PrefetchEventCallback(SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
159 // pContext is unused here, so we pass NULL
160 assert(pContext == NULL);
207 void PlayCallback(SLPlayItf caller, void *pContext __unused, SLuint32 event) {
318 void *pContext)
323 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
564 res = (*playItf)->RegisterCallback(playItf, PlayCallback /*callback*/, NULL /*pContext*/);
316 DecPlayCallback( SLAndroidSimpleBufferQueueItf queueItf, void *pContext) argument
H A DslesTestPlayFdPath.cpp52 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext __unused, SLuint32 event)
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri.cpp72 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext __unused, SLuint32 event)
100 void *pContext __unused,
H A DslesTestGetPositionUri.cpp66 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext __unused, SLuint32 event)
92 void *pContext __unused,
H A DslesTestPlayUri2.cpp39 void PlayEventCallback( SLPlayItf caller __unused, void *pContext __unused, SLuint32 event)
/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);
423 PlayCallback /*callback*/, NULL /*pContext*/);
/frameworks/compile/libbcc/lib/
H A DRSCompilerDriver.cpp218 bool RSCompilerDriver::build(BCCContext &pContext, argument
255 Source *source = Source::CreateFromBuffer(pContext, pResName,
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp102 void PlayEventCallback( SLPlayItf caller __unused, void *pContext, SLuint32 event __unused) argument
104 Context *context = (Context *) pContext;
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c76 XAuint32 streamIndex, void *pEventData, void *pContext)
79 assert(NULL == pContext);
92 void prefetchStatusCallback(XAPrefetchStatusItf caller, void *pContext, XAuint32 event) argument
94 // pContext is unused here, so we pass NULL
95 assert(pContext == NULL);
130 void playEventCallback(XAPlayItf caller, void *pContext, XAuint32 event) argument
132 // pContext is unused here, so we pass NULL
133 assert(NULL == pContext);
75 streamEventChangeCallback(XAStreamInformationItf caller __unused, XAuint32 eventId, XAuint32 streamIndex, void *pEventData, void *pContext) argument
/frameworks/rs/cpu_ref/
H A DrsCpuScript.h101 static void * lookupRuntimeStub(void* pContext, char const* name);
/frameworks/rs/rsov/driver/
H A DrsovCore.cpp64 Context *pContext, char const *name) {
63 lookupRuntimeStubs( Context *pContext, char const *name) argument
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext __unused, SLuint32 event)
/frameworks/rs/driver/
H A DrsdCore.cpp280 extern const RsdCpuReference::CpuSymbol * rsdLookupRuntimeStub(Context * pContext, char const* name);
/frameworks/wilhelm/src/
H A Dsles_allinclusive.h406 slBufferQueueCallback callback, void *pContext);

Completed in 213 milliseconds

123