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

/frameworks/wilhelm/tests/examples/
H A DslesTestFeedback.cpp427 SLDataLocator_IODevice locator_iodevice; local
429 locator_iodevice.locatorType = SL_DATALOCATOR_IODEVICE;
430 locator_iodevice.deviceType = SL_IODEVICE_AUDIOINPUT;
431 locator_iodevice.deviceID = SL_DEFAULTDEVICEID_AUDIOINPUT;
432 locator_iodevice.device = NULL;
433 audiosrc.pLocator = &locator_iodevice;

Completed in 6 milliseconds