Searched refs:callbackPContext (Results 1 – 5 of 5) sorted by relevance
/frameworks/wilhelm/src/android/ |
D | MediaPlayer_to_android.cpp | 61 void* callbackPContext; in player_handleMediaPlayerEventNotifications() local 85 callbackPContext = mp->mPrefetchStatus.mContext; in player_handleMediaPlayerEventNotifications() 95 (*callback)(&mp->mPrefetchStatus.mItf, callbackPContext, events); in player_handleMediaPlayerEventNotifications() 129 void* callbackPContext = mp->mStreamInfo.mContext; in player_handleMediaPlayerEventNotifications() local 139 callbackPContext /*pContext*/); in player_handleMediaPlayerEventNotifications() 146 /*p3*/ callbackPContext /*pContext*/); in player_handleMediaPlayerEventNotifications() 149 callback, &mp->mStreamInfo.mItf, callbackPContext); in player_handleMediaPlayerEventNotifications() 202 void* callbackPContext = NULL; in player_handleMediaPlayerEventNotifications() local 208 callbackPContext = mp->mPrefetchStatus.mContext; in player_handleMediaPlayerEventNotifications() 215 (*callback)(&mp->mPrefetchStatus.mItf, callbackPContext, in player_handleMediaPlayerEventNotifications() [all …]
|
D | AudioPlayer_to_android.cpp | 117 void * callbackPContext = NULL; in adecoder_writeToBufferQueue() local 154 callbackPContext = ap->mBufferQueue.mContext; in adecoder_writeToBufferQueue() 165 (*callback)(&ap->mBufferQueue.mItf, callbackPContext); in adecoder_writeToBufferQueue() 346 void* callbackPContext = NULL; in audioTrack_handleMarker_lockPlay() local 350 callbackPContext = ap->mPlay.mContext; in audioTrack_handleMarker_lockPlay() 355 (*callback)(&ap->mPlay.mItf, callbackPContext, SL_PLAYEVENT_HEADATMARKER); in audioTrack_handleMarker_lockPlay() 363 void* callbackPContext = NULL; in audioTrack_handleNewPos_lockPlay() local 367 callbackPContext = ap->mPlay.mContext; in audioTrack_handleNewPos_lockPlay() 372 (*callback)(&ap->mPlay.mItf, callbackPContext, SL_PLAYEVENT_HEADATNEWPOS); in audioTrack_handleNewPos_lockPlay() 380 void* callbackPContext = NULL; in audioTrack_handleUnderrun_lockPlay() local [all …]
|
D | AudioRecorder_to_android.cpp | 179 void* callbackPContext = NULL; in audioRecorder_handleNewPos_lockRecord() local 183 callbackPContext = ar->mRecord.mContext; in audioRecorder_handleNewPos_lockRecord() 188 (*callback)(&ar->mRecord.mItf, callbackPContext, SL_RECORDEVENT_HEADATNEWPOS); in audioRecorder_handleNewPos_lockRecord() 196 void* callbackPContext = NULL; in audioRecorder_handleMarker_lockRecord() local 200 callbackPContext = ar->mRecord.mContext; in audioRecorder_handleMarker_lockRecord() 205 (*callback)(&ar->mRecord.mItf, callbackPContext, SL_RECORDEVENT_HEADATMARKER); in audioRecorder_handleMarker_lockRecord() 213 void* callbackPContext = NULL; in audioRecorder_handleOverrun_lockRecord() local 218 callbackPContext = ar->mRecord.mContext; in audioRecorder_handleOverrun_lockRecord() 223 (*callback)(&ar->mRecord.mItf, callbackPContext, SL_RECORDEVENT_HEADSTALLED); in audioRecorder_handleOverrun_lockRecord() 317 void * callbackPContext = NULL; in audioRecorder_callback() local [all …]
|
D | BufferQueueSource.cpp | 67 void* pBufferContext, *pBufferData, *callbackPContext; in readAt() local 137 callbackPContext = mAndroidBufferQueueSource->mContext; in readAt() 150 SLresult result = (*callback)(&mAndroidBufferQueueSource->mItf, callbackPContext, in readAt()
|
D | android_StreamPlayer.cpp | 133 void* pBufferContext, *pBufferData, *callbackPContext = NULL; in pullFromBuffQueue() local 253 callbackPContext = mAndroidBufferQueue->mContext; in pullFromBuffQueue() 280 SLresult result = (*callback)(&mAndroidBufferQueue->mItf, callbackPContext, in pullFromBuffQueue()
|