Searched refs:battery_provider_id (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | battery_provider_manager.rs | 25 fn unregister_battery_provider(&mut self, battery_provider_id: u32); in unregister_battery_provider() 28 fn set_battery_info(&mut self, battery_provider_id: u32, battery_set: BatterySet); in set_battery_info() 31 fn remove_battery_info(&mut self, battery_provider_id: u32, address: RawAddress, uuid: String); in remove_battery_info() 65 pub fn remove_battery_provider_callback(&mut self, battery_provider_id: u32) { in remove_battery_provider_callback() 66 self.battery_provider_callbacks.remove_callback(battery_provider_id); in remove_battery_provider_callback() 78 fn unregister_battery_provider(&mut self, battery_provider_id: u32) { in unregister_battery_provider() 79 self.remove_battery_provider_callback(battery_provider_id); in unregister_battery_provider()
|
D | battery_service.rs | 31 battery_provider_id: u32, field 110 let battery_provider_id = battery_provider_manager in new() localVariable 117 battery_provider_id, in new() 254 .set_battery_info(self.battery_provider_id, battery_set.clone()); in set_battery_info() 278 self.battery_provider_id, in drop_device()
|
D | bluetooth_media.rs | 451 battery_provider_id: u32, field 503 let battery_provider_id = battery_provider_manager in new() localVariable 510 battery_provider_id, in new() 1605 self.battery_provider_id, in dispatch_hfp_callbacks() 1624 .set_battery_info(self.battery_provider_id, battery_set); in dispatch_hfp_callbacks()
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_battery_provider_manager.rs | 37 fn unregister_battery_provider(&mut self, battery_provider_id: u32) { in unregister_battery_provider() 42 fn set_battery_info(&mut self, battery_provider_id: u32, battery_set: BatterySet) { in set_battery_info() 47 fn remove_battery_info(&mut self, battery_provider_id: u32, address: RawAddress, uuid: String) { in remove_battery_info()
|