Searched refs:defaultDevice (Results 1 – 3 of 3) sorted by relevance
381 auto defaultDevice = defaultOutputDevice[0]; in GetDefaultOutputDevice() local389 desc->SetDeviceId(defaultDevice->deviceId_); in GetDefaultOutputDevice()390 if (defaultDevice->deviceName_.empty()) { in GetDefaultOutputDevice()391 desc->SetDeviceName(GetDeviceName(defaultDevice->deviceType_)); in GetDefaultOutputDevice()393 desc->SetDeviceName(defaultDevice->deviceName_); in GetDefaultOutputDevice()409 auto defaultDevice = defaultInputDevice[0]; in GetDefaultInputDevice() local417 desc->SetDeviceId(defaultDevice->deviceId_); in GetDefaultInputDevice()418 if (defaultDevice->deviceName_.empty()) { in GetDefaultInputDevice()419 desc->SetDeviceName(GetDeviceName(defaultDevice->deviceType_)); in GetDefaultInputDevice()421 desc->SetDeviceName(defaultDevice->deviceName_); in GetDefaultInputDevice()
652 BluetoothRemoteDevice defaultDevice; in OnScoStateChanged() local653 AudioHfpManager::UpdateCurrentActiveHfpDevice(defaultDevice); in OnScoStateChanged()690 BluetoothRemoteDevice defaultDevice; in OnConnectionStateChanged() local691 AudioHfpManager::UpdateCurrentActiveHfpDevice(defaultDevice); in OnConnectionStateChanged()
176 Device defaultDevice; member753 deviceConfig.defaultDevice, in from_json()2185 applicationInfo.keepAlive = configJson.deveicConfig.defaultDevice.keepAlive; in ToApplicationInfo()2195 applicationInfo.debug = configJson.deveicConfig.defaultDevice.debug; in ToApplicationInfo()2199 applicationInfo.process = configJson.deveicConfig.defaultDevice.process; in ToApplicationInfo()2349 innerModuleInfo.compressNativeLibs = configJson.deveicConfig.defaultDevice.compressNativeLibs; in ToInnerModuleInfo()2467 applicationInfo.isCompressNativeLibs = configJson.deveicConfig.defaultDevice.compressNativeLibs; in ToInnerBundleInfo()