Searched refs:callbackPContext (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/wilhelm/src/android/ |
H A D | MediaPlayer_to_android.cpp | 61 void* callbackPContext; in player_handleMediaPlayerEventNotifications() local 129 void* callbackPContext = mp->mStreamInfo.mContext; in player_handleMediaPlayerEventNotifications() local 139 callbackPContext /*pContext*/); in player_handleMediaPlayerEventNotifications() 146 /*p3*/ callbackPContext /*pContext*/); in player_handleMediaPlayerEventNotifications() 202 void* callbackPContext = NULL; in player_handleMediaPlayerEventNotifications() local 208 callbackPContext = mp->mPrefetchStatus.mContext; in player_handleMediaPlayerEventNotifications() 227 void* callbackPContext = NULL; in player_handleMediaPlayerEventNotifications() local 233 callbackPContext = mp->mPrefetchStatus.mContext; in player_handleMediaPlayerEventNotifications() 254 void* callbackPContext = mp->mPlay.mContext; in player_handleMediaPlayerEventNotifications() local 268 void* callbackPContext = NULL; in player_handleMediaPlayerEventNotifications() local [all …]
|
H A D | AudioPlayer_to_android.cpp | 156 void * callbackPContext = NULL; in adecoder_writeToBufferQueue() local 385 void* callbackPContext = NULL; in audioTrack_handleMarker_lockPlay() local 389 callbackPContext = ap->mPlay.mContext; in audioTrack_handleMarker_lockPlay() 402 void* callbackPContext = NULL; in audioTrack_handleNewPos_lockPlay() local 419 void* callbackPContext = NULL; in audioTrack_handleUnderrun_lockPlay() local 786 void* callbackPContext; in sfplayer_handlePrefetchEvent() local 831 void* callbackPContext = NULL; in sfplayer_handlePrefetchEvent() local 855 void* callbackPContext = NULL; in sfplayer_handlePrefetchEvent() local 898 void* callbackPContext = NULL; in sfplayer_handlePrefetchEvent() local 928 void* callbackPContext = NULL; in sfplayer_handlePrefetchEvent() local [all …]
|
H A D | AudioRecorder_to_android.cpp | 181 void* callbackPContext = NULL; in audioRecorder_handleNewPos_lockRecord() local 185 callbackPContext = ar->mRecord.mContext; in audioRecorder_handleNewPos_lockRecord() 190 (*callback)(&ar->mRecord.mItf, callbackPContext, SL_RECORDEVENT_HEADATNEWPOS); in audioRecorder_handleNewPos_lockRecord() 198 void* callbackPContext = NULL; in audioRecorder_handleMarker_lockRecord() local 202 callbackPContext = ar->mRecord.mContext; in audioRecorder_handleMarker_lockRecord() 215 void* callbackPContext = NULL; in audioRecorder_handleOverrun_lockRecord() local 220 callbackPContext = ar->mRecord.mContext; in audioRecorder_handleOverrun_lockRecord() 225 (*callback)(&ar->mRecord.mItf, callbackPContext, SL_RECORDEVENT_HEADSTALLED); in audioRecorder_handleOverrun_lockRecord() 320 void * callbackPContext = NULL; in audioRecorder_callback() local 362 callbackPContext = ar->mBufferQueue.mContext; in audioRecorder_callback() [all …]
|
H A 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()
|
H A D | android_StreamPlayer.cpp | 134 void* pBufferContext, *pBufferData, *callbackPContext = NULL; in pullFromBuffQueue() local 254 callbackPContext = mAndroidBufferQueue->mContext; in pullFromBuffQueue() 281 SLresult result = (*callback)(&mAndroidBufferQueue->mItf, callbackPContext, in pullFromBuffQueue()
|