Searched refs:locatorType (Results 1 - 25 of 39) sorted by relevance

12

/frameworks/wilhelm/tests/sandbox/
H A Dxa.c75 locABQ.locatorType = XA_DATALOCATOR_ANDROIDBUFFERQUEUE;
78 locUri.locatorType = XA_DATALOCATOR_URI;
94 locOM.locatorType = XA_DATALOCATOR_OUTPUTMIX;
99 locND.locatorType = XA_DATALOCATOR_NATIVEDISPLAY;
H A Durimime.c58 loc_uri.locatorType = SL_DATALOCATOR_URI;
70 loc_outmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
H A Dconfigbq.c105 loc_bufq.locatorType = SL_DATALOCATOR_BUFFERQUEUE;
121 loc_outmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
H A Dintbufq.c108 locator_bufferqueue.locatorType = DATALOCATOR_BUFFERQUEUE;
110 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
H A Dsrcsink.c40 loc_bufq.locatorType = SL_DATALOCATOR_BUFFERQUEUE;
56 loc_outmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL_Android.h145 * locatorType must be XA_DATALOCATOR_ANDROIDBUFFERQUEUE */
147 XAuint32 locatorType; member in struct:XADataLocator_AndroidBufferQueue_
161 /** File Descriptor-based data locator definition, locatorType must be XA_DATALOCATOR_ANDROIDFD */
163 XAuint32 locatorType; member in struct:XADataLocator_AndroidFD_
/frameworks/wilhelm/src/
H A Ddata.c33 SLuint32 locatorType; local
35 pDataLocator->mLocatorType = locatorType = SL_DATALOCATOR_NULL;
37 locatorType = *(SLuint32 *)pLocator;
38 switch (locatorType) {
100 SL_LOGE("%s: locatorType=IODEVICE, but device field %p has wrong " \
167 SL_LOGE("%s: locatorType=SL_DATALOCATOR_OUTPUTMIX, but outputMix field %p does " \
243 SL_LOGE("%s: locatorType=%u", name, locatorType);
247 // Verify that another thread didn't change the locatorType field after we used it
249 if ((SL_RESULT_SUCCESS == result) && (locatorType !
[all...]
/frameworks/wilhelm/tests/listening/
H A DseekTorture.c61 locator_uri.locatorType = SL_DATALOCATOR_URI;
63 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
H A DslesTest_playMuteSolo.cpp210 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
226 uri.locatorType = SL_DATALOCATOR_URI;
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h325 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
327 SLuint32 locatorType; member in struct:SLDataLocator_AndroidFD_
341 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
343 SLuint32 locatorType; member in struct:SLDataLocator_AndroidSimpleBufferQueue
356 * locatorType must be SL_DATALOCATOR_ANDROIDBUFFERQUEUE */
358 SLuint32 locatorType; member in struct:SLDataLocator_AndroidBufferQueue_
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp101 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
118 locatorFd.locatorType = SL_DATALOCATOR_ANDROIDFD;
127 locatorUri.locatorType = SL_DATALOCATOR_URI;
H A DslesTestVirtualizerPath.cpp102 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
119 locatorFd.locatorType = SL_DATALOCATOR_ANDROIDFD;
128 locatorUri.locatorType = SL_DATALOCATOR_URI;
H A DslesTestEqFdPath.cpp106 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
123 locatorFd.locatorType = SL_DATALOCATOR_ANDROIDFD;
132 locatorUri.locatorType = SL_DATALOCATOR_URI;
H A DslesTestEqOutputPath.cpp115 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
130 locatorFd.locatorType = SL_DATALOCATOR_ANDROIDFD;
139 locatorUri.locatorType = SL_DATALOCATOR_URI;
H A DslesTestSendToPresetReverb.cpp135 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
170 locatorUri.locatorType = SL_DATALOCATOR_URI;
176 locatorFd.locatorType = SL_DATALOCATOR_ANDROIDFD;
H A DslesTestPlayFdPath.cpp96 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
110 locatorFd.locatorType = SL_DATALOCATOR_ANDROIDFD;
H A DslesTestSawtoothBufferQueue.cpp165 bufferQueue.locatorType = SL_DATALOCATOR_BUFFERQUEUE;
181 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
H A DslesTestFeedback.cpp413 locator_bufferqueue_tx.locatorType = SL_DATALOCATOR_BUFFERQUEUE;
415 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
481 locator_iodevice.locatorType = SL_DATALOCATOR_IODEVICE;
487 locator_bufferqueue_rx.locatorType = SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE;
/frameworks/wilhelm/src/desktop/
H A DSndFile.c140 SLuint32 locatorType = *(SLuint32 *)pAudioSrc->pLocator; local
142 switch (locatorType) {
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp169 uri.locatorType = SL_DATALOCATOR_URI;
179 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
H A DslesTestPlayStreamType.cpp97 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
116 uri.locatorType = SL_DATALOCATOR_URI;
H A DslesTestPlayUri.cpp175 uri.locatorType = SL_DATALOCATOR_URI;
185 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
H A DslesTestPlayUri2.cpp116 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
125 uri.locatorType = SL_DATALOCATOR_URI;
H A DslesTest_playStates.cpp95 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
111 uri.locatorType = SL_DATALOCATOR_URI;
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp149 uri.locatorType = SL_DATALOCATOR_URI;
159 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;

Completed in 248 milliseconds

12