HomeSort by relevance Sort by last modified time
    Searched refs:is_received (Results 1 - 4 of 4) sorted by null

  /system/bt/hci/include/
btsnoop.h 28 // Capture |packet| and dump it to the btsnoop logs. If |is_received| is
31 void (*capture)(const BT_HDR* packet, bool is_received);
  /system/nfc/src/include/
debug_nfcsnoop.h 38 uint8_t is_received; member in struct:nfcsnooz_header_t
48 void nfcsnoop_capture(const NFC_HDR* packet, bool is_received);
  /system/nfc/src/adaptation/
debug_nfcsnoop.cc 48 bool is_received, const uint64_t timestamp_us) {
62 header.is_received = is_received ? 1 : 0;
112 void nfcsnoop_capture(const NFC_HDR* packet, bool is_received) {
121 nfcsnoop_cb(p, NCI_DATA_HDR_SIZE, is_received, timestamp);
123 nfcsnoop_cb(p, p[2] + NCI_MSG_HDR_SIZE, is_received, timestamp);
  /system/bt/hci/src/
btsnoop.cc 84 bool is_received, uint64_t timestamp_us);
127 static void capture(const BT_HDR* buffer, bool is_received) {
142 btsnoop_write_packet(kAclPacket, p, is_received, timestamp_us);
146 btsnoop_write_packet(kScoPacket, p, is_received, timestamp_us);
238 bool is_received, uint64_t timestamp_us) {
249 flags = is_received;
253 flags = is_received;

Completed in 242 milliseconds