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

  /cts/apps/CtsVerifier/jni/audio_loopback/
sles.cpp 442 SLDataLocator_IODevice locator_iodevice; local
444 locator_iodevice.locatorType = SL_DATALOCATOR_IODEVICE;
445 locator_iodevice.deviceType = SL_IODEVICE_AUDIOINPUT;
446 locator_iodevice.deviceID = SL_DEFAULTDEVICEID_AUDIOINPUT;
447 locator_iodevice.device = NULL;
448 audiosrc.pLocator = &locator_iodevice;
  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 487 SLDataLocator_IODevice locator_iodevice; local
489 locator_iodevice.locatorType = SL_DATALOCATOR_IODEVICE;
490 locator_iodevice.deviceType = SL_IODEVICE_AUDIOINPUT;
491 locator_iodevice.deviceID = SL_DEFAULTDEVICEID_AUDIOINPUT;
492 locator_iodevice.device = NULL;
493 audiosrc.pLocator = &locator_iodevice;
  /external/drrickorang/LoopbackApp/app/src/main/jni/
sles.cpp 737 SLDataLocator_IODevice locator_iodevice; local
740 locator_iodevice.locatorType = SL_DATALOCATOR_IODEVICE;
741 locator_iodevice.deviceType = SL_IODEVICE_AUDIOINPUT;
742 locator_iodevice.deviceID = SL_DEFAULTDEVICEID_AUDIOINPUT;
743 locator_iodevice.device = NULL;
745 audiosrc.pLocator = &locator_iodevice;
    [all...]

Completed in 527 milliseconds