OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInDevice
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
Threads.cpp
510
mStandby(false), mOutDevice(outDevice),
mInDevice
(inDevice),
[
all
...]
Threads.h
288
// see note at declaration of mStandby, mOutDevice and
mInDevice
291
audio_devices_t inDevice() const { return
mInDevice
; }
292
audio_devices_t getDevice() const { return isOutput() ? mOutDevice :
mInDevice
; }
472
audio_devices_t
mInDevice
; // input device
[
all
...]
Completed in 219 milliseconds