Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/casimir_control_server/
Dcasimir_controller.cpp50 if (rf_packet.IsValid()) { in SelectNfcA()
52 if (poll_response.IsValid() && poll_response.GetIntProtocol() == 0b01) { in SelectNfcA()
69 if (rf_packet.IsValid()) { in SelectT4AT()
71 if (select_response.IsValid() && select_response.GetSender() == sender_id) { in SelectT4AT()
100 if (rf_packet.IsValid()) { in SendApdu()
102 if (data.IsValid() && rf_packet.GetSender() == receiver_id) { in SendApdu()
/device/google/contexthub/util/nanotool/
Dapptohostevent.cpp30 if (!event->IsValid()) { in FromBytes()
128 bool AppToHostEvent::IsValid() const { in IsValid() function in android::AppToHostEvent
Dapptohostevent.h102 virtual bool IsValid() const;