Searched refs:SetCallbackEventsMask (Results 1 - 22 of 22) sorted by relevance

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL_Android.h125 XAresult (*SetCallbackEventsMask) ( member in struct:XAAndroidBufferQueueItf_
H A DOpenMAXAL.h753 XAresult (*SetCallbackEventsMask) ( member in struct:XAPlayItf_
856 XAresult (*SetCallbackEventsMask) ( member in struct:XAPrefetchStatusItf_
1134 XAresult (*SetCallbackEventsMask) ( member in struct:XARecordItf_
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp207 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
215 res = (*playItf)->SetCallbackEventsMask(playItf, SL_PLAYEVENT_HEADATEND);
H A DslesTestPlayUri.cpp209 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
221 res = (*playItf)->SetCallbackEventsMask(playItf,
H A DslesTestGetPositionUri.cpp216 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
228 res = (*playItf)->SetCallbackEventsMask(playItf,
H A DslesTestManyPlayers.cpp248 res = (*prefetchItfs[playerId])->SetCallbackEventsMask(prefetchItfs[playerId],
261 res = (*playItfs[playerId])->SetCallbackEventsMask(playItfs[playerId],
H A DslesTestSlowDownUri.cpp265 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
287 res = (*playItf)->SetCallbackEventsMask(playItf,
H A DslesTestPlayUri2.cpp172 result = (*playItf)->SetCallbackEventsMask(playItf,
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp257 result = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
298 result = (*playItf)->SetCallbackEventsMask(playItf, SL_PLAYEVENT_HEADATNEWPOS);
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp379 result = (*playItf)->SetCallbackEventsMask(playItf,
425 result = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, PREFETCHEVENT_ERROR_CANDIDATE);
H A DslesTestRecBuffQueue.cpp265 result = (*recordItf)->SetCallbackEventsMask(recordItf,
H A DslesTestSendToPresetReverb.cpp217 result = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
H A DslesTestDecodeAac.cpp561 res = (*playItf)->SetCallbackEventsMask(playItf,
637 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, PREFETCHEVENT_ERROR_CANDIDATE);
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c416 res = (*playerBQItf)->SetCallbackEventsMask(playerBQItf, XA_ANDROIDBUFFERQUEUEEVENT_PROCESSED);
419 res = (*playerPlayItf)->SetCallbackEventsMask(playerPlayItf, XA_PLAYEVENT_HEADATEND);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h304 SLresult (*SetCallbackEventsMask) ( member in struct:SLAndroidBufferQueueItf_
H A DOpenSLES.h959 SLresult (*SetCallbackEventsMask) ( member in struct:SLPlayItf_
1028 SLresult (*SetCallbackEventsMask) ( member in struct:SLPrefetchStatusItf_
1182 SLresult (*SetCallbackEventsMask) ( member in struct:SLRecordItf_
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp182 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf,
/frameworks/wilhelm/tests/sandbox/
H A Dmultiplay.c210 result = (*p->mPlayerPrefetchStatus)->SetCallbackEventsMask(p->mPlayerPrefetchStatus,
H A Dxaplay.c465 result = (*playerAndroidBufferQueue)->SetCallbackEventsMask(playerAndroidBufferQueue,
515 result = (*playerPrefetchStatus)->SetCallbackEventsMask(playerPrefetchStatus,
546 result = (*playerPlay)->SetCallbackEventsMask(playerPlay,
H A Dreverb.c603 result = (*playerPrefetchStatus)->SetCallbackEventsMask(playerPrefetchStatus,
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp270 res = (*abqItf)->SetCallbackEventsMask(abqItf, SL_ANDROIDBUFFERQUEUEEVENT_PROCESSED);
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc645 OpenSL(decoderPlay, SetCallbackEventsMask, SL_PLAYEVENT_HEADATEND);
667 OpenSL(decoderPrefetch, SetCallbackEventsMask, kPrefetchErrorCandidate);

Completed in 275 milliseconds