Home
last modified time | relevance | path

Searched refs:getDeviceForOpening (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DDeviceDescriptor.h160 sp<DeviceDescriptor> getDeviceForOpening() const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DDeviceDescriptor.cpp418 sp<DeviceDescriptor> DeviceVector::getDeviceForOpening() const in getDeviceForOpening() function in android::DeviceVector
DAudioOutputDescriptor.cpp501 sp<DeviceDescriptor> device = devices.getDeviceForOpening(); in open()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp7005 sp<DeviceDescriptor> device = devices.getDeviceForOpening(); in openOutputWithProfileAndDevice()