Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
Ddata.c65 case SL_DATALOCATOR_IODEVICE: in checkDataLocator()
264 case SL_DATALOCATOR_IODEVICE: in checkDataLocator()
311 case SL_DATALOCATOR_IODEVICE: in freeDataLocator()
838 case SL_DATALOCATOR_IODEVICE: in checkDataSource()
915 case SL_DATALOCATOR_IODEVICE: in checkDataSink()
Ddata.h67 #define DATALOCATOR_MASK_IODEVICE (1L << SL_DATALOCATOR_IODEVICE)
/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.cpp213 if (SL_DATALOCATOR_IODEVICE != *(SLuint32 *)pAudioSrc->pLocator) { in android_audioRecorder_checkSourceSink()
343 if ((SL_DATALOCATOR_IODEVICE == sourceLocatorType) && in android_audioRecorder_create()
DAudioPlayer_to_android.cpp1103 case SL_DATALOCATOR_IODEVICE: in android_audioPlayer_checkSourceSink()
/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp235 ioDevice.locatorType = SL_DATALOCATOR_IODEVICE; in TestRecToBuffQueue()
DslesTestFeedback.cpp481 locator_iodevice.locatorType = SL_DATALOCATOR_IODEVICE; in main()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h249 #define SL_DATALOCATOR_IODEVICE ((SLuint32) 0x00000003) macro