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

  /system/nfc/src/include/
debug_nfcsnoop.h 35 typedef struct nfcsnooz_header_t { struct
39 } __attribute__((__packed__)) nfcsnooz_header_t; typedef in typeref:struct:nfcsnooz_header_t
  /system/nfc/src/adaptation/
debug_nfcsnoop.cc 49 nfcsnooz_header_t header;
55 while (ringbuffer_available(buffer) < (length + sizeof(nfcsnooz_header_t))) {
56 ringbuffer_pop(buffer, (uint8_t*)&header, sizeof(nfcsnooz_header_t));
72 ringbuffer_insert(buffer, (uint8_t*)&header, sizeof(nfcsnooz_header_t));

Completed in 197 milliseconds