OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:locator_iodevice
(Results
1 - 2
of
2
) 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
;
/external/drrickorang/LoopbackApp/app/src/main/cpp/
sles.cpp
728
SLDataLocator_IODevice
locator_iodevice
;
local
731
locator_iodevice
.locatorType = SL_DATALOCATOR_IODEVICE;
732
locator_iodevice
.deviceType = SL_IODEVICE_AUDIOINPUT;
733
locator_iodevice
.deviceID = SL_DEFAULTDEVICEID_AUDIOINPUT;
734
locator_iodevice
.device = NULL;
736
audiosrc.pLocator = &
locator_iodevice
;
[
all
...]
Completed in 303 milliseconds