Home
last modified time | relevance | path

Searched refs:playContext (Results 1 – 2 of 2) sorted by relevance

/frameworks/wilhelm/src/android/
DMediaPlayer_to_android.cpp161 void * playContext = NULL; in player_handleMediaPlayerEventNotifications() local
165 playContext = mp->mPlay.mContext; in player_handleMediaPlayerEventNotifications()
173 (*playCallback)(&mp->mPlay.mItf, playContext, XA_PLAYEVENT_HEADATEND); in player_handleMediaPlayerEventNotifications()
175 SLresult res = EnqueueAsyncCallback_ppi(mp, playCallback, &mp->mPlay.mItf, playContext, in player_handleMediaPlayerEventNotifications()
179 &mp->mPlay.mItf, playContext); in player_handleMediaPlayerEventNotifications()
DAudioPlayer_to_android.cpp409 void * playContext = NULL; in audioPlayer_dispatch_headAtEnd_lockPlay() local
416 playContext = ap->mPlay.mContext; in audioPlayer_dispatch_headAtEnd_lockPlay()
427 (*playCallback)(&ap->mPlay.mItf, playContext, SL_PLAYEVENT_HEADATEND); in audioPlayer_dispatch_headAtEnd_lockPlay()
429 SLresult result = EnqueueAsyncCallback_ppi(ap, playCallback, &ap->mPlay.mItf, playContext, in audioPlayer_dispatch_headAtEnd_lockPlay()
433 &ap->mPlay.mItf, playContext); in audioPlayer_dispatch_headAtEnd_lockPlay()