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

  /system/bt/stack/btm/
btm_ble_cont_energy.c 58 STREAM_TO_UINT32(total_tx_time, p);
59 STREAM_TO_UINT32(total_rx_time, p);
60 STREAM_TO_UINT32(total_idle_time, p);
61 STREAM_TO_UINT32(total_energy_used, p);
btm_inq.c     [all...]
btm_sec.c     [all...]
  /system/bt/stack/l2cap/
l2c_main.c 476 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p);
477 STREAM_TO_UINT32 (cfg_info.qos.token_bucket_size, p);
478 STREAM_TO_UINT32 (cfg_info.qos.peak_bandwidth, p);
479 STREAM_TO_UINT32 (cfg_info.qos.latency, p);
480 STREAM_TO_UINT32 (cfg_info.qos.delay_variation, p);
503 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.sdu_inter_time, p);
504 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.access_latency, p);
505 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.flush_timeout, p);
578 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p);
579 STREAM_TO_UINT32 (cfg_info.qos.token_bucket_size, p)
    [all...]
l2c_fcr.c     [all...]
  /system/bt/stack/btu/
btu_hcif.c 700 STREAM_TO_UINT32 (flow.token_rate, p);
701 STREAM_TO_UINT32 (flow.peak_bandwidth, p);
702 STREAM_TO_UINT32 (flow.latency, p);
703 STREAM_TO_UINT32 (flow.delay_variation, p);
    [all...]
  /external/libnfc-nci/src/hal/include/
nfc_types.h 71 #define STREAM_TO_UINT32(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((UINT32)(*((p) + 2)))) << 16) + ((((UINT32)(*((p) + 3)))) << 24)); (p) += 4;}
  /system/bt/stack/gatt/
gatt_auth.c 107 STREAM_TO_UINT32(counter, p);
gatt_utils.c     [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 233 STREAM_TO_UINT32 (evt_data.enable.nci_features, p);
    [all...]
  /hardware/broadcom/libbt/src/
bt_vendor_brcm_a2dp.c 707 STREAM_TO_UINT32(brcm_vnd_a2dp_pdata.pcmi2s_pinmux.pad_conf, p);
  /system/bt/stack/smp/
smp_keys.c 214 STREAM_TO_UINT32(passkey, pp);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 713 STREAM_TO_UINT32 (hw_id, p);
    [all...]
  /external/libnfc-nci/src/include/
bt_types.h 239 #define STREAM_TO_UINT32(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((UINT32)(*((p) + 2)))) << 16) + ((((UINT32)(*((p) + 3)))) << 24)); (p) += 4;}
  /system/bt/stack/include/
bt_types.h 254 #define STREAM_TO_UINT32(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((UINT32)(*((p) + 2)))) << 16) + ((((UINT32)(*((p) + 3)))) << 24)); (p) += 4;}
    [all...]

Completed in 1246 milliseconds