HomeSort by relevance Sort by last modified time
    Searched defs:p_mem (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/gki/common/
gki_buffer.c 38 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem)
54 if(p_mem)
56 p_cb->pool_start[id] = (UINT8 *)p_mem;
57 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total);
70 if(p_mem)
72 hdr = (BUFFER_HDR_T *)p_mem;
104 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total); local
105 if(p_mem)
109 gki_init_free_queue(id, Q->size, Q->total, p_mem);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 46 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem)
61 if(p_mem)
63 p_cb->pool_start[id] = (UINT8 *)p_mem;
64 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total);
75 LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, tempsize, total, p_mem);
79 if(p_mem)
81 hdr = (BUFFER_HDR_T *)p_mem;
113 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total); local
114 if(p_mem)
120 gki_init_free_queue(id, Q->size, Q->total, p_mem);
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 46 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem)
61 if(p_mem)
63 p_cb->pool_start[id] = (UINT8 *)p_mem;
64 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total);
75 LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, tempsize, total, p_mem);
79 if(p_mem)
81 hdr = (BUFFER_HDR_T *)p_mem;
113 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total); local
114 if(p_mem)
120 gki_init_free_queue(id, Q->size, Q->total, p_mem);
    [all...]

Completed in 97 milliseconds