HomeSort by relevance Sort by last modified time
    Searched refs:ioDevice (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/media/libndkaudio/
AudioRecorder.cpp 119 SLDataLocator_IODevice ioDevice;
120 ioDevice.locatorType = SL_DATALOCATOR_IODEVICE;
121 ioDevice.deviceType = SL_IODEVICE_AUDIOINPUT;
122 ioDevice.deviceID = SL_DEFAULTDEVICEID_AUDIOINPUT;
123 ioDevice.device = NULL;
126 recSource.pLocator = (void *) &ioDevice;
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 206 SLDataLocator_IODevice ioDevice;
255 ioDevice.locatorType = SL_DATALOCATOR_IODEVICE;
256 ioDevice.deviceType = SL_IODEVICE_AUDIOINPUT;
257 ioDevice.deviceID = SL_DEFAULTDEVICEID_AUDIOINPUT;
258 ioDevice.device = NULL;
259 recSource.pLocator = (void *) &ioDevice;

Completed in 422 milliseconds