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

1 2 3 4

  /frameworks/wilhelm/src/
data.h 68 #define DATALOCATOR_MASK_URI (1L << SL_DATALOCATOR_URI)
data.c 190 case SL_DATALOCATOR_URI:
264 case SL_DATALOCATOR_URI:
306 case SL_DATALOCATOR_URI:
622 case SL_DATALOCATOR_URI:
785 case SL_DATALOCATOR_URI:
    [all...]
  /cts/tests/tests/media/libaudiojni/
appendix-b-1-2-recording.cpp 147 uri.locatorType = SL_DATALOCATOR_URI;
  /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 138 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 170 locatorUri.locatorType = SL_DATALOCATOR_URI;
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 166 uri.locatorType = SL_DATALOCATOR_URI;
slesTestPlayStreamType.cpp 116 uri.locatorType = SL_DATALOCATOR_URI;
slesTestPlayUri.cpp 172 uri.locatorType = SL_DATALOCATOR_URI;
slesTestPlayUri2.cpp 125 uri.locatorType = SL_DATALOCATOR_URI;
slesTest_playStates.cpp 110 uri.locatorType = SL_DATALOCATOR_URI;
slesTestGetPositionUri.cpp 179 uri.locatorType = SL_DATALOCATOR_URI;
slesTestManyPlayers.cpp 158 //uri = { SL_DATALOCATOR_URI /*locatorType*/, (SLchar*) path /*URI*/ };
161 uri.locatorType = SL_DATALOCATOR_URI;
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 146 uri.locatorType = SL_DATALOCATOR_URI;
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 646 // SL_DATALOCATOR_URI / SL_DATALOCATOR_OUTPUTMIX
650 // SL_DATALOCATOR_URI / SL_DATALOCATOR_BUFFERQUEUE
652 // SL_DATALOCATOR_URI / SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE
666 case SL_DATALOCATOR_URI:
689 case SL_DATALOCATOR_URI:
    [all...]

Completed in 535 milliseconds

1 2 3 4