OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAvailableOutputDevices
(Results
1 - 4
of
4
) sorted by null
/hardware/msm7k/libaudio-qdsp5v2/
AudioPolicyManager.cpp
78
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_CARKIT;
82
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_HEADSET;
84
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_BLUETOOTH_SCO;
90
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_WIRED_HEADPHONE;
92
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_WIRED_HEADSET;
99
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
101
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_SPEAKER;
105
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
107
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES;
110
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_EARPIECE
[
all
...]
/hardware/msm7k/libaudio-qsd8k/
AudioPolicyManager.cpp
78
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_CARKIT;
82
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_HEADSET;
84
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_BLUETOOTH_SCO;
90
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_WIRED_HEADPHONE;
92
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_WIRED_HEADSET;
99
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
101
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_SPEAKER;
105
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
107
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES;
110
device =
mAvailableOutputDevices
& AudioSystem::DEVICE_OUT_EARPIECE
[
all
...]
/frameworks/base/services/audioflinger/
AudioPolicyManagerBase.cpp
60
if (
mAvailableOutputDevices
& device) {
67
mAvailableOutputDevices
|= device;
74
mAvailableOutputDevices
&= ~device;
95
if (!(
mAvailableOutputDevices
& device)) {
103
mAvailableOutputDevices
&= ~device;
110
mAvailableOutputDevices
|= device;
211
if (device &
mAvailableOutputDevices
) {
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
292
uint32_t
mAvailableOutputDevices
; // bit field of all available output devices
Completed in 17 milliseconds