HomeSort by relevance Sort by last modified time
    Searched refs:STREAM_TO_UINT32 (Results 1 - 14 of 14) 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 526 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p);
527 STREAM_TO_UINT32 (cfg_info.qos.token_bucket_size, p);
528 STREAM_TO_UINT32 (cfg_info.qos.peak_bandwidth, p);
529 STREAM_TO_UINT32 (cfg_info.qos.latency, p);
530 STREAM_TO_UINT32 (cfg_info.qos.delay_variation, p);
553 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.sdu_inter_time, p);
554 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.access_latency, p);
555 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.flush_timeout, p);
628 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p);
629 STREAM_TO_UINT32 (cfg_info.qos.token_bucket_size, p)
    [all...]
l2c_fcr.c     [all...]
  /system/bt/stack/btu/
btu_hcif.c 742 STREAM_TO_UINT32 (flow.token_rate, p);
743 STREAM_TO_UINT32 (flow.peak_bandwidth, p);
744 STREAM_TO_UINT32 (flow.latency, p);
745 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 108 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...]
  /system/bt/stack/smp/
smp_keys.c 233 STREAM_TO_UINT32(passkey, pp);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 669 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 258 #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 1173 milliseconds