HomeSort by relevance Sort by last modified time
    Searched refs:SLObjectItf (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /cts/tests/tests/media/libaudiojni/
sl-utils.cpp 39 static SLObjectItf gEngineObject;
92 static SLObjectItf createEngine() {
100 SLObjectItf engine;
118 SLObjectItf OpenSLEngine(bool global) {
131 void CloseSLEngine(SLObjectItf engine) {
sl-utils.h 54 * @return NULL if unsuccessful or the Engine SLObjectItf.
56 SLObjectItf OpenSLEngine(bool global = true);
60 void CloseSLEngine(SLObjectItf engine);
appendix-b-1-2-recording.cpp 46 static void TestAudioRecording(SLObjectItf sl)
48 SLObjectItf recorder;
214 SLObjectItf engineObject = android::OpenSLEngine();
appendix-b-1-1-buffer-queue.cpp 71 static void TestPlayMusicBufferQueue(SLObjectItf sl)
84 SLObjectItf player;
89 SLObjectItf OutputMix;
245 SLObjectItf engineObject = android::OpenSLEngine();
  /cts/tests/tests/media/libndkaudio/
AudioRecorder.h 71 SLObjectItf engineObj_;
75 SLObjectItf recorderObj_;
AudioPlayer.h 76 SLObjectItf bqPlayerObject_;
AudioPlayer.cpp 40 static SLObjectItf engineObject = 0;
44 static SLObjectItf outputMixObject = 0;
  /cts/apps/CtsVerifier/jni/audio_loopback/
sles.h 69 SLObjectItf playerObject;
70 SLObjectItf recorderObject;
71 SLObjectItf outputmixObject;
72 SLObjectItf engineObject;
  /external/webrtc/webrtc/modules/audio_device/android/
opensles_common.h 22 // Helper class for using SLObjectItf interfaces.
50 typedef ScopedSLObject<SLObjectItf, const SLObjectItf_*> ScopedSLObjectItf;
  /frameworks/wilhelm/tests/sandbox/
multithread.c 31 SLObjectItf mMixObject;
55 SLObjectItf myMixObject;
72 SLObjectItf myPlayerObject;
112 SLObjectItf engineObject;
122 SLObjectItf mixObject;
urimime.c 38 SLObjectItf engineObject;
50 SLObjectItf outputMixObject;
82 SLObjectItf playerObject;
dual.c 31 SLObjectItf slEngineObject;
dim.c 37 SLObjectItf engineObject;
49 SLObjectItf outputMixObject;
multiplay.c 29 SLObjectItf mPlayerObject;
149 SLObjectItf engineObject;
161 SLObjectItf mixObject;
278 SLObjectItf playerObject = players[i].mPlayerObject;
  /frameworks/wilhelm/src/
sl_entry.c 21 SL_API SLresult SLAPIENTRY slCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions,
xa_entry.c 27 result = liCreateEngine((SLObjectItf *) pEngine, numOptions,
  /frameworks/wilhelm/tests/listening/
seekTorture.c 39 SLObjectItf engineObject;
49 SLObjectItf outputmixObject;
72 SLObjectItf playerObject;
  /frameworks/wilhelm/src/itf/
I3DGrouping.c 22 static SLresult I3DGrouping_Set3DGroup(SL3DGroupingItf self, SLObjectItf group)
75 static SLresult I3DGrouping_Get3DGroup(SL3DGroupingItf self, SLObjectItf *pGroup)
IObject.c 84 static SLresult IObject_Realize(SLObjectItf self, SLboolean async)
227 static SLresult IObject_Resume(SLObjectItf self, SLboolean async)
284 static SLresult IObject_GetState(SLObjectItf self, SLuint32 *pState)
325 static SLresult IObject_GetInterface(SLObjectItf self, const SLInterfaceID iid, void *pInterface)
387 static SLresult IObject_RegisterCallback(SLObjectItf self,
505 static void IObject_AbortAsyncOperation(SLObjectItf self)
517 void IObject_Destroy(SLObjectItf self)
642 static SLresult IObject_SetPriority(SLObjectItf self, SLint32 priority, SLboolean preemptable)
661 static SLresult IObject_GetPriority(SLObjectItf self, SLint32 *pPriority, SLboolean *pPreemptable)
686 static SLresult IObject_SetLossOfControlInterfaces(SLObjectItf self
    [all...]
  /frameworks/wilhelm/src/objects/
CAudioPlayer.c 108 SLObjectItf outputMix = audioPlayer->mDataSink.mLocator.mOutputMix.outputMix;
  /frameworks/wilhelm/tests/examples/
slesTestSawtoothBufferQueue.cpp 105 void TestPlaySawtoothBufferQueue( SLObjectItf sl )
118 SLObjectItf player;
123 SLObjectItf OutputMix;
275 SLObjectItf sl;
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 122 void TestLoopUri( SLObjectItf sl, const char* path)
135 SLObjectItf player;
140 SLObjectItf OutputMix;
289 SLObjectItf sl;
slesTestPlayUri.cpp 125 void TestPlayUri( SLObjectItf sl, const char* path)
138 SLObjectItf player;
143 SLObjectItf OutputMix;
323 SLObjectItf sl;
slesTestGetPositionUri.cpp 127 void TestGetPositionUri( SLObjectItf sl, const char* path)
140 SLObjectItf player;
145 SLObjectItf OutputMix;
314 SLObjectItf sl;
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 99 void TestPlayUri( SLObjectItf sl, const char* path)
112 SLObjectItf player;
117 SLObjectItf OutputMix;
267 SLObjectItf sl;

Completed in 238 milliseconds

1 2 3 4 5