HomeSort by relevance Sort by last modified time
    Searched refs:playContext (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 161 void * playContext = NULL;
165 playContext = mp->mPlay.mContext;
173 (*playCallback)(&mp->mPlay.mItf, playContext, XA_PLAYEVENT_HEADATEND);
175 SLresult res = EnqueueAsyncCallback_ppi(mp, playCallback, &mp->mPlay.mItf, playContext,
179 &mp->mPlay.mItf, playContext);
AudioPlayer_to_android.cpp 431 void * playContext = NULL;
438 playContext = ap->mPlay.mContext;
449 (*playCallback)(&ap->mPlay.mItf, playContext, SL_PLAYEVENT_HEADATEND);
451 SLresult result = EnqueueAsyncCallback_ppi(ap, playCallback, &ap->mPlay.mItf, playContext,
455 &ap->mPlay.mItf, playContext);
    [all...]

Completed in 64 milliseconds