Home
last modified time | relevance | path

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

/external/rust/pica/src/
Duci_packets.rs2983 AndroidNotification(AndroidNotificationPacket),
3130 AndroidNotificationPacket::new(self.uci_packet.clone()).unwrap(), in specialize()
5461 pub struct AndroidNotificationPacket { struct
5489 impl Packet for AndroidNotificationPacket { implementation
5500 impl From<AndroidNotificationPacket> for Bytes {
5501 fn from(packet: AndroidNotificationPacket) -> Self { in from()
5505 impl From<AndroidNotificationPacket> for Vec<u8> {
5506 fn from(packet: AndroidNotificationPacket) -> Self { in from()
5510 impl TryFrom<UciPacketPacket> for AndroidNotificationPacket { implementation
5516 impl AndroidNotificationPacket { implementation
[all …]