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

  /system/nfc/halimpl/bcm2079x/gki/common/
gki_buffer.c 91 magic = (uint32_t*)((uint8_t*)hdr + BUFFER_HDR_SIZE + tempsize);
443 (uint8_t*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cur_cnt, Q->total,
450 return ((void*)((uint8_t*)p_hdr + BUFFER_HDR_SIZE));
472 (uint8_t*)p_hdr + BUFFER_HDR_SIZE, p_hdr, p_hdr->status,
553 (uint8_t*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cur_cnt, Q->total,
560 return ((void*)((uint8_t*)p_hdr + BUFFER_HDR_SIZE));
598 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE);
651 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE);
718 p_hdr = (BUFFER_HDR_T*)((uint8_t*)msg - BUFFER_HDR_SIZE);
773 p_buf = (uint8_t*)p_hdr + BUFFER_HDR_SIZE;
    [all...]
gki_common.h 90 #define BUFFER_HDR_SIZE (sizeof(BUFFER_HDR_T))
gki_debug.c 170 magic = (uint32_t*)((uint8_t*)hdr + BUFFER_HDR_SIZE + size);
  /system/nfc/src/gki/common/
gki_buffer.c 75 magic = (uint32_t*)((uint8_t*)hdr + BUFFER_HDR_SIZE + tempsize);
311 return ((void*)((uint8_t*)p_hdr + BUFFER_HDR_SIZE));
374 return ((void*)((uint8_t*)p_hdr + BUFFER_HDR_SIZE));
407 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE);
455 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE);
522 p_hdr = (BUFFER_HDR_T*)((uint8_t*)msg - BUFFER_HDR_SIZE);
577 p_buf = (uint8_t*)p_hdr + BUFFER_HDR_SIZE;
607 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE);
620 (BUFFER_HDR_T*)((uint8_t*)p_q->p_last - BUFFER_HDR_SIZE);
658 p_hdr = (BUFFER_HDR_T*)((uint8_t*)p_buf - BUFFER_HDR_SIZE);
    [all...]
gki_common.h 78 #define BUFFER_HDR_SIZE (sizeof(BUFFER_HDR_T))

Completed in 3235 milliseconds