Searched refs:is_received (Results 1 – 4 of 4) sorted by relevance
/system/bt/hci/src/ |
D | btsnoop.cc | 175 bool is_received, uint64_t timestamp_us); 257 static void capture(const BT_HDR* buffer, bool is_received) { in capture() argument 277 btsnoop_write_packet(kAclPacket, p, is_received, timestamp_us); in capture() 281 btsnoop_write_packet(kScoPacket, p, is_received, timestamp_us); in capture() 288 btsnoop_write_packet(kIsoPacket, p, is_received, timestamp_us); in capture() 422 static bool should_filter_log(bool is_received, uint8_t* packet) { in should_filter_log() argument 431 if (filters.isRfcChannel(is_received, l2c_channel)) { in should_filter_log() 441 } else if (!filters.isWhitelistedL2c(is_received, l2c_channel)) { in should_filter_log() 449 bool is_received, uint64_t timestamp_us) { in btsnoop_write_packet() argument 460 flags = is_received; in btsnoop_write_packet() [all …]
|
/system/nfc/src/adaptation/ |
D | debug_nfcsnoop.cc | 48 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/nfc/src/include/ |
D | debug_nfcsnoop.h | 38 uint8_t is_received; member 48 void nfcsnoop_capture(const NFC_HDR* packet, bool is_received);
|
/system/bt/hci/include/ |
D | btsnoop.h | 31 void (*capture)(const BT_HDR* packet, bool is_received);
|