Home
last modified time | relevance | path

Searched refs:AndroidSetCountryCodeCmd (Results 1 – 5 of 5) sorted by relevance

/external/rust/pica/src/
Duci_packets.pdl808 packet AndroidSetCountryCodeCmd: AndroidCommand (opcode = 0x1) { //ANDROID_SET_COUNTRY_CODE
813 test AndroidSetCountryCodeCmd {
Ddevice.rs497 AndroidCommandChild::AndroidSetCountryCodeCmd(cmd) => { in command()
Duci_packets.rs5093 AndroidSetCountryCodeCmd(Arc<AndroidSetCountryCodeCmdData>), enumerator
5100 AndroidCommandDataChild::AndroidSetCountryCodeCmd(value) => value.get_total_size(), in get_total_size()
5108 AndroidSetCountryCodeCmd(AndroidSetCountryCodeCmdPacket), enumerator
5140 AndroidCommandDataChild::AndroidSetCountryCodeCmd(Arc::new( in parse()
5151 AndroidCommandDataChild::AndroidSetCountryCodeCmd(value) => value.write_to(buffer), in write_to()
5198 AndroidCommandDataChild::AndroidSetCountryCodeCmd(_) => { in specialize()
5199 AndroidCommandChild::AndroidSetCountryCodeCmd( in specialize()
13538 AndroidCommandDataChild::AndroidSetCountryCodeCmd(value) => (*value).clone(), in new()
13585 child: AndroidCommandDataChild::AndroidSetCountryCodeCmd(android_set_country_code_cmd), in build()
13621 AndroidCommandChild::AndroidSetCountryCodeCmd(packet) => {let rebuilder = AndroidSetCountryCodeCmdB…
/external/rust/pica/scripts/
Duci_packets.py412 return AndroidSetCountryCodeCmd.parse(fields, payload)
520 return AndroidSetCountryCodeCmd.parse(fields, payload)
870 return AndroidSetCountryCodeCmd.parse(fields, payload)
2165 class AndroidSetCountryCodeCmd(AndroidCommand): class
2178 return AndroidSetCountryCodeCmd(**fields), span
/external/uwb/src/rust/uwb_uci_packets/
Duci_packets.pdl1204 packet AndroidSetCountryCodeCmd: AndroidCommand (opcode = 0x1) { //ANDROID_SET_COUNTRY_CODE
1209 test AndroidSetCountryCodeCmd {