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

  /external/bluetooth/bluedroid/gki/common/
gki_debug.c 172 UINT16 size,act_size,maxbuffs; local
183 act_size = size + BUFFER_PADDING_SIZE;
195 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
gki_buffer.c 41 UINT16 act_size; local
50 act_size = (UINT16)(tempsize + BUFFER_PADDING_SIZE);
57 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total);
61 p_cb->pool_size[id] = act_size;
82 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_debug.c 171 UINT16 size,act_size,maxbuffs; local
182 act_size = size + BUFFER_PADDING_SIZE;
194 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
gki_buffer.c 49 UINT16 act_size; local
58 act_size = (UINT16)(tempsize + BUFFER_PADDING_SIZE);
64 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total);
67 p_cb->pool_size[id] = act_size;
91 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_debug.c 171 UINT16 size,act_size,maxbuffs; local
182 act_size = size + BUFFER_PADDING_SIZE;
194 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
gki_buffer.c 49 UINT16 act_size; local
58 act_size = (UINT16)(tempsize + BUFFER_PADDING_SIZE);
64 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total);
67 p_cb->pool_size[id] = act_size;
91 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
    [all...]

Completed in 350 milliseconds