Lines Matching refs:mPlay
163 if (mp->mPlay.mEventFlags & XA_PLAYEVENT_HEADATEND) { in player_handleMediaPlayerEventNotifications()
164 playCallback = mp->mPlay.mCallback; in player_handleMediaPlayerEventNotifications()
165 playContext = mp->mPlay.mContext; in player_handleMediaPlayerEventNotifications()
167 mp->mPlay.mState = XA_PLAYSTATE_PAUSED; 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()
252 interface_lock_shared(&mp->mPlay); in player_handleMediaPlayerEventNotifications()
253 slPlayCallback callback = mp->mPlay.mCallback; in player_handleMediaPlayerEventNotifications()
254 void* callbackPContext = mp->mPlay.mContext; in player_handleMediaPlayerEventNotifications()
255 interface_unlock_shared(&mp->mPlay); in player_handleMediaPlayerEventNotifications()
258 (*callback)(&mp->mPlay.mItf, callbackPContext, (SLuint32) data1); // SL_PLAYEVENT_HEAD* in player_handleMediaPlayerEventNotifications()
515 IPlay *pPlayItf = &mp->mPlay; in android_Player_usePlayEventMask()