HomeSort by relevance Sort by last modified time
    Searched defs:locatorType (Results 1 - 8 of 8) sorted by null

  /system/media/opensles/libopensles/
SndFile.c 140 SLuint32 locatorType = *(SLuint32 *)pAudioSrc->pLocator;
142 switch (locatorType) {
IEngine.c 363 SLuint32 locatorType = this->mDataSink.mLocator.mLocatorType;
364 if (locatorType == SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE) {
android_AudioPlayer.cpp 576 SLuint32 locatorType = *(SLuint32 *)pAudioSrc->pLocator;
579 switch (locatorType) {
724 SL_LOGE("Cannot create audio player with data locator type 0x%x", (unsigned) locatorType);
728 }// switch (locatorType)
    [all...]
sles.c 270 SLuint32 locatorType = *(SLuint32 *)pLocator;
271 switch (locatorType) {
380 SL_LOGE("locatorType is SL_DATALOCATOR_OUTPUTMIX, but outputMix field %p does not " \
429 SL_LOGE("invalid locatorType %lu", locatorType);
433 // Verify that another thread didn't change the locatorType field after we used it
435 if (locatorType != pDataLocator->mLocatorType) {
    [all...]
  /development/ndk/platforms/android-9/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;
OpenSLES.h 258 /** URI-based data locator definition where locatorType must be SL_DATALOCATOR_URI*/
260 SLuint32 locatorType;
264 /** Address-based data locator definition where locatorType must be SL_DATALOCATOR_ADDRESS*/
266 SLuint32 locatorType;
278 /** IODevice-based data locator definition where locatorType must be SL_DATALOCATOR_IODEVICE*/
280 SLuint32 locatorType;
286 /** OutputMix-based data locator definition where locatorType must be SL_DATALOCATOR_OUTPUTMIX*/
288 SLuint32 locatorType;
293 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_BUFFERQUEUE*/
295 SLuint32 locatorType;
    [all...]
  /system/media/opensles/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;
OpenSLES.h 258 /** URI-based data locator definition where locatorType must be SL_DATALOCATOR_URI*/
260 SLuint32 locatorType;
264 /** Address-based data locator definition where locatorType must be SL_DATALOCATOR_ADDRESS*/
266 SLuint32 locatorType;
278 /** IODevice-based data locator definition where locatorType must be SL_DATALOCATOR_IODEVICE*/
280 SLuint32 locatorType;
286 /** OutputMix-based data locator definition where locatorType must be SL_DATALOCATOR_OUTPUTMIX*/
288 SLuint32 locatorType;
293 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_BUFFERQUEUE*/
295 SLuint32 locatorType;
    [all...]

Completed in 258 milliseconds