OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAvailableInputDevices
(Results
1 - 6
of
6
) 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
;
/device/asus/fugu/libaudio/
ATVAudioPolicyManager.cpp
150
audio_devices_t availableDeviceTypes =
mAvailableInputDevices
.types() &
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
214
ssize_t index =
mAvailableInputDevices
.indexOf(devDesc);
233
index =
mAvailableInputDevices
.add(devDesc);
235
mAvailableInputDevices
[index]->attach(module);
264
mAvailableInputDevices
.remove(devDesc);
315
deviceVector = &
mAvailableInputDevices
;
370
deviceList =
mAvailableInputDevices
.getDevicesFromType(AUDIO_DEVICE_IN_TELEPHONY_RX);
409
deviceList =
mAvailableInputDevices
.getDevicesFromType(txDevice);
[
all
...]
AudioPolicyManager.h
268
return
mAvailableInputDevices
;
477
return
mAvailableInputDevices
.getDevicesFromHwModule(mPrimaryOutput->getModuleHandle());
525
DeviceVector
mAvailableInputDevices
; // all available input devices
[
all
...]
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
205
if (
mAvailableInputDevices
& device) {
223
mAvailableInputDevices
=
mAvailableInputDevices
| (device & ~AUDIO_DEVICE_BIT_IN);
229
if (!(
mAvailableInputDevices
& device)) {
234
mAvailableInputDevices
= (audio_devices_t) (
mAvailableInputDevices
& ~device);
281
if (device &
mAvailableInputDevices
) {
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
542
audio_devices_t
mAvailableInputDevices
; // bit field of all available input devices
Completed in 1084 milliseconds