Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp201 SLDataLocator_IODevice ioDevice; in TestRecToBuffQueue() local
235 ioDevice.locatorType = SL_DATALOCATOR_IODEVICE; in TestRecToBuffQueue()
236 ioDevice.deviceType = SL_IODEVICE_AUDIOINPUT; in TestRecToBuffQueue()
237 ioDevice.deviceID = SL_DEFAULTDEVICEID_AUDIOINPUT; in TestRecToBuffQueue()
238 ioDevice.device = NULL; in TestRecToBuffQueue()
239 recSource.pLocator = (void *) &ioDevice; in TestRecToBuffQueue()