Searched refs:is_received (Results 1 – 2 of 2) sorted by relevance
/system/nfc/src/include/ |
D | debug_nfcsnoop.h | 41 uint8_t is_received; member 51 void nfcsnoop_capture(const NFC_HDR* packet, bool is_received);
|
/system/nfc/src/adaptation/ |
D | debug_nfcsnoop.cc | 74 bool is_received, const uint64_t timestamp_us, in nfcsnoop_cb() argument 91 header.is_received = is_received ? 1 : 0; in nfcsnoop_cb() 147 void nfcsnoop_capture(const NFC_HDR* packet, bool is_received) { in nfcsnoop_capture() argument 169 nfcsnoop_cb(p, p[2] + NCI_MSG_HDR_SIZE, is_received, timestamp, in nfcsnoop_capture() 174 is_received, timestamp, SYSTEM_BUFFER_INDEX); in nfcsnoop_capture() 176 nfcsnoop_cb(p, p[2] + NCI_MSG_HDR_SIZE, is_received, timestamp, in nfcsnoop_capture()
|