Searched refs:AndroidSetCountryCodeCmd (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/rust/pica/src/ |
D | device.rs | 897 cmd: AndroidSetCountryCodeCmd, in android_set_country_code() argument 1000 AndroidSetCountryCodeCmd(cmd) => self.android_set_country_code(cmd).into(), in receive_command()
|
D | uci_packets.pdl | 1350 packet AndroidSetCountryCodeCmd: AndroidPacket (mt = COMMAND, oid = SET_COUNTRY_CODE) { 1355 test AndroidSetCountryCodeCmd {
|
/aosp_15_r20/out/soong/.intermediates/external/uwb/src/UwbGeneratedPackets_rust/gen/rust/uwb_uci_packets/ |
D | uci_packets.rs | 8443 AndroidSetCountryCodeCmd(AndroidSetCountryCodeCmdData), enumerator 8455 AndroidCommandDataChild::AndroidSetCountryCodeCmd(value) => { in get_total_size() 8473 AndroidSetCountryCodeCmd(AndroidSetCountryCodeCmd), enumerator 8524 AndroidCommandDataChild::AndroidSetCountryCodeCmd(child_data) in parse_inner() 8548 AndroidCommandDataChild::AndroidSetCountryCodeCmd(child) => { in write_to() 8625 AndroidCommandDataChild::AndroidSetCountryCodeCmd(_) => { in specialize() 8626 AndroidCommandChild::AndroidSetCountryCodeCmd( in specialize() 8627 AndroidSetCountryCodeCmd::new(self.ucicontrolpacket.clone()).unwrap(), in specialize() 26306 pub struct AndroidSetCountryCodeCmd { struct 26358 impl Packet for AndroidSetCountryCodeCmd { implementation [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/uwb/src/libuwb_uci_packets/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex33/out/ |
D | uci_packets.rs | 8443 AndroidSetCountryCodeCmd(AndroidSetCountryCodeCmdData), enumerator 8455 AndroidCommandDataChild::AndroidSetCountryCodeCmd(value) => { in get_total_size() 8473 AndroidSetCountryCodeCmd(AndroidSetCountryCodeCmd), enumerator 8524 AndroidCommandDataChild::AndroidSetCountryCodeCmd(child_data) in parse_inner() 8548 AndroidCommandDataChild::AndroidSetCountryCodeCmd(child) => { in write_to() 8625 AndroidCommandDataChild::AndroidSetCountryCodeCmd(_) => { in specialize() 8626 AndroidCommandChild::AndroidSetCountryCodeCmd( in specialize() 8627 AndroidSetCountryCodeCmd::new(self.ucicontrolpacket.clone()).unwrap(), in specialize() 26306 pub struct AndroidSetCountryCodeCmd { struct 26358 impl Packet for AndroidSetCountryCodeCmd { implementation [all …]
|
/aosp_15_r20/external/uwb/src/rust/uwb_uci_packets/ |
H A D | uci_packets.pdl | 1412 packet AndroidSetCountryCodeCmd: AndroidCommand (opcode = 0x1) { //ANDROID_SET_COUNTRY_CODE 1417 test AndroidSetCountryCodeCmd {
|
/aosp_15_r20/external/rust/pica/py/pica/pica/packets/ |
D | uci.py | 1622 return AndroidSetCountryCodeCmd.parse(fields.copy(), payload) 4524 class AndroidSetCountryCodeCmd(AndroidPacket): class 4540 return AndroidSetCountryCodeCmd(**fields), span
|