Searched refs:AndroidSetCountryCodeCmd (Results 1 – 5 of 5) sorted by relevance
| /external/rust/pica/src/ |
| D | uci_packets.pdl | 808 packet AndroidSetCountryCodeCmd: AndroidCommand (opcode = 0x1) { //ANDROID_SET_COUNTRY_CODE 813 test AndroidSetCountryCodeCmd {
|
| D | device.rs | 497 AndroidCommandChild::AndroidSetCountryCodeCmd(cmd) => { in command()
|
| D | uci_packets.rs | 5093 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/ |
| D | uci_packets.py | 412 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/ |
| D | uci_packets.pdl | 1204 packet AndroidSetCountryCodeCmd: AndroidCommand (opcode = 0x1) { //ANDROID_SET_COUNTRY_CODE 1209 test AndroidSetCountryCodeCmd {
|