OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:locator_iodevice
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp
479
SLDataLocator_IODevice
locator_iodevice
;
local
481
locator_iodevice
.locatorType = SL_DATALOCATOR_IODEVICE;
482
locator_iodevice
.deviceType = SL_IODEVICE_AUDIOINPUT;
483
locator_iodevice
.deviceID = SL_DEFAULTDEVICEID_AUDIOINPUT;
484
locator_iodevice
.device = NULL;
485
audiosrc.pLocator = &
locator_iodevice
;
/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
;
Completed in 74 milliseconds