Home
last modified time | relevance | path

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

/system/nfc/src/adaptation/
Ddebug_nfcsnoop.cc48 bool is_received, const uint64_t timestamp_us) { in nfcsnoop_cb() argument
62 header.is_received = is_received ? 1 : 0; in nfcsnoop_cb()
117 void nfcsnoop_capture(const NFC_HDR* packet, bool is_received) { in nfcsnoop_capture() argument
126 nfcsnoop_cb(p, NCI_DATA_HDR_SIZE, is_received, timestamp); in nfcsnoop_capture()
128 nfcsnoop_cb(p, p[2] + NCI_MSG_HDR_SIZE, is_received, timestamp); in nfcsnoop_capture()
/system/bt/hci/src/
Dbtsnoop.cc173 bool is_received, uint64_t timestamp_us);
255 static void capture(const BT_HDR* buffer, bool is_received) { in capture() argument
275 btsnoop_write_packet(kAclPacket, p, is_received, timestamp_us); in capture()
279 btsnoop_write_packet(kScoPacket, p, is_received, timestamp_us); in capture()
404 static bool should_filter_log(bool is_received, uint8_t* packet) { in should_filter_log() argument
413 if (filters.isRfcChannel(is_received, l2c_channel)) { in should_filter_log()
423 } else if (!filters.isWhitelistedL2c(is_received, l2c_channel)) { in should_filter_log()
431 bool is_received, uint64_t timestamp_us) { in btsnoop_write_packet() argument
442 flags = is_received; in btsnoop_write_packet()
446 flags = is_received; in btsnoop_write_packet()
[all …]
/system/nfc/src/include/
Ddebug_nfcsnoop.h38 uint8_t is_received; member
48 void nfcsnoop_capture(const NFC_HDR* packet, bool is_received);
/system/bt/hci/include/
Dbtsnoop.h31 void (*capture)(const BT_HDR* packet, bool is_received);