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

  /system/bt/bta/hh/
bta_hh_api.cc 333 if (dscp_info.descriptor.dl_len != 0 && dscp_info.descriptor.dsc_list) {
335 p_buf->dscp_info.descriptor.dsc_list = (uint8_t*)(p_buf + 1);
336 memcpy(p_buf->dscp_info.descriptor.dsc_list, dscp_info.descriptor.dsc_list,
339 p_buf->dscp_info.descriptor.dsc_list = NULL;
bta_hh_utils.cc 124 osi_free_and_reset((void**)&p_cb->dscp_info.descriptor.dsc_list);
190 osi_free_and_reset((void**)&p_cb->dscp_info.descriptor.dsc_list);
193 p_cb->dscp_info.descriptor.dsc_list =
196 memcpy(p_cb->dscp_info.descriptor.dsc_list, p_dscp_info->dsc_list,
430 (void**)&bta_hh_cb.kdev[xx].dscp_info.descriptor.dsc_list);
bta_hh_le.cc     [all...]
  /system/bt/stack/include/
hiddefs.h 129 uint8_t* dsc_list; member in struct:desc_info
  /system/bt/btif/include/
btif_storage.h 170 uint16_t dl_len, uint8_t* dsc_list);
  /system/bt/btif/src/
btif_hd.cc 107 if (app_info.descriptor.dsc_list) osi_free(app_info.descriptor.dsc_list);
111 app_info.descriptor.dsc_list = NULL;
411 app_info.descriptor.dsc_list =
413 memcpy(app_info.descriptor.dsc_list, p_app_param->desc_list,
btif_hh.cc 526 dest->descriptor.dsc_list = (uint8_t*)osi_malloc(src->descriptor.dl_len);
528 memcpy(dest->descriptor.dsc_list, src->descriptor.dsc_list,
    [all...]
btif_storage.cc     [all...]
  /hardware/libhardware/include/hardware/
bt_hh.h 84 uint8_t dsc_list[BTHH_MAX_DSC_LEN]; member in struct:__anon41117
  /system/bt/bta/hd/
bta_hd_api.cc 131 memcpy(p_buf->d_data, p_app_info->descriptor.dsc_list,
  /system/bt/stack/hid/
hidh_api.cc 133 p_nvi->dscp_info.dsc_list = (uint8_t*)&p_repdesc->attr_value;

Completed in 253 milliseconds