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.cc78 magic = (uint32_t*)((uint8_t*)hdr + BUFFER_HDR_SIZE + tempsize); in gki_init_free_queue()
282 return (void*)((uint8_t*)p_hdr + BUFFER_HDR_SIZE); in GKI_getbuf()
341 return ((void*)((uint8_t*)p_hdr + BUFFER_HDR_SIZE)); in GKI_getbuf()
426 return ((void*)((uint8_t*)p_hdr + BUFFER_HDR_SIZE)); in GKI_getpoolbuf()
453 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE); in GKI_freebuf()
476 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE); in GKI_freebuf()
523 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE); in GKI_get_buf_size()
594 p_hdr = (BUFFER_HDR_T*)((uint8_t*)msg - BUFFER_HDR_SIZE); in GKI_send_msg()
649 p_buf = (uint8_t*)p_hdr + BUFFER_HDR_SIZE; in GKI_read_mbox()
679 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE); in GKI_enqueue()
[all …]
Dgki_common.h76 #define BUFFER_HDR_SIZE (sizeof(BUFFER_HDR_T)) macro