Home
last modified time | relevance | path

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

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