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

12

/frameworks/wilhelm/tests/sandbox/
H A Dxa.c74 locABQ.locatorType = XA_DATALOCATOR_ANDROIDBUFFERQUEUE;
77 locUri.locatorType = XA_DATALOCATOR_URI;
93 locOM.locatorType = XA_DATALOCATOR_OUTPUTMIX;
98 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.c30 SLuint32 locatorType; local
32 pDataLocator->mLocatorType = locatorType = SL_DATALOCATOR_NULL;
34 locatorType = *(SLuint32 *)pLocator;
35 switch (locatorType) {
97 SL_LOGE("%s: locatorType=IODEVICE, but device field %p has wrong " \
164 SL_LOGE("%s: locatorType=SL_DATALOCATOR_OUTPUTMIX, but outputMix field %p does " \
240 SL_LOGE("%s: locatorType=%u", name, locatorType);
244 // Verify that another thread didn't change the locatorType field after we used it
246 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;
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h303 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
305 SLuint32 locatorType; member in struct:SLDataLocator_AndroidFD_
319 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
321 SLuint32 locatorType; member in struct:SLDataLocator_AndroidSimpleBufferQueue
334 * locatorType must be SL_DATALOCATOR_ANDROIDBUFFERQUEUE */
336 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.cpp136 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
171 locatorUri.locatorType = SL_DATALOCATOR_URI;
177 locatorFd.locatorType = SL_DATALOCATOR_ANDROIDFD;
H A DslesTestFeedback.cpp297 locator_bufferqueue_tx.locatorType = SL_DATALOCATOR_BUFFERQUEUE;
299 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
341 locator_iodevice.locatorType = SL_DATALOCATOR_IODEVICE;
347 locator_bufferqueue_rx.locatorType = SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE;
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 DslesTestRecBuffQueue.cpp193 ioDevice.locatorType = SL_DATALOCATOR_IODEVICE;
201 recBuffQueue.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 100 milliseconds

12