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

  /system/bt/stack/btm/
btm_ble_cont_energy.cc 56 STREAM_TO_UINT32(total_tx_time, p);
57 STREAM_TO_UINT32(total_rx_time, p);
58 STREAM_TO_UINT32(total_idle_time, p);
59 STREAM_TO_UINT32(total_energy_used, p);
btm_inq.cc     [all...]
btm_sec.cc     [all...]
  /system/bt/stack/l2cap/
l2c_main.cc 461 STREAM_TO_UINT32(cfg_info.qos.token_rate, p);
462 STREAM_TO_UINT32(cfg_info.qos.token_bucket_size, p);
463 STREAM_TO_UINT32(cfg_info.qos.peak_bandwidth, p);
464 STREAM_TO_UINT32(cfg_info.qos.latency, p);
465 STREAM_TO_UINT32(cfg_info.qos.delay_variation, p);
488 STREAM_TO_UINT32(cfg_info.ext_flow_spec.sdu_inter_time, p);
489 STREAM_TO_UINT32(cfg_info.ext_flow_spec.access_latency, p);
490 STREAM_TO_UINT32(cfg_info.ext_flow_spec.flush_timeout, p);
556 STREAM_TO_UINT32(cfg_info.qos.token_rate, p);
557 STREAM_TO_UINT32(cfg_info.qos.token_bucket_size, p)
    [all...]
l2c_fcr.cc     [all...]
  /system/bt/stack/btu/
btu_hcif.cc 806 STREAM_TO_UINT32(flow.token_rate, p);
807 STREAM_TO_UINT32(flow.peak_bandwidth, p);
808 STREAM_TO_UINT32(flow.latency, p);
809 STREAM_TO_UINT32(flow.delay_variation, p);
    [all...]
  /system/bt/stack/gatt/
gatt_auth.cc 107 STREAM_TO_UINT32(counter, p);
gatt_utils.cc 672 STREAM_TO_UINT32(p_uuid_rec->uu.uuid32, p_uuid);
    [all...]
  /system/nfc/src/hal/include/
nfc_types.h 154 #define STREAM_TO_UINT32(u32, p) \
  /system/nfc/src/nfc/nfc/
nfc_main.c 208 STREAM_TO_UINT32(evt_data.enable.nci_features, p);
    [all...]
  /system/bt/stack/smp/
smp_keys.cc 180 STREAM_TO_UINT32(passkey, pp);
    [all...]
  /system/bt/stack/include/
bt_types.h 357 #define STREAM_TO_UINT32(u32, p) \
    [all...]
  /system/nfc/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 669 STREAM_TO_UINT32(hw_id, p);
    [all...]

Completed in 527 milliseconds