Home
last modified time | relevance | path

Searched defs:ll (Results 1 – 25 of 59) sorted by relevance

123

/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dffi.rs239 let mut ll = ManuallyDrop::new(unsafe { Rc::from_raw(ll) }); localVariable
240 let ll = Rc::get_mut(&mut ll).unwrap(); localVariable
256 let mut ll = ManuallyDrop::new(unsafe { Rc::from_raw(ll) }); in link_layer_remove_link() localVariable
257 let ll = Rc::get_mut(&mut ll).unwrap(); in link_layer_remove_link() localVariable
269 let mut ll = ManuallyDrop::new(unsafe { Rc::from_raw(ll) }); in link_layer_tick() localVariable
270 let ll = Rc::get_mut(&mut ll).unwrap(); in link_layer_tick() localVariable
290 let mut ll = ManuallyDrop::new(unsafe { Rc::from_raw(ll) }); in link_layer_ingest_hci() localVariable
291 let ll = Rc::get_mut(&mut ll).unwrap(); in link_layer_ingest_hci() localVariable
319 let mut ll = ManuallyDrop::new(unsafe { Rc::from_raw(ll) }); in link_layer_ingest_llcp() localVariable
320 let ll = Rc::get_mut(&mut ll).unwrap(); in link_layer_ingest_llcp() localVariable
[all …]
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/
DBV_08_C.py16 import link_layer_packets as ll namespace
DBV_06_C.py16 import link_layer_packets as ll namespace
DBV_02_C.py16 import link_layer_packets as ll namespace
DBV_04_C.py16 import link_layer_packets as ll namespace
DBV_05_C.py16 import link_layer_packets as ll namespace
DBV_01_C.py16 import link_layer_packets as ll namespace
DBV_07_C.py16 import link_layer_packets as ll namespace
DBV_03_C.py16 import link_layer_packets as ll namespace
DBV_20_C.py16 import link_layer_packets as ll namespace
DBV_16_C.py16 import link_layer_packets as ll namespace
DBV_15_C.py16 import link_layer_packets as ll namespace
/packages/modules/Bluetooth/tools/rootcanal/test/LMP/LIH/
DBV_142_C.py17 import link_layer_packets as ll namespace
DBV_78_C.py17 import link_layer_packets as ll namespace
DBV_79_C.py17 import link_layer_packets as ll namespace
DBV_149_C.py17 import link_layer_packets as ll namespace
DBV_144_C.py17 import link_layer_packets as ll namespace
DBV_143_C.py17 import link_layer_packets as ll namespace
DBV_02_C.py17 import link_layer_packets as ll namespace
DBV_01_C.py17 import link_layer_packets as ll namespace
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/SCN/
DBV_13_C.py16 import link_layer_packets as ll namespace
DBV_18_C.py17 import link_layer_packets as ll namespace
DBV_14_C.py16 import link_layer_packets as ll namespace
/packages/modules/Bluetooth/tools/rootcanal/test/LMP/
Dpage_collision.py3 import link_layer_packets as ll namespace
/packages/modules/Bluetooth/tools/rootcanal/test/LL/
Dscan_timeout.py17 import link_layer_packets as ll namespace

123