Home
last modified time | relevance | path

Searched refs:SL_DATALOCATOR_IODEVICE (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/wilhelm/src/
H A Ddata.cpp65 case SL_DATALOCATOR_IODEVICE: in checkDataLocator()
264 case SL_DATALOCATOR_IODEVICE: in checkDataLocator()
311 case SL_DATALOCATOR_IODEVICE: in freeDataLocator()
792 case SL_DATALOCATOR_IODEVICE: in checkDataSource()
872 case SL_DATALOCATOR_IODEVICE: in checkDataSink()
H A Ddata.h70 #define DATALOCATOR_MASK_IODEVICE (1L << SL_DATALOCATOR_IODEVICE)
/aosp12/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp288 if (SL_DATALOCATOR_IODEVICE != *(SLuint32 *)pAudioSrc->pLocator) { in android_audioRecorder_checkSourceSink()
418 if ((SL_DATALOCATOR_IODEVICE == sourceLocatorType) && in android_audioRecorder_create()
H A DAudioPlayer_to_android.cpp1216 case SL_DATALOCATOR_IODEVICE: in android_audioPlayer_checkSourceSink()
/aosp12/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp255 ioDevice.locatorType = SL_DATALOCATOR_IODEVICE; in TestRecToBuffQueue()
H A DslesTestFeedback.cpp489 locator_iodevice.locatorType = SL_DATALOCATOR_IODEVICE; in main()
/aosp12/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h249 #define SL_DATALOCATOR_IODEVICE ((SLuint32) 0x00000003) macro