Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp253 auto defaultDevice = getApmObserver()->getDefaultOutputDevice(); in getDevicesForProductStrategy() local
254 ALOG_ASSERT(defaultDevice != nullptr, "no valid default device defined"); in getDevicesForProductStrategy()
255 return DeviceVector(defaultDevice); in getDevicesForProductStrategy()
270 auto defaultDevice = getApmObserver()->getDefaultOutputDevice(); in getDevicesForProductStrategy() local
271 ALOG_ASSERT(defaultDevice != nullptr, "Default Output Device NOT available"); in getDevicesForProductStrategy()
272 return DeviceVector(defaultDevice); in getDevicesForProductStrategy()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h138 void setDefaultOutputDevice(const sp<DeviceDescriptor> &defaultDevice) in setDefaultOutputDevice() argument
140 mDefaultOutputDevice = defaultDevice; in setDefaultOutputDevice()