Home
last modified time | relevance | path

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

/aosp12/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp204 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, in TestLoopUri()
212 res = (*playItf)->SetCallbackEventsMask(playItf, SL_PLAYEVENT_HEADATEND); in TestLoopUri()
H A DslesTestPlayUri.cpp206 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, in TestPlayUri()
218 res = (*playItf)->SetCallbackEventsMask(playItf, in TestPlayUri()
H A DslesTestGetPositionUri.cpp213 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, in TestGetPositionUri()
225 res = (*playItf)->SetCallbackEventsMask(playItf, in TestGetPositionUri()
H A DslesTestManyPlayers.cpp246 res = (*prefetchItfs[playerId])->SetCallbackEventsMask(prefetchItfs[playerId], in CreatePlayer()
259 res = (*playItfs[playerId])->SetCallbackEventsMask(playItfs[playerId], in CreatePlayer()
H A DslesTestSlowDownUri.cpp262 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, in TestSlowDownUri()
284 res = (*playItf)->SetCallbackEventsMask(playItf, in TestSlowDownUri()
H A DslesTestPlayUri2.cpp172 result = (*playItf)->SetCallbackEventsMask(playItf, in TestPlayUri()
/aosp12/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL_Android.h127 XAresult (*SetCallbackEventsMask) ( member
H A DOpenMAXAL.h753 XAresult (*SetCallbackEventsMask) ( member
856 XAresult (*SetCallbackEventsMask) ( member
1134 XAresult (*SetCallbackEventsMask) ( member
/aosp12/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp257 result = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, in TestPlayUri()
298 result = (*playItf)->SetCallbackEventsMask(playItf, SL_PLAYEVENT_HEADATNEWPOS); in TestPlayUri()
/aosp12/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c417 res = (*playerBQItf)->SetCallbackEventsMask(playerBQItf, XA_ANDROIDBUFFERQUEUEEVENT_PROCESSED); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
420 res = (*playerPlayItf)->SetCallbackEventsMask(playerPlayItf, XA_PLAYEVENT_HEADATEND); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
/aosp12/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp379 result = (*playItf)->SetCallbackEventsMask(playItf, in TestDecToBuffQueue()
425 result = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, PREFETCHEVENT_ERROR_CANDIDATE); in TestDecToBuffQueue()
H A DslesTestPlayFdPath.cpp169 result = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, PREFETCHEVENT_ERROR_CANDIDATE); in TestPlayPathFromFD()
H A DslesTestDecodeAac.cpp561 res = (*playItf)->SetCallbackEventsMask(playItf, in TestDecToBuffQueue()
637 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, PREFETCHEVENT_ERROR_CANDIDATE); in TestDecToBuffQueue()
H A DslesTestSendToPresetReverb.cpp216 result = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, in TestSendToPresetReverb()
H A DslesTestRecBuffQueue.cpp379 result = (*recordItf)->SetCallbackEventsMask(recordItf, in TestRecToBuffQueue()
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c466 result = (*playerAndroidBufferQueue)->SetCallbackEventsMask(playerAndroidBufferQueue, in main()
516 result = (*playerPrefetchStatus)->SetCallbackEventsMask(playerPrefetchStatus, in main()
547 result = (*playerPlay)->SetCallbackEventsMask(playerPlay, in main()
H A Dmultiplay.c210 result = (*p->mPlayerPrefetchStatus)->SetCallbackEventsMask(p->mPlayerPrefetchStatus, in main()
H A Dreverb.c603 result = (*playerPrefetchStatus)->SetCallbackEventsMask(playerPrefetchStatus, in main()
/aosp12/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp179 res = (*prefetchItf)->SetCallbackEventsMask(prefetchItf, in TestPlayUri()
/aosp12/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h340 SLresult (*SetCallbackEventsMask) ( member
H A DOpenSLES.h959 SLresult (*SetCallbackEventsMask) ( member
1028 SLresult (*SetCallbackEventsMask) ( member
1182 SLresult (*SetCallbackEventsMask) ( member
/aosp12/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp267 res = (*abqItf)->SetCallbackEventsMask(abqItf, SL_ANDROIDBUFFERQUEUEEVENT_PROCESSED); in TestPlayStream()