Searched refs:pContext (Results 1 - 25 of 32) sorted by relevance

12

/system/media/wilhelm/src/desktop/
H A DSLSndFile.h19 extern void SndFile_Callback(SLBufferQueueItf caller, void *pContext);
H A DSndFile.c26 void SndFile_Callback(SLBufferQueueItf caller, void *pContext) argument
28 CAudioPlayer *thisAP = (CAudioPlayer *) pContext;
/system/media/wilhelm/src/itf/
H A DIVisualization.c23 slVisualizationCallback callback, void *pContext, SLmilliHertz rate)
33 thiz->mContext = pContext;
22 IVisualization_RegisterVisualizationCallback(SLVisualizationItf self, slVisualizationCallback callback, void *pContext, SLmilliHertz rate) argument
H A DIMIDIMessage.c39 slMetaEventCallback callback, void *pContext)
46 thiz->mMetaEventContext = pContext;
55 slMIDIMessageCallback callback, void *pContext)
62 thiz->mMessageContext = pContext;
38 IMIDIMessage_RegisterMetaEventCallback(SLMIDIMessageItf self, slMetaEventCallback callback, void *pContext) argument
54 IMIDIMessage_RegisterMIDIMessageCallback(SLMIDIMessageItf self, slMIDIMessageCallback callback, void *pContext) argument
H A DIOutputMix.c48 slMixDeviceChangeCallback callback, void *pContext)
55 thiz->mContext = pContext;
47 IOutputMix_RegisterDeviceChangeCallback(SLOutputMixItf self, slMixDeviceChangeCallback callback, void *pContext) argument
H A DIAudioIODeviceCapabilities.c72 void *pContext)
79 thiz->mAvailableAudioInputsChangedContext = pContext;
142 void *pContext)
149 thiz->mAvailableAudioOutputsChangedContext = pContext;
159 void *pContext)
166 thiz->mDefaultDeviceIDMapChangedContext = pContext;
70 IAudioIODeviceCapabilities_RegisterAvailableAudioInputsChangedCallback( SLAudioIODeviceCapabilitiesItf self, slAvailableAudioInputsChangedCallback callback, void *pContext) argument
140 IAudioIODeviceCapabilities_RegisterAvailableAudioOutputsChangedCallback( SLAudioIODeviceCapabilitiesItf self, slAvailableAudioOutputsChangedCallback callback, void *pContext) argument
157 IAudioIODeviceCapabilities_RegisterDefaultDeviceIDMapChangedCallback( SLAudioIODeviceCapabilitiesItf self, slDefaultDeviceIDMapChangedCallback callback, void *pContext) argument
H A DIBufferQueue.c146 slBufferQueueCallback callback, void *pContext)
155 thiz->mContext = pContext;
145 IBufferQueue_RegisterCallback(SLBufferQueueItf self, slBufferQueueCallback callback, void *pContext) argument
H A DIPrefetchStatus.c61 slPrefetchCallback callback, void *pContext)
68 thiz->mContext = pContext;
60 IPrefetchStatus_RegisterCallback(SLPrefetchStatusItf self, slPrefetchCallback callback, void *pContext) argument
H A DIRecord.c117 void *pContext)
124 thiz->mContext = pContext;
116 IRecord_RegisterCallback(SLRecordItf self, slRecordCallback callback, void *pContext) argument
H A DIStreamInformation.c177 void * pContext) /* [in] */
186 thiz->mContext = pContext;
175 IStreamInformation_RegisterStreamChangeCallback( XAStreamInformationItf self, xaStreamEventChangeCallback callback, void * pContext) argument
H A DIAndroidBufferQueue.c225 slAndroidBufferQueueCallback callback, void *pContext)
236 thiz->mContext = pContext;
224 IAndroidBufferQueue_RegisterCallback(SLAndroidBufferQueueItf self, slAndroidBufferQueueCallback 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;
/system/media/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp63 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
66 // pContext is unused here, so we pass NULL
67 assert(pContext == NULL);
106 void *pContext,
109 // pContext is unused here, so we pass NULL
110 assert(NULL == pContext);
104 PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
H A DslesTestManyPlayers.cpp74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
78 int* pPlayerId = (int*)pContext;
104 void *pContext,
108 int* pPlayerId = (int*)pContext;
102 PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
H A DslesTestSlowDownUri.cpp65 void PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
73 assert(NULL != pContext);
74 SLPlaybackRateItf pRateItf = (SLPlaybackRateItf)pContext;
108 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
112 assert(pContext == NULL);
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
/system/media/wilhelm/tests/sandbox/
H A Dxaplay.c73 XAuint32 streamIndex, void *pEventData, void *pContext)
76 assert(NULL == pContext);
89 void prefetchStatusCallback(XAPrefetchStatusItf caller, void *pContext, XAuint32 event) argument
91 // pContext is unused here, so we pass NULL
92 assert(pContext == NULL);
127 void playEventCallback(XAPlayItf caller, void *pContext, XAuint32 event) argument
129 // pContext is unused here, so we pass NULL
130 assert(NULL == pContext);
72 streamEventChangeCallback(XAStreamInformationItf caller, XAuint32 eventId, XAuint32 streamIndex, void *pEventData, void *pContext) argument
/system/media/wilhelm/include/OMXAL/
H A DOpenMAXAL.h157 const void * pContext,
185 void * pContext
250 void * pContext,
274 void * pContext
727 void * pContext,
751 void * pContext
838 void * pContext,
854 void * pContext
1108 void * pContext,
1132 void * pContext
[all...]
/system/media/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp93 void *pContext,
113 void *pContext)
117 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
91 RecCallback( SLRecordItf caller, void *pContext, SLuint32 event) argument
111 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
/system/media/wilhelm/include/SLES/
H A DOpenSLES.h393 const void * pContext,
422 void * pContext
519 void *pContext,
528 void *pContext,
536 void *pContext,
556 void *pContext
571 void *pContext
576 void *pContext
882 void *pContext
895 void *pContext
[all...]
H A DOpenSLES_Android.h178 void *pContext
205 void* pContext
/system/media/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*/);

Completed in 153 milliseconds

12