Lines Matching refs:callbackPContext
156 void * callbackPContext = NULL; in adecoder_writeToBufferQueue() local
193 callbackPContext = ap->mBufferQueue.mContext; in adecoder_writeToBufferQueue()
204 (*callback)(&ap->mBufferQueue.mItf, callbackPContext); in adecoder_writeToBufferQueue()
385 void* callbackPContext = NULL; in audioTrack_handleMarker_lockPlay() local
389 callbackPContext = ap->mPlay.mContext; in audioTrack_handleMarker_lockPlay()
394 (*callback)(&ap->mPlay.mItf, callbackPContext, SL_PLAYEVENT_HEADATMARKER); in audioTrack_handleMarker_lockPlay()
402 void* callbackPContext = NULL; in audioTrack_handleNewPos_lockPlay() local
406 callbackPContext = ap->mPlay.mContext; in audioTrack_handleNewPos_lockPlay()
411 (*callback)(&ap->mPlay.mItf, callbackPContext, SL_PLAYEVENT_HEADATNEWPOS); in audioTrack_handleNewPos_lockPlay()
419 void* callbackPContext = NULL; in audioTrack_handleUnderrun_lockPlay() local
423 callbackPContext = ap->mPlay.mContext; in audioTrack_handleUnderrun_lockPlay()
428 (*callback)(&ap->mPlay.mItf, callbackPContext, SL_PLAYEVENT_HEADSTALLED); in audioTrack_handleUnderrun_lockPlay()
786 void* callbackPContext; in sfplayer_handlePrefetchEvent() local
810 callbackPContext = ap->mPrefetchStatus.mContext; in sfplayer_handlePrefetchEvent()
820 (*callback)(&ap->mPrefetchStatus.mItf, callbackPContext, events); in sfplayer_handlePrefetchEvent()
831 void* callbackPContext = NULL; in sfplayer_handlePrefetchEvent() local
837 callbackPContext = ap->mPrefetchStatus.mContext; in sfplayer_handlePrefetchEvent()
844 (*callback)(&ap->mPrefetchStatus.mItf, callbackPContext, in sfplayer_handlePrefetchEvent()
855 void* callbackPContext = NULL; in sfplayer_handlePrefetchEvent() local
861 callbackPContext = ap->mPrefetchStatus.mContext; in sfplayer_handlePrefetchEvent()
872 (*callback)(&ap->mPrefetchStatus.mItf, callbackPContext, SL_PREFETCHEVENT_STATUSCHANGE); in sfplayer_handlePrefetchEvent()
898 void* callbackPContext = NULL; in sfplayer_handlePrefetchEvent() local
902 callbackPContext = ap->mPlay.mContext; in sfplayer_handlePrefetchEvent()
909 (*callback)(&ap->mPlay.mItf, callbackPContext, event); in sfplayer_handlePrefetchEvent()
913 callbackPContext, event); in sfplayer_handlePrefetchEvent()
916 &ap->mPlay.mItf, callbackPContext, event); in sfplayer_handlePrefetchEvent()
928 void* callbackPContext = NULL; in sfplayer_handlePrefetchEvent() local
937 callbackPContext = ap->mPrefetchStatus.mContext; in sfplayer_handlePrefetchEvent()
947 (*callback)(&ap->mPrefetchStatus.mItf, callbackPContext, in sfplayer_handlePrefetchEvent()
1244 void * callbackPContext = NULL; in audioTrack_callBack_pullFromBuffQueue() local
1261 callbackPContext = ap->mBufferQueue.mContext; in audioTrack_callBack_pullFromBuffQueue()
1263 (*callback)(&ap->mBufferQueue.mItf, callbackPContext); in audioTrack_callBack_pullFromBuffQueue()