Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dasync_helper.rs15 last_call_id: u32, field
27 last_call_id: 0, in new()
44 self.last_call_id = self.last_call_id.wrapping_add(1); in call_method()
47 self.senders.lock().unwrap().insert(self.last_call_id, tx); in call_method()
52 f(self.last_call_id); in call_method()
56 let call_id = self.last_call_id; in call_method()