Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Ddis.rs197 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()
Dbattery_service.rs219 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()
Dbluetooth_gatt.rs978 _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/
Dmain.rs243 _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/
Dfusefs.rs607 _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/
Dbtsnoop_live.py206 FreeLibrary(live_import._handle)
/packages/modules/adb/
Dtest_adb.py66 def _handle(sock): function
99 server_thread = threading.Thread(target=_handle, args=(serversock,))