Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp321 ssize_t index = mAvailableInputDevices.indexOf(device); in setDeviceConnectionStateInt()
331 if (mAvailableInputDevices.add(device) < 0) { in setDeviceConnectionStateInt()
340 mAvailableInputDevices.remove(device); in setDeviceConnectionStateInt()
363 mAvailableInputDevices.remove(device); in setDeviceConnectionStateInt()
432 deviceVector = &mAvailableInputDevices; in getDeviceConnectionState()
559 sp<DeviceDescriptor> rxSourceDevice = mAvailableInputDevices.getDevice( in selectBestRxSinkDevicesForCall()
616 mAvailableInputDevices.getDevice(AUDIO_DEVICE_IN_TELEPHONY_RX, in updateCallRoutingInternal()
685 addSource(mAvailableInputDevices.getDevice( in createTelephonyPatch()
710 || mAvailableInputDevices.getDevicesFromHwModule(module->getHandle()) in isDeviceOfModule()
1381 mAvailableInputDevices); in getMsdAudioInDevice()
[all …]
DAudioPolicyManager.h408 return mAvailableInputDevices; in getAvailableInputDevices()
723 return mAvailableInputDevices.getDevicesFromHwModule( in availablePrimaryModuleInputDevices()
809 DeviceVector mAvailableInputDevices; // all available input devices variable