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 409 void * playContext = NULL;
416 playContext = ap->mPlay.mContext;
427 (*playCallback)(&ap->mPlay.mItf, playContext, SL_PLAYEVENT_HEADATEND);
429 SLresult result = EnqueueAsyncCallback_ppi(ap, playCallback, &ap->mPlay.mItf, playContext,
433 &ap->mPlay.mItf, playContext);
    [all...]

Completed in 47 milliseconds