Searched refs:u64 (Results 1 - 23 of 23) sorted by last modified time

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcpp_bindings.cpp891 u64 WifiVendorCommand::get_u64(const struct nlattr *nla)
H A Dcpp_bindings.h235 u64 get_u64(const struct nlattr *nla)
237 return *(u64 *) nla_data(nla);
433 virtual u64 get_u64(const struct nlattr *nla);
H A Dnan_cert.h44 u64 master_rank;
H A Dnan_i.h902 u64 currTsf;
903 u64 myRank;
904 u64 currAmRank;
905 u64 lastAmRank;
913 u64 timeSpentInCurrRole;
914 u64 totalTimeSpentAsMaster;
915 u64 totalTimeSpentAsNonMasterSync;
916 u64 totalTimeSpentAsNonMasterNonSync;
H A Dring_buffer.cpp40 typedef uint64_t u64; typedef
/hardware/libhardware/include/hardware/
H A Dsensors.h377 } u64; member in union:sensors_event_t::__anon1471
/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DHidRawSensor.cpp967 event.u64.data[rec.index] = v + rec.b;
/hardware/libhardware/tests/hardware/
H A Dstruct-offset.cpp88 CHECK_MEMBER_AT(sensors_event_t, u64, 24, 24);
89 CHECK_MEMBER_AT(sensors_event_t, u64.data, 24, 24);
90 CHECK_MEMBER_AT(sensors_event_t, u64.step_counter, 24, 24);
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dlink_layer_stats.h194 u64 average_tsf_offset; // average beacon offset encountered (beacon_TSF - TBTT)
H A Dwifi_hal.h70 typedef uint64_t u64; typedef
H A Dwifi_logger.h56 u64 firmware_entry_timestamp; // TX: firmware timestamp (us) when packet is queued within
59 u64 start_contention_timestamp; // firmware timestamp (us) when packet start contending for the
63 u64 transmit_success_timestamp; // fimrware timestamp (us) when packet is successfully
251 u64 timestamp; // present if has_timestamp bit is set.
H A Dwifi_nan.h1552 u64 currTsf;
1553 u64 myRank;
1554 u64 currAmRank;
1555 u64 lastAmRank;
1562 u64 timeSpentInCurrRole;
1563 u64 totalTimeSpentAsMaster;
1564 u64 totalTimeSpentAsNonMasterSync;
1565 u64 totalTimeSpentAsNonMasterNonSync;
/hardware/interfaces/sensors/1.0/default/
H A Dconvert.cpp150 dst->u.stepCount = src.u64.step_counter;
294 dst->u64.step_counter = src.u.stepCount;
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp3003 s->u64.step_counter = mLastStepCount;
3005 s->u64.step_counter, s->timestamp, update);
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp5933 temp.u64.step_counter = stepCount;
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcommon.h204 u64 ts; // Time of discovery
209 u64 rtt; // in nanoseconds
210 u64 rtt_sd; // standard deviation in rtt
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
H A Ddriver_cmd_nl80211.c29 u64 bufaddr;
115 priv_cmd.bufaddr = (u64)(uintptr_t)buf;
/hardware/intel/bootstub/
H A Dbootstub.c287 static const u64 boot_gdt[] __attribute__((aligned(16))) = {
H A Dbootstub.h65 (((u64)(base & 0xff000000) << 32) | \
66 ((u64)flags << 40) | \
67 ((u64)(limit & 0x00ff0000) << 32) | \
68 ((u64)(base & 0x00ffffff) << 16) | \
69 ((u64)(limit & 0x0000ffff)))
H A Dsfi.c44 int sfi_add_e820_entry(struct boot_params *bp, memory_map_t *mb_mmap, u64 start, u64 size, int type)
H A Dsfi.h25 u64 phy_start;
26 u64 vir_start;
27 u64 pages;
28 u64 attrib;
42 u64 pentry[1];
58 extern int sfi_add_e820_entry(struct boot_params *bp, memory_map_t *mb_mmap, u64 start, u64 size, int type);
H A Dtypes.h16 typedef __u64 u64; typedef
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_linux.c41 typedef u_int64_t u64; typedef

Completed in 432 milliseconds