Home
last modified time | relevance | path

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

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