/frameworks/wilhelm/tests/sandbox/ |
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()
|
D | urimime.c | 38 SLObjectItf engineObject; in main() 50 SLObjectItf outputMixObject; in main() 82 SLObjectItf playerObject; in main()
|
D | multiplay.c | 29 SLObjectItf mPlayerObject; 149 SLObjectItf engineObject; in main() 161 SLObjectItf mixObject; in main() 278 SLObjectItf playerObject = players[i].mPlayerObject; in main()
|
D | configbq.c | 76 SLObjectItf engineObject; in main() 88 SLObjectItf outputMixObject; in main() 133 SLObjectItf playerObject; in main()
|
D | outputmix.c | 29 SLObjectItf engineObject; in main() 60 SLObjectItf outputMixObject; in main() 65 SLObjectItf outputMixObject2; in main()
|
D | srcsink.c | 27 SLObjectItf engineObject; in main() 65 SLObjectItf playerObject; in main() 79 SLObjectItf outputMixObject; in main()
|
/frameworks/wilhelm/src/itf/ |
D | IObject.c | 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() 642 static SLresult IObject_SetPriority(SLObjectItf self, SLint32 priority, SLboolean preemptable) in IObject_SetPriority() 661 static SLresult IObject_GetPriority(SLObjectItf self, SLint32 *pPriority, SLboolean *pPreemptable) in IObject_GetPriority() 686 static SLresult IObject_SetLossOfControlInterfaces(SLObjectItf self, in IObject_SetLossOfControlInterfaces()
|
D | IEngine.c | 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() 410 static SLresult IEngine_CreateAudioRecorder(SLEngineItf self, SLObjectItf *pRecorder, in IEngine_CreateAudioRecorder() 552 static SLresult IEngine_CreateMidiPlayer(SLEngineItf self, SLObjectItf *pPlayer, in IEngine_CreateMidiPlayer() 600 static SLresult IEngine_CreateListener(SLEngineItf self, SLObjectItf *pListener, in IEngine_CreateListener() 637 static SLresult IEngine_Create3DGroup(SLEngineItf self, SLObjectItf *pGroup, SLuint32 numInterfaces, in IEngine_Create3DGroup() 675 static SLresult IEngine_CreateOutputMix(SLEngineItf self, SLObjectItf *pMix, SLuint32 numInterfaces, in IEngine_CreateOutputMix() 724 static SLresult IEngine_CreateMetadataExtractor(SLEngineItf self, SLObjectItf *pMetadataExtractor, in IEngine_CreateMetadataExtractor() 768 static SLresult IEngine_CreateExtensionObject(SLEngineItf self, SLObjectItf *pObject, in IEngine_CreateExtensionObject() [all …]
|
D | I3DGrouping.c | 22 static SLresult I3DGrouping_Set3DGroup(SL3DGroupingItf self, SLObjectItf group) in I3DGrouping_Set3DGroup() 75 static SLresult I3DGrouping_Get3DGroup(SL3DGroupingItf self, SLObjectItf *pGroup) in I3DGrouping_Get3DGroup()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 105 typedef const struct SLObjectItf_ * const * SLObjectItf; typedef 283 SLObjectItf device; 289 SLObjectItf outputMix; 392 SLObjectItf caller, 403 SLObjectItf self, 407 SLObjectItf self, 411 SLObjectItf self, 415 SLObjectItf self, 420 SLObjectItf self, 425 SLObjectItf self [all …]
|
/frameworks/wilhelm/tests/examples/ |
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()
|
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()
|
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()
|
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()
|
/frameworks/wilhelm/tests/ |
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;
|
/frameworks/wilhelm/tests/listening/ |
D | seekTorture.c | 39 SLObjectItf engineObject; in main() 49 SLObjectItf outputmixObject; in main() 72 SLObjectItf playerObject; in main()
|
/frameworks/wilhelm/tests/mimeUri/ |
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
/frameworks/wilhelm/tests/sandbox/streamSource/ |
D | slesTestPlayStream.cpp | 180 void TestPlayStream( SLObjectItf sl, const char* path) in TestPlayStream() 196 SLObjectItf player; in TestPlayStream() 201 SLObjectItf OutputMix; in TestPlayStream() 382 SLObjectItf sl; in main()
|
/frameworks/base/cmds/bootanimation/ |
D | audioplay.cpp | 37 static SLObjectItf engineObject = NULL; 41 static SLObjectItf outputMixObject = NULL; 44 static SLObjectItf bqPlayerObject = NULL;
|