Home
last modified time | relevance | path

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

/system/nfc/src/gki/common/
Dgki_buffer.cc80 magic = (uint32_t*)((uint8_t*)hdr + BUFFER_HDR_SIZE + tempsize); in gki_init_free_queue()
290 *(uint32_t*)((uint8_t*)p_hdr + BUFFER_HDR_SIZE + size) = MAGIC_NO; in GKI_getbuf()
306 "%s %p %d:%d", __func__, ((uint8_t*)p_hdr + BUFFER_HDR_SIZE), Q->cur_cnt, in GKI_getbuf()
309 return (void*)((uint8_t*)p_hdr + BUFFER_HDR_SIZE); in GKI_getbuf()
367 return ((void*)((uint8_t*)p_hdr + BUFFER_HDR_SIZE)); in GKI_getbuf()
456 return ((void*)((uint8_t*)p_hdr + BUFFER_HDR_SIZE)); in GKI_getpoolbuf()
490 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE); in GKI_freebuf()
545 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE); in GKI_get_buf_size()
617 p_hdr = (BUFFER_HDR_T*)((uint8_t*)msg - BUFFER_HDR_SIZE); in GKI_send_msg()
672 p_buf = (uint8_t*)p_hdr + BUFFER_HDR_SIZE; in GKI_read_mbox()
[all …]
Dgki_common.h76 #define BUFFER_HDR_SIZE (sizeof(BUFFER_HDR_T)) macro