Searched refs:new_val (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/gd/dumpsys/internal/ |
D | filter_internal.cc | 153 … int32_t new_val = static_cast<int32_t>(std::hash<std::string>{}(std::to_string(target_field))); in FilterTypeInteger() local 154 flatbuffers::SetField<int32_t>(table, field, new_val); in FilterTypeInteger() 192 int32_t new_val = static_cast<float>(std::hash<std::string>{}(std::to_string(target_field))); in FilterTypeFloat() local 193 flatbuffers::SetField<float>(table, field, new_val); in FilterTypeFloat() 226 … int64_t new_val = static_cast<int64_t>(std::hash<std::string>{}(std::to_string(target_field))); in FilterTypeLong() local 227 flatbuffers::SetField<int64_t>(table, field, new_val); in FilterTypeLong()
|
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | migrate.rs | 501 let new_val = match key.apply_action(v.clone().unwrap_or_default()) { in convert_from_bluez_device() localVariable 513 floss_conf.set(addr_lower.as_str(), key.key, Some(new_val)); in convert_from_bluez_device() 831 let new_val = match key.apply_action(v.unwrap_or_default()) { in convert_floss_conf() localVariable 838 bluez_info.set(key.section, key.key, Some(new_val)); in convert_floss_conf() 849 let new_val = match key.apply_action(v.unwrap_or_default()) { in convert_floss_conf() localVariable 856 bluez_hid.set(key.section, key.key, Some(new_val)); in convert_floss_conf()
|