Searched refs:ioDevice (Results 1 – 1 of 1) sorted by relevance
205 SLDataLocator_IODevice ioDevice; in TestRecToBuffQueue() local254 ioDevice.locatorType = SL_DATALOCATOR_IODEVICE; in TestRecToBuffQueue()255 ioDevice.deviceType = SL_IODEVICE_AUDIOINPUT; in TestRecToBuffQueue()256 ioDevice.deviceID = SL_DEFAULTDEVICEID_AUDIOINPUT; in TestRecToBuffQueue()257 ioDevice.device = NULL; in TestRecToBuffQueue()258 recSource.pLocator = (void *) &ioDevice; in TestRecToBuffQueue()