OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mAvailableInputDevices
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPolicyConfig.h
46
mAvailableInputDevices
(availableInputDevices),
69
mAvailableInputDevices
.add(availableDevice);
75
mAvailableInputDevices
.add(availableInputDevices);
92
return
mAvailableInputDevices
;
113
mAvailableInputDevices
.add(defaultInputDevice);
140
DeviceVector &
mAvailableInputDevices
;
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h
268
return
mAvailableInputDevices
;
477
return
mAvailableInputDevices
.getDevicesFromHwModule(mPrimaryOutput->getModuleHandle());
525
DeviceVector
mAvailableInputDevices
; // all available input devices
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
542
audio_devices_t
mAvailableInputDevices
; // bit field of all available input devices
Completed in 596 milliseconds