Lines Matching refs:callbackPContext

155     void * callbackPContext = NULL;  in adecoder_writeToBufferQueue()  local
192 callbackPContext = ap->mBufferQueue.mContext; in adecoder_writeToBufferQueue()
203 (*callback)(&ap->mBufferQueue.mItf, callbackPContext); in adecoder_writeToBufferQueue()
384 void* callbackPContext = NULL; in audioTrack_handleMarker_lockPlay() local
388 callbackPContext = ap->mPlay.mContext; in audioTrack_handleMarker_lockPlay()
393 (*callback)(&ap->mPlay.mItf, callbackPContext, SL_PLAYEVENT_HEADATMARKER); in audioTrack_handleMarker_lockPlay()
401 void* callbackPContext = NULL; in audioTrack_handleNewPos_lockPlay() local
405 callbackPContext = ap->mPlay.mContext; in audioTrack_handleNewPos_lockPlay()
410 (*callback)(&ap->mPlay.mItf, callbackPContext, SL_PLAYEVENT_HEADATNEWPOS); in audioTrack_handleNewPos_lockPlay()
418 void* callbackPContext = NULL; in audioTrack_handleUnderrun_lockPlay() local
422 callbackPContext = ap->mPlay.mContext; in audioTrack_handleUnderrun_lockPlay()
427 (*callback)(&ap->mPlay.mItf, callbackPContext, SL_PLAYEVENT_HEADSTALLED); in audioTrack_handleUnderrun_lockPlay()
785 void* callbackPContext; in sfplayer_handlePrefetchEvent() local
809 callbackPContext = ap->mPrefetchStatus.mContext; in sfplayer_handlePrefetchEvent()
819 (*callback)(&ap->mPrefetchStatus.mItf, callbackPContext, events); in sfplayer_handlePrefetchEvent()
830 void* callbackPContext = NULL; in sfplayer_handlePrefetchEvent() local
836 callbackPContext = ap->mPrefetchStatus.mContext; in sfplayer_handlePrefetchEvent()
843 (*callback)(&ap->mPrefetchStatus.mItf, callbackPContext, in sfplayer_handlePrefetchEvent()
854 void* callbackPContext = NULL; in sfplayer_handlePrefetchEvent() local
860 callbackPContext = ap->mPrefetchStatus.mContext; in sfplayer_handlePrefetchEvent()
871 (*callback)(&ap->mPrefetchStatus.mItf, callbackPContext, SL_PREFETCHEVENT_STATUSCHANGE); in sfplayer_handlePrefetchEvent()
897 void* callbackPContext = NULL; in sfplayer_handlePrefetchEvent() local
901 callbackPContext = ap->mPlay.mContext; in sfplayer_handlePrefetchEvent()
908 (*callback)(&ap->mPlay.mItf, callbackPContext, event); in sfplayer_handlePrefetchEvent()
912 callbackPContext, event); in sfplayer_handlePrefetchEvent()
915 &ap->mPlay.mItf, callbackPContext, event); in sfplayer_handlePrefetchEvent()
927 void* callbackPContext = NULL; in sfplayer_handlePrefetchEvent() local
936 callbackPContext = ap->mPrefetchStatus.mContext; in sfplayer_handlePrefetchEvent()
946 (*callback)(&ap->mPrefetchStatus.mItf, callbackPContext, in sfplayer_handlePrefetchEvent()
1243 void * callbackPContext = NULL; in audioTrack_callBack_pullFromBuffQueue() local
1260 callbackPContext = ap->mBufferQueue.mContext; in audioTrack_callBack_pullFromBuffQueue()
1262 (*callback)(&ap->mBufferQueue.mItf, callbackPContext); in audioTrack_callBack_pullFromBuffQueue()