Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/casimir_control_server/
Dcasimir_controller.cpp49 auto rf_packet = RfPacketView::Create(slice(res)); in SelectNfcA() local
50 if (rf_packet.IsValid()) { in SelectNfcA()
51 auto poll_response = NfcAPollResponseView::Create(rf_packet); in SelectNfcA()
68 auto rf_packet = RfPacketView::Create(slice(res)); in SelectT4AT() local
69 if (rf_packet.IsValid()) { in SelectT4AT()
70 auto select_response = T4ATSelectResponseView::Create(rf_packet); in SelectT4AT()
99 auto rf_packet = RfPacketView::Create(slice(res)); in SendApdu() local
100 if (rf_packet.IsValid()) { in SendApdu()
101 auto data = DataView::Create(rf_packet); in SendApdu()
102 if (data.IsValid() && rf_packet.GetSender() == receiver_id) { in SendApdu()
[all …]
Dcasimir_controller.h55 Result<void> Write(const RfPacketBuilder& rf_packet);