OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAvailableInputDevices
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/audioflinger/
AudioPolicyManagerBase.cpp
162
if (
mAvailableInputDevices
& device) {
166
mAvailableInputDevices
|= device;
172
if (!(
mAvailableInputDevices
& device)) {
176
mAvailableInputDevices
&= ~device;
225
if (device &
mAvailableInputDevices
) {
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
262
uint32_t
mAvailableInputDevices
; // bit field of all available input devices
Completed in 922 milliseconds