/frameworks/wilhelm/src/itf/ |
D | IPlay.c | 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/ex/variablespeed/jni/ |
D | variablespeed.h | 61 void DecodingEventCallback(SLPlayItf caller, SLuint32 event); 74 SLPlayItf playItf, SLPrefetchStatusItf prefetchItf);
|
D | variablespeed.cc | 71 SLPlayItf playItf; 160 static void DecodingEventCb(SLPlayItf caller, void*, SLuint32 event) { in DecodingEventCb() 511 static size_t ReadDuration(SLPlayItf playItf) { in ReadDuration() 522 static size_t ReadPosition(SLPlayItf playItf) { in ReadPosition() 632 SLPlayItf decoderPlay = NULL; in PlayFromThisSource() 674 SLPlayItf audioPlayerPlay = NULL; in PlayFromThisSource() 853 void AudioEngine::DecodingEventCallback(SLPlayItf, SLuint32 event) { in DecodingEventCallback() argument
|
/frameworks/wilhelm/tests/listening/ |
D | slesTest_playMuteSolo.cpp | 35 SLPlayItf playItf; 102 void PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) 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; 122 SLPlayItf playItf; in TestPlaySawtoothBufferQueue()
|
D | slesTestDecodeToBuffQueue.cpp | 111 SLPlayItf playItf; 147 SLPlayItf caller, in DecProgressCallback() 285 SLPlayItf playItf; in TestDecToBuffQueue()
|
D | slesTestDecodeAac.cpp | 197 SLPlayItf playItf; 209 void PlayCallback(SLPlayItf caller, void *pContext, SLuint32 event) { in PlayCallback() 465 SLPlayItf playItf; in TestDecToBuffQueue()
|
D | slesTestPlayFdPath.cpp | 68 SLPlayItf playItf; in TestPlayPathFromFD()
|
D | slesTestVirtualizerPath.cpp | 73 SLPlayItf playItf; in TestVirtualizerPathFromFD()
|
D | slesTestBassBoostPath.cpp | 72 SLPlayItf playItf; in TestBassBoostPathFromFD()
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestPlayUri2.cpp | 39 void PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) in PlayEventCallback() 81 SLPlayItf playItf, playItf2; in TestPlayUri()
|
D | slesTestLoopUri.cpp | 105 SLPlayItf caller, in PlayEventCallback() 139 SLPlayItf playItf; in TestLoopUri()
|
D | slesTestPlayUri.cpp | 99 SLPlayItf caller, in PlayEventCallback() 142 SLPlayItf playItf; in TestPlayUri()
|
D | slesTestGetPositionUri.cpp | 91 SLPlayItf caller, in PlayEventCallback() 144 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, void *pContext, SLuint32 event) in PlayEventCallback() 195 SLPlayItf playItf; in TestSlowDownUri()
|
D | slesTest_playStates.cpp | 66 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()
|
/frameworks/wilhelm/tests/ |
D | mimeUri_test.cpp | 116 SLPlayItf playItf; in TestPlayUri()
|