Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhf_client.rs104 let cb_ptr = LTCheckedPtrMut::from(self.callbacks.as_mut().unwrap()); in enable() localVariable
106 let init = ccall!(self, init, cb_ptr.into()); in enable()
Davrcp.rs299 let cb_ptr = LTCheckedPtrMut::from(self.callbacks.as_mut().unwrap()); in initialize() localVariable
301 ccall!(self, init, cb_ptr.into()); in initialize()
Dhid_host.rs180 let cb_ptr = LTCheckedPtrMut::from(self.callbacks.as_mut().unwrap()); in enable() localVariable
182 let init = ccall!(self, init, cb_ptr.into()); in enable()
Dsdp.rs469 let cb_ptr = LTCheckedPtrMut::from(&mut callbacks); in initialize() localVariable
471 let init = ccall!(self, init, cb_ptr.into()); in initialize()
Dgatt.rs1898 let cb_ptr = LTCheckedPtr::from(&callbacks); in initialize() localVariable
1900 let init = ccall!(self, init, cb_ptr.into()); in initialize()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1255 let cb_ptr = LTCheckedPtrMut::from(&mut callbacks); in initialize() localVariable
1263 cb_ptr.into(), in initialize()