Home
last modified time | relevance | path

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

/system/nfc/src/gki/common/
Dgki_buffer.cc47 BUFFER_HDR_T* hdr; in gki_init_free_queue()
48 BUFFER_HDR_T* hdr1 = nullptr; in gki_init_free_queue()
72 hdr = (BUFFER_HDR_T*)p_mem; in gki_init_free_queue()
81 hdr = (BUFFER_HDR_T*)((uint8_t*)hdr + act_size); in gki_init_free_queue()
257 BUFFER_HDR_T* p_hdr; in GKI_getbuf()
342 BUFFER_HDR_T* p_hdr; in GKI_getpoolbuf()
399 BUFFER_HDR_T* p_hdr; in GKI_freebuf()
408 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE); in GKI_freebuf()
454 BUFFER_HDR_T* p_hdr; in GKI_get_buf_size()
456 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE); in GKI_get_buf_size()
[all …]
Dgki_common.h57 } BUFFER_HDR_T; typedef
60 BUFFER_HDR_T* p_first; /* first buffer in the queue */
61 BUFFER_HDR_T* p_last; /* last buffer in the queue */
73 #define BUFFER_HDR_SIZE (sizeof(BUFFER_HDR_T))
75 #define BUFFER_PADDING_SIZE (sizeof(BUFFER_HDR_T) + sizeof(uint32_t))
226 BUFFER_HDR_T* OSTaskQFirst[GKI_MAX_TASKS]
229 BUFFER_HDR_T* OSTaskQLast[GKI_MAX_TASKS]