Searched refs:cb_ptr (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | hf_client.rs | 104 let cb_ptr = LTCheckedPtrMut::from(self.callbacks.as_mut().unwrap()); in enable() localVariable 106 let init = ccall!(self, init, cb_ptr.into()); in enable()
|
D | avrcp.rs | 299 let cb_ptr = LTCheckedPtrMut::from(self.callbacks.as_mut().unwrap()); in initialize() localVariable 301 ccall!(self, init, cb_ptr.into()); in initialize()
|
D | hid_host.rs | 180 let cb_ptr = LTCheckedPtrMut::from(self.callbacks.as_mut().unwrap()); in enable() localVariable 182 let init = ccall!(self, init, cb_ptr.into()); in enable()
|
D | sdp.rs | 469 let cb_ptr = LTCheckedPtrMut::from(&mut callbacks); in initialize() localVariable 471 let init = ccall!(self, init, cb_ptr.into()); in initialize()
|
D | gatt.rs | 1898 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/ |
D | btif.rs | 1255 let cb_ptr = LTCheckedPtrMut::from(&mut callbacks); in initialize() localVariable 1263 cb_ptr.into(), in initialize()
|