Searched refs:_handle (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | dis.rs | 197 fn on_service_removed(&mut self, _status: GattStatus, _handle: i32) {} in on_service_removed() 206 _handle: i32, in on_descriptor_read_request() 217 _handle: i32, in on_characteristic_write_request() 229 _handle: i32, in on_descriptor_write_request()
|
D | battery_service.rs | 219 BatteryServiceActions::OnNotify(addr, _handle, value) => { in handle_action() 508 fn on_characteristic_write(&mut self, _addr: RawAddress, _status: GattStatus, _handle: i32) {} in on_characteristic_write() 516 _handle: i32, in on_descriptor_read() 521 fn on_descriptor_write(&mut self, _addr: RawAddress, _status: GattStatus, _handle: i32) {} in on_descriptor_write()
|
D | bluetooth_gatt.rs | 978 _handle: i32, in on_characteristic_read() 983 fn on_characteristic_write(&mut self, _addr: RawAddress, _status: GattStatus, _handle: i32); in on_characteristic_write() 993 _handle: i32, in on_descriptor_read() 998 fn on_descriptor_write(&mut self, _addr: RawAddress, _status: GattStatus, _handle: i32); in on_descriptor_write() 1001 fn on_notify(&mut self, _addr: RawAddress, _handle: i32, _value: Vec<u8>); in on_notify() 1044 _handle: i32, in on_characteristic_read_request() 1054 _handle: i32, in on_descriptor_read_request() 1066 _handle: i32, in on_characteristic_write_request() 1079 _handle: i32, in on_descriptor_write_request() 3050 _handle: u16, in register_for_notification_cb() [all …]
|
/packages/modules/Virtualization/zipfuse/src/ |
D | main.rs | 243 _handle: Option<Self::Handle>, in getattr() 303 _handle: Self::Handle, in release() 391 _handle: Self::Handle, in releasedir() 409 _handle: Self::Handle, in readdir()
|
/packages/modules/Virtualization/authfs/src/ |
D | fusefs.rs | 607 _handle: Option<Handle>, in getattr() 708 _handle: Handle, in read() 740 _handle: Self::Handle, in write() 768 _handle: Option<Handle>, in setattr()
|
/packages/modules/Bluetooth/system/tools/scripts/ |
D | btsnoop_live.py | 206 FreeLibrary(live_import._handle)
|
/packages/modules/adb/ |
D | test_adb.py | 66 def _handle(sock): function 99 server_thread = threading.Thread(target=_handle, args=(serversock,))
|