Home
last modified time | relevance | path

Searched refs:getInputDeviceForAttributes (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.h60 sp<DeviceDescriptor> getInputDeviceForAttributes(const audio_attributes_t &attr,
H A DEngine.cpp873 sp<DeviceDescriptor> Engine::getInputDeviceForAttributes(const audio_attributes_t &attr, in getInputDeviceForAttributes() function in android::audio_policy::Engine
/aosp_15_r20/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngine.h73 sp<DeviceDescriptor> getInputDeviceForAttributes(const audio_attributes_t &attr,
H A DEngine.cpp471 sp<DeviceDescriptor> Engine::getInputDeviceForAttributes(const audio_attributes_t &attr, in getInputDeviceForAttributes() function in android::audio_policy::Engine
/aosp_15_r20/frameworks/av/services/audiopolicy/engine/interface/
H A DEngineInterface.h193 virtual sp<DeviceDescriptor> getInputDeviceForAttributes(
/aosp_15_r20/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp730 auto txSourceDevice = mEngine->getInputDeviceForAttributes(attr); in updateCallRoutingInternal()
3061 device = mEngine->getInputDeviceForAttributes(attributes, uid, session, &policyMix); in getInputForAttr()
3559 mEngine->getInputDeviceForAttributes(client->attributes(), client->uid(), in checkCloseInput()
6041 sp<DeviceDescriptor> deviceDesc = mEngine->getInputDeviceForAttributes(attr); in acquireSoundTriggerSession()
7899 device = mEngine->getInputDeviceForAttributes(attributes, uid, session); in getNewInputDevice()
9312 mEngine->getInputDeviceForAttributes(attr, 0 /*uid unknown here*/, in getInputDevicesForAttributes()