Searched defs:ioDevice (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp165 SLDataLocator_IODevice ioDevice; local
196 ioDevice.locatorType = SL_DATALOCATOR_IODEVICE;
197 ioDevice.deviceType = SL_IODEVICE_AUDIOINPUT;
198 ioDevice.deviceID = SL_DEFAULTDEVICEID_AUDIOINPUT;
199 ioDevice.device = NULL;
200 recSource.pLocator = (void *) &ioDevice;

Completed in 6 milliseconds