Searched refs:getDeviceFromId (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DDeviceDescriptor.h81 sp<DeviceDescriptor> getDeviceFromId(audio_port_handle_t id) const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DDeviceDescriptor.cpp149 sp<DeviceDescriptor> DeviceVector::getDeviceFromId(audio_port_handle_t id) const function in class:android::DeviceVector
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2769 mAvailableOutputDevices.getDeviceFromId(patch->sinks[i].id);
2827 mAvailableInputDevices.getDeviceFromId(patch->sources[0].id);
2870 mAvailableInputDevices.getDeviceFromId(patch->sources[0].id);
2887 mAvailableOutputDevices.getDeviceFromId(patch->sinks[i].id);
3062 deviceDesc = mAvailableInputDevices.getDeviceFromId(config->id);
3064 deviceDesc = mAvailableOutputDevices.getDeviceFromId(config->id);

Completed in 73 milliseconds