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

  /system/media/wilhelm/src/android/
MediaPlayer_to_android.cpp 149 void * playContext = NULL;
153 playContext = mp->mPlay.mContext;
161 (*playCallback)(&mp->mPlay.mItf, playContext, XA_PLAYEVENT_HEADATEND);
163 SLresult res = EnqueueAsyncCallback_ppi(mp, playCallback, &mp->mPlay.mItf, playContext,
167 &mp->mPlay.mItf, playContext);
AudioPlayer_to_android.cpp 428 void * playContext = NULL;
435 playContext = ap->mPlay.mContext;
446 (*playCallback)(&ap->mPlay.mItf, playContext, SL_PLAYEVENT_HEADATEND);
448 SLresult result = EnqueueAsyncCallback_ppi(ap, playCallback, &ap->mPlay.mItf, playContext,
452 &ap->mPlay.mItf, playContext);
    [all...]

Completed in 28 milliseconds