OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
407
void *
playContext
= NULL;
414
playContext
= ap->mPlay.mContext;
425
(*playCallback)(&ap->mPlay.mItf,
playContext
, SL_PLAYEVENT_HEADATEND);
427
SLresult result = EnqueueAsyncCallback_ppi(ap, playCallback, &ap->mPlay.mItf,
playContext
,
431
&ap->mPlay.mItf,
playContext
);
[
all
...]
Completed in 144 milliseconds