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

  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 339 SLDataLocator_IODevice locator_iodevice; local
341 locator_iodevice.locatorType = SL_DATALOCATOR_IODEVICE;
342 locator_iodevice.deviceType = SL_IODEVICE_AUDIOINPUT;
343 locator_iodevice.deviceID = SL_DEFAULTDEVICEID_AUDIOINPUT;
344 locator_iodevice.device = NULL;
345 audiosrc.pLocator = &locator_iodevice;

Completed in 232 milliseconds