HomeSort by relevance Sort by last modified time
    Searched refs:locatorType (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 215 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
217 SLuint32 locatorType;
231 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
233 SLuint32 locatorType;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES_Android.h 215 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
217 SLuint32 locatorType;
231 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
233 SLuint32 locatorType;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_Android.h 215 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
217 SLuint32 locatorType;
231 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
233 SLuint32 locatorType;
  /frameworks/wilhelm/src/
data.c 30 SLuint32 locatorType;
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 != pDataLocator->mLocatorType))
    [all...]
  /frameworks/wilhelm/tests/listening/
seekTorture.c 61 locator_uri.locatorType = SL_DATALOCATOR_URI;
63 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
  /frameworks/wilhelm/tests/sandbox/
urimime.c 58 loc_uri.locatorType = SL_DATALOCATOR_URI;
70 loc_outmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES_Android.h 303 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
305 SLuint32 locatorType;
319 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
321 SLuint32 locatorType;
334 * locatorType must be SL_DATALOCATOR_ANDROIDBUFFERQUEUE */
336 SLuint32 locatorType;
  /frameworks/wilhelm/include/SLES/
OpenSLES_Android.h 303 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
305 SLuint32 locatorType;
319 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
321 SLuint32 locatorType;
334 * locatorType must be SL_DATALOCATOR_ANDROIDBUFFERQUEUE */
336 SLuint32 locatorType;
  /frameworks/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 101 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
118 locatorFd.locatorType = SL_DATALOCATOR_ANDROIDFD;
127 locatorUri.locatorType = SL_DATALOCATOR_URI;
slesTestVirtualizerPath.cpp 102 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
119 locatorFd.locatorType = SL_DATALOCATOR_ANDROIDFD;
128 locatorUri.locatorType = SL_DATALOCATOR_URI;
slesTestEqFdPath.cpp 106 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
123 locatorFd.locatorType = SL_DATALOCATOR_ANDROIDFD;
132 locatorUri.locatorType = SL_DATALOCATOR_URI;
slesTestEqOutputPath.cpp 115 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
130 locatorFd.locatorType = SL_DATALOCATOR_ANDROIDFD;
139 locatorUri.locatorType = SL_DATALOCATOR_URI;
slesTestSendToPresetReverb.cpp 136 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
171 locatorUri.locatorType = SL_DATALOCATOR_URI;
177 locatorFd.locatorType = SL_DATALOCATOR_ANDROIDFD;
slesTestFeedback.cpp 297 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;
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES_Android.h 303 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
305 SLuint32 locatorType;
319 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
321 SLuint32 locatorType;
334 * locatorType must be SL_DATALOCATOR_ANDROIDBUFFERQUEUE */
336 SLuint32 locatorType;
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES_Android.h 303 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
305 SLuint32 locatorType;
319 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
321 SLuint32 locatorType;
334 * locatorType must be SL_DATALOCATOR_ANDROIDBUFFERQUEUE */
336 SLuint32 locatorType;
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES_Android.h 303 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
305 SLuint32 locatorType;
319 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
321 SLuint32 locatorType;
334 * locatorType must be SL_DATALOCATOR_ANDROIDBUFFERQUEUE */
336 SLuint32 locatorType;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES_Android.h 303 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
305 SLuint32 locatorType;
319 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
321 SLuint32 locatorType;
334 * locatorType must be SL_DATALOCATOR_ANDROIDBUFFERQUEUE */
336 SLuint32 locatorType;
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES_Android.h 303 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
305 SLuint32 locatorType;
319 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
321 SLuint32 locatorType;
334 * locatorType must be SL_DATALOCATOR_ANDROIDBUFFERQUEUE */
336 SLuint32 locatorType;
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES_Android.h 303 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
305 SLuint32 locatorType;
319 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
321 SLuint32 locatorType;
334 * locatorType must be SL_DATALOCATOR_ANDROIDBUFFERQUEUE */
336 SLuint32 locatorType;
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES_Android.h 303 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
305 SLuint32 locatorType;
319 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
321 SLuint32 locatorType;
334 * locatorType must be SL_DATALOCATOR_ANDROIDBUFFERQUEUE */
336 SLuint32 locatorType;
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES_Android.h 303 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
305 SLuint32 locatorType;
319 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
321 SLuint32 locatorType;
334 * locatorType must be SL_DATALOCATOR_ANDROIDBUFFERQUEUE */
336 SLuint32 locatorType;
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/SLES/
OpenSLES_Android.h 303 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
305 SLuint32 locatorType;
319 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
321 SLuint32 locatorType;
334 * locatorType must be SL_DATALOCATOR_ANDROIDBUFFERQUEUE */
336 SLuint32 locatorType;
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/SLES/
OpenSLES_Android.h 303 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
305 SLuint32 locatorType;
319 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
321 SLuint32 locatorType;
334 * locatorType must be SL_DATALOCATOR_ANDROIDBUFFERQUEUE */
336 SLuint32 locatorType;
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/SLES/
OpenSLES_Android.h 303 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
305 SLuint32 locatorType;
319 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
321 SLuint32 locatorType;
334 * locatorType must be SL_DATALOCATOR_ANDROIDBUFFERQUEUE */
336 SLuint32 locatorType;

Completed in 2718 milliseconds

12 3 4 5