Home
last modified time | relevance | path

Searched refs:nfcsnooz_header_t (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/include/
Ddebug_nfcsnoop.h35 typedef struct nfcsnooz_header_t { struct
39 } __attribute__((__packed__)) nfcsnooz_header_t; argument
/system/nfc/src/adaptation/
Ddebug_nfcsnoop.cc49 nfcsnooz_header_t header; in nfcsnoop_cb()
55 while (ringbuffer_available(buffer) < (length + sizeof(nfcsnooz_header_t))) { in nfcsnoop_cb()
56 ringbuffer_pop(buffer, (uint8_t*)&header, sizeof(nfcsnooz_header_t)); in nfcsnoop_cb()
72 ringbuffer_insert(buffer, (uint8_t*)&header, sizeof(nfcsnooz_header_t)); in nfcsnoop_cb()