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

  /external/bluetooth/bluedroid/hci/include/
hci.h 53 typedef void (*tINT_CMD_CBACK)(void *p_mem);
bt_vendor_lib.h 250 * in at the p_mem parameter by calling dealloc callout function.
252 typedef void (*tINT_CMD_CBACK)(void *p_mem);
  /hardware/qcom/bt/libbt-vendor/src/
hardware.c 108 void hw_epilog_cback(void *p_mem)
110 HC_BT_HDR *p_evt_buf = (HC_BT_HDR *) p_mem;
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c     [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c     [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...]
gki.h 402 GKI_API extern void GKI_shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount);
438 GKI_API extern void GKI_register_mempool (void *p_mem);
  /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...]
gki.h 404 GKI_API extern void GKI_shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount);
440 GKI_API extern void GKI_register_mempool (void *p_mem);
  /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...]
gki.h 390 GKI_API extern void GKI_shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount);
415 GKI_API extern void GKI_register_mempool (void *p_mem);
  /hardware/broadcom/libbt/src/
hardware.c 580 void hw_config_cback(void *p_mem)
582 HC_BT_HDR *p_evt_buf = (HC_BT_HDR *) p_mem;
874 void hw_lpm_ctrl_cback(void *p_mem)
876 HC_BT_HDR *p_evt_buf = (HC_BT_HDR *) p_mem;
906 void hw_sco_cfg_cback(void *p_mem)
908 HC_BT_HDR *p_evt_buf = (HC_BT_HDR *) p_mem;
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c     [all...]
  /external/bluetooth/bluedroid/hci/src/
hci_h4.c 122 typedef void (*tINT_CMD_CBACK)(void *p_mem);
192 void get_acl_data_length_cback(void *p_mem)
196 HC_BT_HDR *p_buf = (HC_BT_HDR *) p_mem;
    [all...]
hci_mct.c 100 typedef void (*tINT_CMD_CBACK)(void *p_mem);
175 void get_acl_data_length_cback(void *p_mem)
179 HC_BT_HDR *p_buf = (HC_BT_HDR *) p_mem;
    [all...]
  /external/libnfc-nci/src/nfc/ndef/
ndef_utils.c 43 static void shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount)
45 register UINT8 *ps = p_mem + len - 1;
    [all...]

Completed in 245 milliseconds