Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/commands/casimir_control_server/
Dcasimir_controller.cpp95 auto rf_packet = RfPacketView::Create(slice(res)); in SelectNfcA() local
114 auto rf_packet = RfPacketView::Create(slice(res)); in SelectT4AT() local
145 auto rf_packet = RfPacketView::Create(slice(res)); in SendApdu() local
155 Result<void> CasimirController::Write(const RfPacketBuilder& rf_packet) { in Write()