Home
last modified time | relevance | path

Searched refs:mAvailableInputDevices (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h45 mAvailableInputDevices(availableInputDevices), in AudioPolicyConfig()
68 mAvailableInputDevices.add(availableDevice); in addAvailableDevice()
74 mAvailableInputDevices.add(availableInputDevices); in addAvailableInputDevices()
93 return mAvailableInputDevices; in getAvailableInputDevices()
119 mAvailableInputDevices.add(defaultInputDevice); in setDefault()
173 DeviceVector &mAvailableInputDevices; variable
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp276 ssize_t index = mAvailableInputDevices.indexOf(device); in setDeviceConnectionStateInt()
286 if (mAvailableInputDevices.add(device) < 0) { in setDeviceConnectionStateInt()
295 mAvailableInputDevices.remove(device); in setDeviceConnectionStateInt()
318 mAvailableInputDevices.remove(device); in setDeviceConnectionStateInt()
383 deviceVector = &mAvailableInputDevices; in getDeviceConnectionState()
522 mAvailableInputDevices.getDevice(AUDIO_DEVICE_IN_TELEPHONY_RX, in updateCallRouting()
581 addSource(mAvailableInputDevices.getDevice( in createTelephonyPatch()
650 || mAvailableInputDevices.getDevicesFromHwModule(module->getHandle()) in isDeviceOfModule()
1287 mAvailableInputDevices); in getMsdAudioInDevice()
1951 mAvailableInputDevices.getDeviceFromId(*selectedDeviceId); in getInputForAttr()
[all …]
DAudioPolicyManager.h354 return mAvailableInputDevices; in getAvailableInputDevices()
635 return mAvailableInputDevices.getDevicesFromHwModule( in availablePrimaryModuleInputDevices()
708 DeviceVector mAvailableInputDevices; // all available input devices variable