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

1 2

  /frameworks/wilhelm/src/
data.h 64 #define DATALOCATOR_MASK_URI (1L << SL_DATALOCATOR_URI)
data.c 185 case SL_DATALOCATOR_URI:
259 case SL_DATALOCATOR_URI:
301 case SL_DATALOCATOR_URI:
604 case SL_DATALOCATOR_URI:
766 case SL_DATALOCATOR_URI:
    [all...]
  /frameworks/wilhelm/tests/listening/
seekTorture.c 61 locator_uri.locatorType = SL_DATALOCATOR_URI;
slesTest_playMuteSolo.cpp 226 uri.locatorType = SL_DATALOCATOR_URI;
  /frameworks/wilhelm/tests/sandbox/
multithread.c 67 SLDataLocator_URI locURI = {SL_DATALOCATOR_URI, ta->mURI};
urimime.c 58 loc_uri.locatorType = SL_DATALOCATOR_URI;
monkey.c 100 loc_uri.locatorType = SL_DATALOCATOR_URI;
multiplay.c 187 SLDataLocator_URI locURI = {SL_DATALOCATOR_URI, (SLchar *) pathnames[i % numPathnames]};
  /cts/tests/tests/nativemedia/sl/src/
SLObjectCreationTest.cpp 134 locatorUriSrc.locatorType = SL_DATALOCATOR_URI;
  /frameworks/wilhelm/src/desktop/
SndFile.c 148 case SL_DATALOCATOR_URI:
  /frameworks/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 127 locatorUri.locatorType = SL_DATALOCATOR_URI;
slesTestVirtualizerPath.cpp 128 locatorUri.locatorType = SL_DATALOCATOR_URI;
slesTestEqFdPath.cpp 132 locatorUri.locatorType = SL_DATALOCATOR_URI;
slesTestEqOutputPath.cpp 139 locatorUri.locatorType = SL_DATALOCATOR_URI;
slesTestSendToPresetReverb.cpp 171 locatorUri.locatorType = SL_DATALOCATOR_URI;
slesTestDecodeToBuffQueue.cpp 332 decUri.locatorType = SL_DATALOCATOR_URI;
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 169 uri.locatorType = SL_DATALOCATOR_URI;
slesTestPlayStreamType.cpp 116 uri.locatorType = SL_DATALOCATOR_URI;
slesTestPlayUri.cpp 175 uri.locatorType = SL_DATALOCATOR_URI;
slesTestPlayUri2.cpp 125 uri.locatorType = SL_DATALOCATOR_URI;
slesTest_playStates.cpp 111 uri.locatorType = SL_DATALOCATOR_URI;
slesTestGetPositionUri.cpp 182 uri.locatorType = SL_DATALOCATOR_URI;
slesTestManyPlayers.cpp 160 //uri = { SL_DATALOCATOR_URI /*locatorType*/, (SLchar*) path /*URI*/ };
163 uri.locatorType = SL_DATALOCATOR_URI;
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 149 uri.locatorType = SL_DATALOCATOR_URI;
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 578 // SL_DATALOCATOR_URI / SL_DATALOCATOR_OUTPUTMIX
582 // SL_DATALOCATOR_URI / SL_DATALOCATOR_BUFFERQUEUE
584 // SL_DATALOCATOR_URI / SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE
598 case SL_DATALOCATOR_URI:
621 case SL_DATALOCATOR_URI:
    [all...]

Completed in 175 milliseconds

1 2