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

  /system/bt/gki/common/
gki_common.h 30 } BUFFER_HDR_T;
34 BUFFER_HDR_T *_p_first; /* first buffer in the queue */
35 BUFFER_HDR_T *_p_last; /* last buffer in the queue */
gki_buffer.c 30 #define BUFFER_HDR_SIZE (sizeof(BUFFER_HDR_T)) /* Offset past header */
31 #define BUFFER_PADDING_SIZE (sizeof(BUFFER_HDR_T) + sizeof(UINT32)) /* Header + Magic Number */
52 BUFFER_HDR_T *hdr;
53 BUFFER_HDR_T *hdr1 = NULL;
79 hdr = (BUFFER_HDR_T *)p_mem;
88 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
204 BUFFER_HDR_T *header = osi_malloc(size + BUFFER_HDR_SIZE);
246 osi_free((BUFFER_HDR_T *)p_buf - 1);
263 BUFFER_HDR_T *header = (BUFFER_HDR_T *)p_buf - 1
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 50 BUFFER_HDR_T *hdr;
51 BUFFER_HDR_T *hdr1 = NULL;
81 hdr = (BUFFER_HDR_T *)p_mem;
91 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
364 BUFFER_HDR_T *p_hdr;
461 p_hdr = (BUFFER_HDR_T *)p_cb->pool_start[i];
472 p_hdr = (BUFFER_HDR_T *)((UINT8 *)p_hdr + p_cb->pool_size[i]);
508 BUFFER_HDR_T *p_hdr;
589 BUFFER_HDR_T *p_hdr;
599 p_hdr = (BUFFER_HDR_T *) ((UINT8 *)p_buf - BUFFER_HDR_SIZE)
    [all...]
gki_common.h 78 } BUFFER_HDR_T;
82 BUFFER_HDR_T *p_first; /* first buffer in the queue */
83 BUFFER_HDR_T *p_last; /* last buffer in the queue */
94 #define BUFFER_HDR_SIZE (sizeof(BUFFER_HDR_T)) /* Offset past header */
95 #define BUFFER_PADDING_SIZE (sizeof(BUFFER_HDR_T) + sizeof(UINT32)) /* Header + Magic Number */
310 BUFFER_HDR_T *OSTaskQFirst[GKI_MAX_TASKS][NUM_TASK_MBOX]; /* array of pointers to the first event in the task mailbox */
311 BUFFER_HDR_T *OSTaskQLast [GKI_MAX_TASKS][NUM_TASK_MBOX]; /* array of pointers to the last event in the task mailbox */
gki_debug.c 170 BUFFER_HDR_T *hdr;
189 hdr = (BUFFER_HDR_T *)(gki_cb.com.pool_start[pool]);
194 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
212 BUFFER_HDR_T *p_hdr;
230 p_hdr = (BUFFER_HDR_T *)p_start;
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 50 BUFFER_HDR_T *hdr;
51 BUFFER_HDR_T *hdr1 = NULL;
81 hdr = (BUFFER_HDR_T *)p_mem;
91 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
364 BUFFER_HDR_T *p_hdr;
461 p_hdr = (BUFFER_HDR_T *)p_cb->pool_start[i];
472 p_hdr = (BUFFER_HDR_T *)((UINT8 *)p_hdr + p_cb->pool_size[i]);
508 BUFFER_HDR_T *p_hdr;
589 BUFFER_HDR_T *p_hdr;
599 p_hdr = (BUFFER_HDR_T *) ((UINT8 *)p_buf - BUFFER_HDR_SIZE)
    [all...]
gki_common.h 78 } BUFFER_HDR_T;
82 BUFFER_HDR_T *p_first; /* first buffer in the queue */
83 BUFFER_HDR_T *p_last; /* last buffer in the queue */
94 #define BUFFER_HDR_SIZE (sizeof(BUFFER_HDR_T)) /* Offset past header */
95 #define BUFFER_PADDING_SIZE (sizeof(BUFFER_HDR_T) + sizeof(UINT32)) /* Header + Magic Number */
310 BUFFER_HDR_T *OSTaskQFirst[GKI_MAX_TASKS][NUM_TASK_MBOX]; /* array of pointers to the first event in the task mailbox */
311 BUFFER_HDR_T *OSTaskQLast [GKI_MAX_TASKS][NUM_TASK_MBOX]; /* array of pointers to the last event in the task mailbox */
gki_debug.c 170 BUFFER_HDR_T *hdr;
189 hdr = (BUFFER_HDR_T *)(gki_cb.com.pool_start[pool]);
194 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
212 BUFFER_HDR_T *p_hdr;
230 p_hdr = (BUFFER_HDR_T *)p_start;

Completed in 88 milliseconds