Home
last modified time | relevance | path

Searched refs:s64 (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcpp_bindings.h230 wifi_error put_s64(int attribute, s64 value) { in put_s64()
273 s64 get_s64(const struct nlattr *nla) in get_s64()
275 return *(s64 *) nla_data(nla); in get_s64()
448 virtual wifi_error put_s64(int attribute, s64 value);
460 virtual s64 get_s64(const struct nlattr *nla);
Dcommon.h65 typedef int64_t s64; typedef
Dcpp_bindings.cpp875 wifi_error WifiVendorCommand::put_s64(int attribute, s64 value) in put_s64()
920 s64 WifiVendorCommand::get_s64(const struct nlattr *nla) in get_s64()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_hal.h100 typedef int64_t s64; typedef