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

  /system/bt/stack/hid/
hidd_int.h 56 FLOW_SPEC in_qos; member in struct:dev_ctb
hidd_api.cc 596 hd_cb.in_qos.service_type = service_type;
597 hd_cb.in_qos.token_rate = token_rate;
598 hd_cb.in_qos.token_bucket_size = token_bucket_size;
599 hd_cb.in_qos.peak_bandwidth = peak_bandwidth;
600 hd_cb.in_qos.latency = latency;
601 hd_cb.in_qos.delay_variation = delay_variation;
hidd_conn.cc 359 memcpy(&p_cfg->qos, &hd_cb.in_qos, sizeof(FLOW_SPEC));
  /system/bt/btif/src/
btif_hd.cc 67 static tBTA_HD_QOS_INFO in_qos; variable
153 BTA_HdRegisterApp(&app_info, &in_qos, &out_qos);
416 in_qos.service_type = p_in_qos->service_type;
417 in_qos.token_rate = p_in_qos->token_rate;
418 in_qos.token_bucket_size = p_in_qos->token_bucket_size;
419 in_qos.peak_bandwidth = p_in_qos->peak_bandwidth;
420 in_qos.access_latency = p_in_qos->access_latency;
421 in_qos.delay_variation = p_in_qos->delay_variation;
  /system/bt/bta/hd/
bta_hd_act.cc 195 p_app_data->in_qos.service_type, p_app_data->in_qos.token_rate,
196 p_app_data->in_qos.token_bucket_size, p_app_data->in_qos.peak_bandwidth,
197 p_app_data->in_qos.access_latency, p_app_data->in_qos.delay_variation);
bta_hd_int.h 87 tBTA_HD_QOS_INFO in_qos; member in struct:__anon1338
bta_hd_api.cc 132 memcpy(&p_buf->in_qos, p_in_qos, sizeof(tBTA_HD_QOS_INFO));
  /system/bt/include/hardware/
bt_hd.h 102 bthd_qos_param_t* in_qos,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid_device.cpp 271 bthd_qos_param_t in_qos; local
289 fill_qos(env, p_in_qos, &in_qos);
292 bt_status_t ret = sHiddIf->register_app(&app_param, &in_qos, &out_qos);

Completed in 449 milliseconds