Searched refs:SL_DATALOCATOR_URI (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/wilhelm/src/
H A Ddata.h64 #define DATALOCATOR_MASK_URI (1L << SL_DATALOCATOR_URI)
H A Ddata.c185 case SL_DATALOCATOR_URI:
259 case SL_DATALOCATOR_URI:
301 case SL_DATALOCATOR_URI:
604 case SL_DATALOCATOR_URI:
766 case SL_DATALOCATOR_URI:
843 case SL_DATALOCATOR_URI:
/frameworks/wilhelm/tests/listening/
H A DseekTorture.c61 locator_uri.locatorType = SL_DATALOCATOR_URI;
H A DslesTest_playMuteSolo.cpp226 uri.locatorType = SL_DATALOCATOR_URI;
/frameworks/wilhelm/tests/sandbox/
H A Dmultithread.c67 SLDataLocator_URI locURI = {SL_DATALOCATOR_URI, ta->mURI};
H A Durimime.c58 loc_uri.locatorType = SL_DATALOCATOR_URI;
H A Dmonkey.c100 loc_uri.locatorType = SL_DATALOCATOR_URI;
H A Dmultiplay.c187 SLDataLocator_URI locURI = {SL_DATALOCATOR_URI, (SLchar *) pathnames[i % numPathnames]};
/frameworks/wilhelm/src/desktop/
H A DSndFile.c148 case SL_DATALOCATOR_URI:
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp127 locatorUri.locatorType = SL_DATALOCATOR_URI;
H A DslesTestVirtualizerPath.cpp128 locatorUri.locatorType = SL_DATALOCATOR_URI;
H A DslesTestEqFdPath.cpp132 locatorUri.locatorType = SL_DATALOCATOR_URI;
H A DslesTestEqOutputPath.cpp139 locatorUri.locatorType = SL_DATALOCATOR_URI;
H A DslesTestSendToPresetReverb.cpp171 locatorUri.locatorType = SL_DATALOCATOR_URI;
H A DslesTestDecodeToBuffQueue.cpp332 decUri.locatorType = SL_DATALOCATOR_URI;
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp169 uri.locatorType = SL_DATALOCATOR_URI;
H A DslesTestPlayStreamType.cpp116 uri.locatorType = SL_DATALOCATOR_URI;
H A DslesTestPlayUri.cpp175 uri.locatorType = SL_DATALOCATOR_URI;
H A DslesTestPlayUri2.cpp125 uri.locatorType = SL_DATALOCATOR_URI;
H A DslesTest_playStates.cpp111 uri.locatorType = SL_DATALOCATOR_URI;
H A DslesTestGetPositionUri.cpp182 uri.locatorType = SL_DATALOCATOR_URI;
H A DslesTestManyPlayers.cpp160 //uri = { SL_DATALOCATOR_URI /*locatorType*/, (SLchar*) path /*URI*/ };
163 uri.locatorType = SL_DATALOCATOR_URI;
H A DslesTestSlowDownUri.cpp224 uri.locatorType = SL_DATALOCATOR_URI;
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp149 uri.locatorType = SL_DATALOCATOR_URI;
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp602 // SL_DATALOCATOR_URI / SL_DATALOCATOR_OUTPUTMIX
606 // SL_DATALOCATOR_URI / SL_DATALOCATOR_BUFFERQUEUE
608 // SL_DATALOCATOR_URI / SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE
622 case SL_DATALOCATOR_URI:
645 case SL_DATALOCATOR_URI:
994 case SL_DATALOCATOR_URI:
1006 SL_LOGE("Cannot create audio player with SL_DATALOCATOR_URI data source without "
1015 } // case SL_DATALOCATOR_URI
1497 case SL_DATALOCATOR_URI: {
1571 case SL_DATALOCATOR_URI
[all...]

Completed in 819 milliseconds

12