Lines Matching refs:AndroidCommandPacket
2479 AndroidCommand(AndroidCommandPacket),
2622 AndroidCommandPacket::new(self.uci_packet.clone()).unwrap(), in specialize()
5116 pub struct AndroidCommandPacket { struct
5163 impl Packet for AndroidCommandPacket { implementation
5174 impl From<AndroidCommandPacket> for Bytes {
5175 fn from(packet: AndroidCommandPacket) -> Self { in from()
5179 impl From<AndroidCommandPacket> for Vec<u8> {
5180 fn from(packet: AndroidCommandPacket) -> Self { in from()
5184 impl TryFrom<UciPacketPacket> for AndroidCommandPacket { implementation
5190 impl AndroidCommandPacket { impl
5235 impl Into<UciPacketPacket> for AndroidCommandPacket { implementation
5240 impl Into<UciCommandPacket> for AndroidCommandPacket { implementation
5246 pub fn build(self) -> AndroidCommandPacket { in build() argument
5260 AndroidCommandPacket::new(uci_packet).unwrap() in build()
13231 impl Into<AndroidCommandPacket> for AndroidGetPowerStatsCmdPacket {
13232 fn into(self) -> AndroidCommandPacket { in into() argument
13233 AndroidCommandPacket::new(self.uci_packet).unwrap() in into()
13265 impl Into<AndroidCommandPacket> for AndroidGetPowerStatsCmdBuilder {
13266 fn into(self) -> AndroidCommandPacket { in into() argument
13574 impl Into<AndroidCommandPacket> for AndroidSetCountryCodeCmdPacket {
13575 fn into(self) -> AndroidCommandPacket { in into() argument
13576 AndroidCommandPacket::new(self.uci_packet).unwrap() in into()
13610 impl Into<AndroidCommandPacket> for AndroidSetCountryCodeCmdBuilder {
13611 fn into(self) -> AndroidCommandPacket { in into() argument