Home
last modified time | relevance | path

Searched defs:_buffer_hdr (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/nfc/src/gki/common/
H A Dgki_common.h51 typedef struct _buffer_hdr { struct
52 struct _buffer_hdr* p_next; /* next buffer in the queue */ argument
53 uint8_t q_id; /* id of the queue */
54 uint8_t task_id; /* task which allocated the buffer*/
55 uint8_t status; /* FREE, UNLINKED or QUEUED */
56 uint8_t Type;
58 uint16_t size;