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.h
145
// see note at declaration of mStandby, mOutDevice and
mInDevice
148
audio_devices_t inDevice() const { return
mInDevice
; }
313
audio_devices_t
mInDevice
; // input device
[
all
...]
Threads.cpp
276
mStandby(false), mOutDevice(outDevice),
mInDevice
(inDevice),
826
effect->setDevice(
mInDevice
);
911
effect->setDevice(
mInDevice
);
[
all
...]
Completed in 29 milliseconds