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

  /external/libunwind/src/
os-qnx.c 36 struct cb_info *cbi = (struct cb_info*)data;
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 66 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
74 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
111 p_rcb->ucd.cb_info.pL2CA_UCD_Data_Cb(rem_bda, p_buf);
136 if ( p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb )
143 p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb ( rem_bda, is_congested );
222 p_rcb->ucd.cb_info = *p_cb_info;
235 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb = l2c_ucd_discover_cback;
236 p_rcb->ucd.cb_info.pL2CA_UCD_Data_Cb = l2c_ucd_data_ind_cback;
237 p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb = l2c_ucd_congestion_status_cback;
689 p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (p_ccb->p_lcb->remote_bd_addr
    [all...]
l2c_int.h 258 tL2CAP_UCD_CB_INFO cb_info; member in struct:__anon6286
    [all...]
l2c_utils.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 112 } cb_info; typedef in typeref:struct:__anon19352
137 cb_info *event_cb; // event callbacks
common.cpp 108 (info->num_event_cb - i - 1) * sizeof(cb_info));
131 (info->num_event_cb - i - 1) * sizeof(cb_info));
wifi_hal.cpp 146 info->event_cb = (cb_info *)malloc(sizeof(cb_info) * DEFAULT_EVENT_CB_SIZE);
332 cb_info *cbi = &(info->event_cb[i]);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.h 62 } cb_info; typedef in typeref:struct:__anon21570
87 cb_info *event_cb; // event callbacks
common.cpp 119 (info->num_event_cb - i) * sizeof(cb_info));
138 (info->num_event_cb - i) * sizeof(cb_info));
wifi_hal.cpp 189 info->event_cb = (cb_info *)malloc(sizeof(cb_info) * DEFAULT_EVENT_CB_SIZE);
368 cb_info *cbi = &(info->event_cb[i]);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c     [all...]
gatt_api.c 116 gatt_cb.cb_info = *p_cb_info;
221 if (gatt_cb.cb_info.p_nv_save_callback)
222 (*gatt_cb.cb_info.p_nv_save_callback)(TRUE, &p_list->asgn_range);
442 && gatt_cb.cb_info.p_nv_save_callback)
443 (*gatt_cb.cb_info.p_nv_save_callback)(FALSE, &p_list->asgn_range);
    [all...]
gatt_utils.c 134 if (gatt_cb.cb_info.p_srv_chg_callback)
138 (*gatt_cb.cb_info.p_srv_chg_callback)(GATTS_SRV_CHG_CMD_REMOVE_CLIENT,&req, NULL);
168 if (gatt_cb.cb_info.p_srv_chg_callback)
169 (*gatt_cb.cb_info.p_srv_chg_callback)(GATTS_SRV_CHG_CMD_UPDATE_CLIENT,&req, NULL);
    [all...]
gatt_sr.c     [all...]
gatt_int.h 518 tGATT_APPL_INFO cb_info; member in struct:__anon5925
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
teximage.c 2667 struct cb_info struct
    [all...]
  /external/mesa3d/src/mesa/main/
teximage.c 2667 struct cb_info struct
    [all...]

Completed in 536 milliseconds