Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tools/localtools/src/com/android/statsd/shelltools/
DUtils.java257 String defaultDevice, Logger logger) { in chooseDevice() argument
272 if (defaultDevice != null) { in chooseDevice()
273 if (connectedDevices.contains(defaultDevice)) { in chooseDevice()
274 return defaultDevice; in chooseDevice()
276 logger.severe("ANDROID_SERIAL device is not connected: " + defaultDevice); in chooseDevice()
/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.h119 void setDefaultOutputDevice(const sp<DeviceDescriptor> &defaultDevice) in setDefaultOutputDevice() argument
121 mDefaultOutputDevice = defaultDevice; in setDefaultOutputDevice()
/frameworks/base/cmds/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/
DTestDrive.java104 String defaultDevice) { in processArgs() argument
133 mDeviceSerial = Utils.chooseDevice(mDeviceSerial, connectedDevices, defaultDevice, LOGGER); in processArgs()