Home
last modified time | relevance | path

Searched refs:SLObjectItf (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/wilhelm/tests/sandbox/
Dmultithread.c31 SLObjectItf mMixObject;
55 SLObjectItf myMixObject; in thread_start()
72 SLObjectItf myPlayerObject; in thread_start()
112 SLObjectItf engineObject; in main()
122 SLObjectItf mixObject; in main()
Durimime.c38 SLObjectItf engineObject; in main()
50 SLObjectItf outputMixObject; in main()
82 SLObjectItf playerObject; in main()
Dmultiplay.c29 SLObjectItf mPlayerObject;
149 SLObjectItf engineObject; in main()
161 SLObjectItf mixObject; in main()
278 SLObjectItf playerObject = players[i].mPlayerObject; in main()
Dconfigbq.c76 SLObjectItf engineObject; in main()
88 SLObjectItf outputMixObject; in main()
133 SLObjectItf playerObject; in main()
Doutputmix.c29 SLObjectItf engineObject; in main()
60 SLObjectItf outputMixObject; in main()
65 SLObjectItf outputMixObject2; in main()
Dsrcsink.c27 SLObjectItf engineObject; in main()
65 SLObjectItf playerObject; in main()
79 SLObjectItf outputMixObject; in main()
/frameworks/wilhelm/src/itf/
DIObject.c84 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()
DIEngine.c95 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 …]
DI3DGrouping.c22 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/
DOpenSLES.h105 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/
DslesTestSawtoothBufferQueue.cpp105 void TestPlaySawtoothBufferQueue( SLObjectItf sl ) in TestPlaySawtoothBufferQueue()
118 SLObjectItf player; in TestPlaySawtoothBufferQueue()
123 SLObjectItf OutputMix; in TestPlaySawtoothBufferQueue()
275 SLObjectItf sl; in main()
DslesTestPlayFdPath.cpp71 void TestPlayPathFromFD( SLObjectItf sl, const char* path, SLAint64 offset, SLAint64 size) in TestPlayPathFromFD()
77 SLObjectItf player, outputMix; in TestPlayPathFromFD()
225 SLObjectItf sl; in main()
DslesTestBassBoostPath.cpp50 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()
DslesTestVirtualizerPath.cpp50 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/
DmimeUri_test.cpp99 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/
DseekTorture.c39 SLObjectItf engineObject; in main()
49 SLObjectItf outputmixObject; in main()
72 SLObjectItf playerObject; in main()
/frameworks/wilhelm/tests/mimeUri/
DslesTestLoopUri.cpp122 void TestLoopUri( SLObjectItf sl, const char* path) in TestLoopUri()
135 SLObjectItf player; in TestLoopUri()
140 SLObjectItf OutputMix; in TestLoopUri()
289 SLObjectItf sl; in main()
DslesTestPlayUri.cpp125 void TestPlayUri( SLObjectItf sl, const char* path) in TestPlayUri()
138 SLObjectItf player; in TestPlayUri()
143 SLObjectItf OutputMix; in TestPlayUri()
323 SLObjectItf sl; in main()
DslesTest_playStates.cpp47 void TestPlayUri( SLObjectItf sl, const char* path) in TestPlayUri()
53 SLObjectItf player, outputMix; in TestPlayUri()
204 SLObjectItf sl; in main()
DslesTestGetPositionUri.cpp127 void TestGetPositionUri( SLObjectItf sl, const char* path) in TestGetPositionUri()
140 SLObjectItf player; in TestGetPositionUri()
145 SLObjectItf OutputMix; in TestGetPositionUri()
314 SLObjectItf sl; in main()
DslesTestPlayStreamType.cpp48 void TestStreamTypeConfiguration( SLObjectItf sl, const char* path, const SLint32 type) in TestStreamTypeConfiguration()
54 SLObjectItf player, outputMix; in TestStreamTypeConfiguration()
238 SLObjectItf sl; in main()
DslesTestPlayUri2.cpp63 void TestPlayUri( SLObjectItf sl, const char* path, const char* path2) in TestPlayUri()
69 SLObjectItf player, player2, outputMix; in TestPlayUri()
252 SLObjectItf sl; in main()
DslesTestSlowDownUri.cpp178 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/
DslesTestPlayStream.cpp180 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/
Daudioplay.cpp37 static SLObjectItf engineObject = NULL;
41 static SLObjectItf outputMixObject = NULL;
44 static SLObjectItf bqPlayerObject = NULL;

123