Home
last modified time | relevance | path

Searched refs:mPrefetchStatus (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp80 mp->mPrefetchStatus.mLevel = 0; in player_handleMediaPlayerEventNotifications()
84 callback = mp->mPrefetchStatus.mCallback; in player_handleMediaPlayerEventNotifications()
205 interface_lock_exclusive(&mp->mPrefetchStatus); in player_handleMediaPlayerEventNotifications()
207 callback = mp->mPrefetchStatus.mCallback; in player_handleMediaPlayerEventNotifications()
208 callbackPContext = mp->mPrefetchStatus.mContext; in player_handleMediaPlayerEventNotifications()
210 mp->mPrefetchStatus.mLevel = (SLpermille)data1; in player_handleMediaPlayerEventNotifications()
211 interface_unlock_exclusive(&mp->mPrefetchStatus); in player_handleMediaPlayerEventNotifications()
232 callback = mp->mPrefetchStatus.mCallback; in player_handleMediaPlayerEventNotifications()
233 callbackPContext = mp->mPrefetchStatus.mContext; in player_handleMediaPlayerEventNotifications()
272 mp->mPrefetchStatus.mLevel = 0; in player_handleMediaPlayerEventNotifications()
[all …]
H A DAudioPlayer_to_android.cpp805 ap->mPrefetchStatus.mLevel = 0; in sfplayer_handlePrefetchEvent()
834 interface_lock_exclusive(&ap->mPrefetchStatus); in sfplayer_handlePrefetchEvent()
836 callback = ap->mPrefetchStatus.mCallback; in sfplayer_handlePrefetchEvent()
839 ap->mPrefetchStatus.mLevel = (SLpermille)data1; in sfplayer_handlePrefetchEvent()
860 callback = ap->mPrefetchStatus.mCallback; in sfplayer_handlePrefetchEvent()
932 ap->mPrefetchStatus.mLevel = 0; in sfplayer_handlePrefetchEvent()
1311 ap->mPrefetchStatus.mLevel = 0; in audioTrack_callBack_pullFromBuffQueue()
2501 assert(0 == ap->mPrefetchStatus.mLevel); in android_audioPlayer_bufferQueue_onRefilled_l()
2503 ap->mPrefetchStatus.mLevel = 1000; in android_audioPlayer_bufferQueue_onRefilled_l()
2508 ap->mPrefetchStatus.mDeferredPrefetchCallback = ap->mPrefetchStatus.mCallback; in android_audioPlayer_bufferQueue_onRefilled_l()
[all …]
/aosp12/frameworks/wilhelm/src/
H A Dlocks.cpp222 prefetchCallback = ap->mPrefetchStatus.mDeferredPrefetchCallback; in object_unlock_exclusive_attributes_()
223 prefetchContext = ap->mPrefetchStatus.mDeferredPrefetchContext; in object_unlock_exclusive_attributes_()
224 prefetchEvents = ap->mPrefetchStatus.mDeferredPrefetchEvents; in object_unlock_exclusive_attributes_()
225 ap->mPrefetchStatus.mDeferredPrefetchCallback = NULL; in object_unlock_exclusive_attributes_()
227 ap->mPrefetchStatus.mDeferredPrefetchContext = NULL; in object_unlock_exclusive_attributes_()
228 ap->mPrefetchStatus.mDeferredPrefetchEvents = SL_PREFETCHEVENT_NONE; in object_unlock_exclusive_attributes_()
252 (*prefetchCallback)(&ap->mPrefetchStatus.mItf, prefetchContext, in object_unlock_exclusive_attributes_()
256 (*prefetchCallback)(&ap->mPrefetchStatus.mItf, prefetchContext, in object_unlock_exclusive_attributes_()
H A Dclasses.h47 IPrefetchStatus mPrefetchStatus; member
263 IPrefetchStatus mPrefetchStatus; member
335 IPrefetchStatus mPrefetchStatus; member
H A Dclasses.cpp71 {MPH_PREFETCHSTATUS, INTERFACE_EXPLICIT, offsetof(CAudioPlayer, mPrefetchStatus)},
308 {MPH_PREFETCHSTATUS, INTERFACE_EXPLICIT_GAME_PHONE, offsetof(CMidiPlayer, mPrefetchStatus)},
421 {MPH_XAPREFETCHSTATUS, INTERFACE_EXPLICIT, offsetof(CMediaPlayer, mPrefetchStatus)},
/aosp12/frameworks/wilhelm/src/desktop/
H A DSndFile.cpp196 audioPlayer->mPrefetchStatus.mLevel = 1000; in audioPlayerTransportUpdate()
259 thiz->mPrefetchStatus.mStatus = SL_PREFETCHSTATUS_SUFFICIENTDATA; in SndFile_Realize()