Home
last modified time | relevance | path

Searched refs:locator_iodevice (Results 1 – 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/examples/
DslesTestFeedback.cpp487 SLDataLocator_IODevice locator_iodevice; in main() local
489 locator_iodevice.locatorType = SL_DATALOCATOR_IODEVICE; in main()
490 locator_iodevice.deviceType = SL_IODEVICE_AUDIOINPUT; in main()
491 locator_iodevice.deviceID = SL_DEFAULTDEVICEID_AUDIOINPUT; in main()
492 locator_iodevice.device = NULL; in main()
493 audiosrc.pLocator = &locator_iodevice; in main()