/frameworks/wilhelm/src/itf/ |
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() 240 static SLresult IPlay_RegisterCallback(SLPlayItf self, slPlayCallback callback, void *pContext) in IPlay_RegisterCallback() 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() [all …]
|
/frameworks/wilhelm/tests/listening/ |
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()
|
D | seekTorture.c | 80 SLPlayItf playerPlay; in main()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 929 typedef const struct SLPlayItf_ * const * SLPlayItf; typedef 932 SLPlayItf caller, 939 SLPlayItf self, 943 SLPlayItf self, 947 SLPlayItf self, 951 SLPlayItf self, 955 SLPlayItf self, 960 SLPlayItf self, 964 SLPlayItf self, 968 SLPlayItf self, [all …]
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestSawtoothBufferQueue.cpp | 73 SLPlayItf playItf; 119 SLPlayItf playItf; in TestPlaySawtoothBufferQueue()
|
D | slesTestDecodeToBuffQueue.cpp | 111 SLPlayItf playItf; 147 SLPlayItf caller, in DecProgressCallback() 285 SLPlayItf playItf; in TestDecToBuffQueue()
|
D | slesTestDecodeAac.cpp | 195 SLPlayItf playItf; 207 void PlayCallback(SLPlayItf caller, void *pContext __unused, SLuint32 event) { in PlayCallback() 465 SLPlayItf playItf; in TestDecToBuffQueue()
|
D | slesTestPlayFdPath.cpp | 89 SLPlayItf playItf; in TestPlayPathFromFD()
|
D | slesTestBassBoostPath.cpp | 72 SLPlayItf playItf; in TestBassBoostPathFromFD()
|
D | slesTestVirtualizerPath.cpp | 73 SLPlayItf playItf; in TestVirtualizerPathFromFD()
|
D | slesTestEqFdPath.cpp | 77 SLPlayItf playItf; in TestEQPathFromFD()
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestPlayUri2.cpp | 39 void PlayEventCallback( SLPlayItf caller __unused, void *pContext __unused, SLuint32 event) in PlayEventCallback() 81 SLPlayItf playItf, playItf2; in TestPlayUri()
|
D | slesTestPlayUri.cpp | 99 SLPlayItf caller, in PlayEventCallback() 139 SLPlayItf playItf; in TestPlayUri()
|
D | slesTestLoopUri.cpp | 105 SLPlayItf caller __unused, in PlayEventCallback() 136 SLPlayItf playItf; in TestLoopUri()
|
D | slesTestGetPositionUri.cpp | 91 SLPlayItf caller, in PlayEventCallback() 141 SLPlayItf playItf; in TestGetPositionUri()
|
D | slesTestManyPlayers.cpp | 42 SLPlayItf playItfs[MAX_NUMBER_PLAYERS]; 103 SLPlayItf caller, in PlayEventCallback()
|
D | slesTestSlowDownUri.cpp | 65 void PlayEventCallback( SLPlayItf caller __unused, void *pContext, SLuint32 event) in PlayEventCallback() 192 SLPlayItf playItf; in TestSlowDownUri()
|
D | slesTest_playStates.cpp | 65 SLPlayItf playItf; in TestPlayUri()
|
D | slesTestPlayStreamType.cpp | 66 SLPlayItf playItf; in TestStreamTypeConfiguration()
|
/frameworks/wilhelm/tests/sandbox/ |
D | urimime.c | 105 SLPlayItf playerPlay; in main()
|
D | dim.c | 135 SLPlayItf outputMixPlay; in main()
|
D | multithread.c | 78 SLPlayItf playerPlay; in thread_start()
|
D | configbq.c | 190 SLPlayItf playerPlay; in main()
|
D | intbufq.c | 131 SLPlayItf playerPlay; in main()
|
/frameworks/wilhelm/tests/ |
D | mimeUri_test.cpp | 113 SLPlayItf playItf; in TestPlayUri()
|