/aosp12/frameworks/wilhelm/tests/sandbox/ |
H A D | multithread.c | 31 SLObjectItf mMixObject; 55 SLObjectItf myMixObject; in thread_start() 72 SLObjectItf myPlayerObject; in thread_start() 112 SLObjectItf engineObject; in main() 122 SLObjectItf mixObject; in main()
|
H A D | urimime.c | 38 SLObjectItf engineObject; in main() 50 SLObjectItf outputMixObject; in main() 82 SLObjectItf playerObject; in main()
|
H A D | multiplay.c | 29 SLObjectItf mPlayerObject; 149 SLObjectItf engineObject; in main() 161 SLObjectItf mixObject; in main() 278 SLObjectItf playerObject = players[i].mPlayerObject; in main()
|
H A D | configbq.c | 76 SLObjectItf engineObject; in main() 88 SLObjectItf outputMixObject; in main() 133 SLObjectItf playerObject; in main()
|
H A D | outputmix.c | 29 SLObjectItf engineObject; in main() 60 SLObjectItf outputMixObject; in main() 65 SLObjectItf outputMixObject2; in main()
|
/aosp12/frameworks/wilhelm/src/itf/ |
H A D | IObject.cpp | 84 static SLresult IObject_Realize(SLObjectItf self, SLboolean async) in IObject_Realize() 227 static SLresult IObject_Resume(SLObjectItf self, SLboolean async) in IObject_Resume() 284 static SLresult IObject_GetState(SLObjectItf self, SLuint32 *pState) in IObject_GetState() 325 static SLresult IObject_GetInterface(SLObjectItf self, const SLInterfaceID iid, void *pInterface) in IObject_GetInterface() 387 static SLresult IObject_RegisterCallback(SLObjectItf self, in IObject_RegisterCallback() 505 static void IObject_AbortAsyncOperation(SLObjectItf self) in IObject_AbortAsyncOperation() 517 void IObject_Destroy(SLObjectItf self) in IObject_Destroy() 641 static SLresult IObject_SetPriority(SLObjectItf self, SLint32 priority, SLboolean preemptable) in IObject_SetPriority() 660 static SLresult IObject_GetPriority(SLObjectItf self, SLint32 *pPriority, SLboolean *pPreemptable) in IObject_GetPriority() 685 static SLresult IObject_SetLossOfControlInterfaces(SLObjectItf self, in IObject_SetLossOfControlInterfaces()
|
H A D | IEngine.cpp | 95 static SLresult IEngine_CreateLEDDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID, in IEngine_CreateLEDDevice() 133 static SLresult IEngine_CreateVibraDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID, in IEngine_CreateVibraDevice() 171 static SLresult IEngine_CreateAudioPlayer(SLEngineItf self, SLObjectItf *pPlayer, in IEngine_CreateAudioPlayer() 411 static SLresult IEngine_CreateAudioRecorder(SLEngineItf self, SLObjectItf *pRecorder, in IEngine_CreateAudioRecorder() 553 static SLresult IEngine_CreateMidiPlayer(SLEngineItf self, SLObjectItf *pPlayer, in IEngine_CreateMidiPlayer() 601 static SLresult IEngine_CreateListener(SLEngineItf self, SLObjectItf *pListener, in IEngine_CreateListener() 725 static SLresult IEngine_CreateMetadataExtractor(SLEngineItf self, SLObjectItf *pMetadataExtractor, in IEngine_CreateMetadataExtractor() 769 static SLresult IEngine_CreateExtensionObject(SLEngineItf self, SLObjectItf *pObject, in IEngine_CreateExtensionObject() 1293 (SLObjectItf *) pMix, numInterfaces, (const SLInterfaceID *) pInterfaceIds, in IXAEngine_CreateOutputMix() 1304 (SLObjectItf *) pMetadataExtractor, (SLDataSource *) pDataSource, numInterfaces, in IXAEngine_CreateMetadataExtractor() [all …]
|
H A D | I3DGrouping.cpp | 22 static SLresult I3DGrouping_Set3DGroup(SL3DGroupingItf self, SLObjectItf group) in I3DGrouping_Set3DGroup() 75 static SLresult I3DGrouping_Get3DGroup(SL3DGroupingItf self, SLObjectItf *pGroup) in I3DGrouping_Get3DGroup()
|
/aosp12/frameworks/wilhelm/include/SLES/ |
H A D | OpenSLES.h | 283 SLObjectItf device; 403 SLObjectItf self, 407 SLObjectItf self, 411 SLObjectItf self, 415 SLObjectItf self, 420 SLObjectItf self, 425 SLObjectItf self 428 SLObjectItf self 431 SLObjectItf self, 436 SLObjectItf self, [all …]
|
/aosp12/frameworks/wilhelm/tests/examples/ |
H A D | slesTestSawtoothBufferQueue.cpp | 105 void TestPlaySawtoothBufferQueue( SLObjectItf sl ) in TestPlaySawtoothBufferQueue() 118 SLObjectItf player; in TestPlaySawtoothBufferQueue() 123 SLObjectItf OutputMix; in TestPlaySawtoothBufferQueue() 275 SLObjectItf sl; in main()
|
H A D | slesTestPlayFdPath.cpp | 71 void TestPlayPathFromFD( SLObjectItf sl, const char* path, SLAint64 offset, SLAint64 size) in TestPlayPathFromFD() 77 SLObjectItf player, outputMix; in TestPlayPathFromFD() 225 SLObjectItf sl; in main()
|
H A D | slesTestBassBoostPath.cpp | 50 void TestBassBoostPathFromFD(SLObjectItf sl, const char* path, int16_t boostStrength, bool alwaysOn) in TestBassBoostPathFromFD() 56 SLObjectItf player, outputMix; in TestBassBoostPathFromFD() 252 SLObjectItf sl; in main()
|
H A D | slesTestVirtualizerPath.cpp | 50 void TestVirtualizerPathFromFD( SLObjectItf sl, const char* path, int16_t virtStrength, in TestVirtualizerPathFromFD() 57 SLObjectItf player, outputMix; in TestVirtualizerPathFromFD() 254 SLObjectItf sl; in main()
|
H A D | slesTestEqFdPath.cpp | 50 void TestEQPathFromFD( SLObjectItf sl, const char* path in TestEQPathFromFD() 61 SLObjectItf player, outputMix; in TestEQPathFromFD() 281 SLObjectItf sl; in main()
|
H A D | slesTestEqOutputPath.cpp | 50 void TestEQPathFromFD( SLObjectItf sl, const char* path in TestEQPathFromFD() 61 SLObjectItf player, outputMix; in TestEQPathFromFD() 285 SLObjectItf sl; in main()
|
/aosp12/frameworks/wilhelm/tests/ |
H A D | mimeUri_test.cpp | 99 void TestPlayUri( SLObjectItf sl, const char* path) in TestPlayUri() 112 SLObjectItf player; in TestPlayUri() 117 SLObjectItf OutputMix; in TestPlayUri() 267 SLObjectItf sl;
|
/aosp12/frameworks/wilhelm/tests/listening/ |
H A D | seekTorture.c | 39 SLObjectItf engineObject; in main() 49 SLObjectItf outputmixObject; in main() 72 SLObjectItf playerObject; in main()
|
/aosp12/frameworks/wilhelm/tests/mimeUri/ |
H A D | slesTestLoopUri.cpp | 122 void TestLoopUri( SLObjectItf sl, const char* path) in TestLoopUri() 135 SLObjectItf player; in TestLoopUri() 140 SLObjectItf OutputMix; in TestLoopUri() 289 SLObjectItf sl; in main()
|
H A D | slesTestPlayUri.cpp | 125 void TestPlayUri( SLObjectItf sl, const char* path) in TestPlayUri() 138 SLObjectItf player; in TestPlayUri() 143 SLObjectItf OutputMix; in TestPlayUri() 323 SLObjectItf sl; in main()
|
H A D | slesTestGetPositionUri.cpp | 127 void TestGetPositionUri( SLObjectItf sl, const char* path) in TestGetPositionUri() 140 SLObjectItf player; in TestGetPositionUri() 145 SLObjectItf OutputMix; in TestGetPositionUri() 314 SLObjectItf sl; in main()
|
H A D | slesTest_playStates.cpp | 47 void TestPlayUri( SLObjectItf sl, const char* path) in TestPlayUri() 53 SLObjectItf player, outputMix; in TestPlayUri() 204 SLObjectItf sl; in main()
|
H A D | slesTestPlayStreamType.cpp | 48 void TestStreamTypeConfiguration( SLObjectItf sl, const char* path, const SLint32 type) in TestStreamTypeConfiguration() 54 SLObjectItf player, outputMix; in TestStreamTypeConfiguration() 238 SLObjectItf sl; in main()
|
H A D | slesTestSlowDownUri.cpp | 178 void TestSlowDownUri( SLObjectItf sl, const char* path) in TestSlowDownUri() 191 SLObjectItf player; in TestSlowDownUri() 197 SLObjectItf OutputMix; in TestSlowDownUri() 396 SLObjectItf sl; in main()
|
H A D | slesTestPlayUri2.cpp | 63 void TestPlayUri( SLObjectItf sl, const char* path, const char* path2) in TestPlayUri() 69 SLObjectItf player, player2, outputMix; in TestPlayUri() 252 SLObjectItf sl; in main()
|
/aosp12/frameworks/wilhelm/tests/sandbox/streamSource/ |
H A D | slesTestPlayStream.cpp | 180 void TestPlayStream( SLObjectItf sl, const char* path) in TestPlayStream() 193 SLObjectItf player; in TestPlayStream() 198 SLObjectItf OutputMix; in TestPlayStream() 379 SLObjectItf sl; in main()
|