/aosp12/frameworks/wilhelm/src/itf/ |
H A D | IPlay.cpp | 22 static SLresult IPlay_SetPlayState(SLPlayItf self, SLuint32 state) in IPlay_SetPlayState() 117 static SLresult IPlay_GetPlayState(SLPlayItf self, SLuint32 *pState) in IPlay_GetPlayState() 152 static SLresult IPlay_GetDuration(SLPlayItf self, SLmillisecond *pMsec) in IPlay_GetDuration() 195 static SLresult IPlay_GetPosition(SLPlayItf self, SLmillisecond *pMsec) in IPlay_GetPosition() 256 static SLresult IPlay_SetCallbackEventsMask(SLPlayItf self, SLuint32 eventFlags) in IPlay_SetCallbackEventsMask() 286 static SLresult IPlay_GetCallbackEventsMask(SLPlayItf self, SLuint32 *pEventFlags) in IPlay_GetCallbackEventsMask() 305 static SLresult IPlay_SetMarkerPosition(SLPlayItf self, SLmillisecond mSec) in IPlay_SetMarkerPosition() 333 static SLresult IPlay_ClearMarkerPosition(SLPlayItf self) in IPlay_ClearMarkerPosition() 358 static SLresult IPlay_GetMarkerPosition(SLPlayItf self, SLmillisecond *pMsec) in IPlay_GetMarkerPosition() 381 static SLresult IPlay_SetPositionUpdatePeriod(SLPlayItf self, SLmillisecond mSec) in IPlay_SetPositionUpdatePeriod() [all …]
|
/aosp12/frameworks/wilhelm/tests/listening/ |
H A D | slesTest_playMuteSolo.cpp | 35 SLPlayItf playItf; 102 void PlayEventCallback( SLPlayItf caller __unused, void *pContext, SLuint32 event __unused) in PlayEventCallback() 105 SLPlayItf playItf = context->playItf; in PlayEventCallback() 181 SLPlayItf playItf; in TestPlayUri()
|
H A D | seekTorture.c | 80 SLPlayItf playerPlay; in main()
|
/aosp12/frameworks/wilhelm/include/SLES/ |
H A D | OpenSLES.h | 939 SLPlayItf self, 943 SLPlayItf self, 947 SLPlayItf self, 951 SLPlayItf self, 955 SLPlayItf self, 960 SLPlayItf self, 964 SLPlayItf self, 968 SLPlayItf self, 972 SLPlayItf self 975 SLPlayItf self, [all …]
|
/aosp12/frameworks/wilhelm/tests/examples/ |
H A D | slesTestSawtoothBufferQueue.cpp | 73 SLPlayItf playItf; 119 SLPlayItf playItf; in TestPlaySawtoothBufferQueue()
|
H A D | slesTestDecodeToBuffQueue.cpp | 111 SLPlayItf playItf; 147 SLPlayItf caller, in DecProgressCallback() 285 SLPlayItf playItf; in TestDecToBuffQueue()
|
H A D | slesTestDecodeAac.cpp | 195 SLPlayItf playItf; 207 void PlayCallback(SLPlayItf caller, void *pContext __unused, SLuint32 event) { in PlayCallback() 465 SLPlayItf playItf; in TestDecToBuffQueue()
|
H A D | slesTestPlayFdPath.cpp | 89 SLPlayItf playItf; in TestPlayPathFromFD()
|
H A D | slesTestBassBoostPath.cpp | 72 SLPlayItf playItf; in TestBassBoostPathFromFD()
|
H A D | slesTestVirtualizerPath.cpp | 73 SLPlayItf playItf; in TestVirtualizerPathFromFD()
|
H A D | slesTestEqFdPath.cpp | 77 SLPlayItf playItf; in TestEQPathFromFD()
|
H A D | slesTestEqOutputPath.cpp | 77 SLPlayItf playItf; in TestEQPathFromFD()
|
/aosp12/frameworks/wilhelm/tests/mimeUri/ |
H A D | slesTestPlayUri2.cpp | 39 void PlayEventCallback( SLPlayItf caller __unused, void *pContext __unused, SLuint32 event) in PlayEventCallback() 81 SLPlayItf playItf, playItf2; in TestPlayUri()
|
H A D | slesTestLoopUri.cpp | 105 SLPlayItf caller __unused, in PlayEventCallback() 136 SLPlayItf playItf; in TestLoopUri()
|
H A D | slesTestPlayUri.cpp | 99 SLPlayItf caller, in PlayEventCallback() 139 SLPlayItf playItf; in TestPlayUri()
|
H A D | slesTestGetPositionUri.cpp | 91 SLPlayItf caller, in PlayEventCallback() 141 SLPlayItf playItf; in TestGetPositionUri()
|
H A D | slesTestManyPlayers.cpp | 42 SLPlayItf playItfs[MAX_NUMBER_PLAYERS]; 103 SLPlayItf caller, in PlayEventCallback()
|
H A D | slesTestSlowDownUri.cpp | 65 void PlayEventCallback( SLPlayItf caller __unused, void *pContext, SLuint32 event) in PlayEventCallback() 192 SLPlayItf playItf; in TestSlowDownUri()
|
H A D | slesTest_playStates.cpp | 65 SLPlayItf playItf; in TestPlayUri()
|
H A D | slesTestPlayStreamType.cpp | 66 SLPlayItf playItf; in TestStreamTypeConfiguration()
|
/aosp12/frameworks/wilhelm/tests/sandbox/ |
H A D | dim.c | 135 SLPlayItf outputMixPlay; in main()
|
H A D | urimime.c | 105 SLPlayItf playerPlay; in main()
|
H A D | multithread.c | 78 SLPlayItf playerPlay; in thread_start()
|
H A D | configbq.c | 190 SLPlayItf playerPlay; in main()
|
/aosp12/frameworks/wilhelm/tests/ |
H A D | mimeUri_test.cpp | 113 SLPlayItf playItf; in TestPlayUri()
|