Searched refs:defaultDevice (Results 1 – 2 of 2) sorted by relevance
253 auto defaultDevice = getApmObserver()->getDefaultOutputDevice(); in getDevicesForProductStrategy() local254 ALOG_ASSERT(defaultDevice != nullptr, "no valid default device defined"); in getDevicesForProductStrategy()255 return DeviceVector(defaultDevice); in getDevicesForProductStrategy()270 auto defaultDevice = getApmObserver()->getDefaultOutputDevice(); in getDevicesForProductStrategy() local271 ALOG_ASSERT(defaultDevice != nullptr, "Default Output Device NOT available"); in getDevicesForProductStrategy()272 return DeviceVector(defaultDevice); in getDevicesForProductStrategy()
138 void setDefaultOutputDevice(const sp<DeviceDescriptor> &defaultDevice) in setDefaultOutputDevice() argument140 mDefaultOutputDevice = defaultDevice; in setDefaultOutputDevice()