/aosp12/frameworks/wilhelm/src/ |
H A D | data.cpp | 188 case SL_DATALOCATOR_URI: in checkDataLocator() 262 case SL_DATALOCATOR_URI: in checkDataLocator() 304 case SL_DATALOCATOR_URI: in freeDataLocator() 621 case SL_DATALOCATOR_URI: in checkSourceSinkVsInterfacesCompatibility() 784 case SL_DATALOCATOR_URI: in checkDataSource() 864 case SL_DATALOCATOR_URI: in checkDataSink()
|
H A D | data.h | 68 #define DATALOCATOR_MASK_URI (1L << SL_DATALOCATOR_URI)
|
/aosp12/frameworks/wilhelm/tests/listening/ |
H A D | seekTorture.c | 61 locator_uri.locatorType = SL_DATALOCATOR_URI; in main()
|
H A D | slesTest_playMuteSolo.cpp | 226 uri.locatorType = SL_DATALOCATOR_URI; in TestPlayUri()
|
/aosp12/frameworks/wilhelm/tests/sandbox/ |
H A D | urimime.c | 58 loc_uri.locatorType = SL_DATALOCATOR_URI; in main()
|
H A D | multithread.c | 67 SLDataLocator_URI locURI = {SL_DATALOCATOR_URI, ta->mURI}; in thread_start()
|
H A D | multiplay.c | 187 SLDataLocator_URI locURI = {SL_DATALOCATOR_URI, (SLchar *) pathnames[i % numPathnames]}; in main()
|
H A D | monkey.c | 100 loc_uri.locatorType = SL_DATALOCATOR_URI; in actionCreate()
|
/aosp12/frameworks/wilhelm/tests/mimeUri/ |
H A D | slesTest_playStates.cpp | 110 uri.locatorType = SL_DATALOCATOR_URI; in TestPlayUri()
|
H A D | slesTestPlayStreamType.cpp | 116 uri.locatorType = SL_DATALOCATOR_URI; in TestStreamTypeConfiguration()
|
H A D | slesTestPlayUri2.cpp | 125 uri.locatorType = SL_DATALOCATOR_URI; in TestPlayUri()
|
H A D | slesTestLoopUri.cpp | 166 uri.locatorType = SL_DATALOCATOR_URI; in TestLoopUri()
|
H A D | slesTestPlayUri.cpp | 172 uri.locatorType = SL_DATALOCATOR_URI; in TestPlayUri()
|
H A D | slesTestGetPositionUri.cpp | 179 uri.locatorType = SL_DATALOCATOR_URI; in TestGetPositionUri()
|
H A D | slesTestManyPlayers.cpp | 161 uri.locatorType = SL_DATALOCATOR_URI; in TestSetup()
|
H A D | slesTestSlowDownUri.cpp | 221 uri.locatorType = SL_DATALOCATOR_URI; in TestSlowDownUri()
|
/aosp12/frameworks/wilhelm/tests/ |
H A D | mimeUri_test.cpp | 146 uri.locatorType = SL_DATALOCATOR_URI; in TestPlayUri()
|
/aosp12/frameworks/wilhelm/src/android/ |
H A D | AudioPlayer_to_android.cpp | 705 case SL_DATALOCATOR_URI: in audioPlayer_getAndroidObjectTypeForSourceSink() 728 case SL_DATALOCATOR_URI: in audioPlayer_getAndroidObjectTypeForSourceSink() 1118 case SL_DATALOCATOR_URI: in android_audioPlayer_checkSourceSink() 1759 case SL_DATALOCATOR_URI: { in android_audioPlayer_realize() 1842 case SL_DATALOCATOR_URI: in android_audioPlayer_realize()
|
/aosp12/frameworks/wilhelm/tests/examples/ |
H A D | slesTestBassBoostPath.cpp | 127 locatorUri.locatorType = SL_DATALOCATOR_URI; in TestBassBoostPathFromFD()
|
H A D | slesTestVirtualizerPath.cpp | 128 locatorUri.locatorType = SL_DATALOCATOR_URI; in TestVirtualizerPathFromFD()
|
H A D | slesTestEqFdPath.cpp | 132 locatorUri.locatorType = SL_DATALOCATOR_URI; in TestEQPathFromFD()
|
H A D | slesTestEqOutputPath.cpp | 139 locatorUri.locatorType = SL_DATALOCATOR_URI; in TestEQPathFromFD()
|
H A D | slesTestSendToPresetReverb.cpp | 170 locatorUri.locatorType = SL_DATALOCATOR_URI; in TestSendToPresetReverb()
|
H A D | slesTestDecodeToBuffQueue.cpp | 332 decUri.locatorType = SL_DATALOCATOR_URI; in TestDecToBuffQueue()
|
/aosp12/frameworks/wilhelm/src/desktop/ |
H A D | SndFile.cpp | 148 case SL_DATALOCATOR_URI: in SndFile_checkAudioPlayerSourceSink()
|