Searched refs:phys (Results 1 – 12 of 12) sorted by relevance
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | _rootcanal.py | 126 (devices, phys) = self._read_device_list() 128 for (phy_id, _, phy_devices) in phys: 137 (devices, phys) = self._read_device_list() 143 for (phy_id, phy_name, phy_devices) in phys: 152 phys = [] 171 phys.append((phy_id, phy_name, phy_devices)) 173 return (devices, phys)
|
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/ |
D | uhid.rs | 54 phys: RawAddress, in create() 60 DisplayAddress(&phys), in create() 66 phys: phys.to_string().to_lowercase(), in create()
|
D | uhid_hfp.rs | 104 phys: adapter_addr, in create()
|
/packages/modules/Bluetooth/tools/rootcanal/ |
D | README.md | 87 same phy. One controller can be added to multiple phys, the simplest example 88 begin BR/EDR and LE dual phys.
|
/packages/modules/Virtualization/vmbase/src/memory/ |
D | shared.rs | 411 let phys = addr.0; in share() localVariable 412 let base = unchecked_align_down(phys, self.granule); in share()
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_hh_co.cc | 613 snprintf((char*)ev.u.create.phys, sizeof(ev.u.create.phys), "%s", in bta_hh_co_send_hid_info()
|
/packages/modules/Bluetooth/tools/rootcanal/rust/ |
D | llcp_packets.pdl | 193 phys: 8,
|
/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/ |
D | iso.rs | 155 fn select_phy(phys: u8) -> u8 { in new() 156 match phys { in new()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.cc | 474 static bluetooth::hci::PhyType select_phy(uint8_t phys, in select_phy() argument 476 return (phys & 0x4) ? bluetooth::hci::PhyType::LE_CODED in select_phy() 477 : (phys & 0x2) ? bluetooth::hci::PhyType::LE_2M in select_phy() 478 : (phys & 0x1) ? bluetooth::hci::PhyType::LE_1M in select_phy()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|