Searched refs:UINT64 (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dconstants.h41 #define UINT64(exp) static_cast<uint64_t>(exp) macro
/hardware/qcom/display/msm8998/sdm/include/utils/
H A Dconstants.h41 #define UINT64(exp) static_cast<uint64_t>(exp) macro
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_info.cpp187 hw_resource->max_bandwidth_low = UINT64(atol(tokens[1]));
189 hw_resource->max_bandwidth_high = UINT64(atol(tokens[1]));
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_info.cpp187 hw_resource->max_bandwidth_low = UINT64(atol(tokens[1]));
189 hw_resource->max_bandwidth_high = UINT64(atol(tokens[1]));

Completed in 60 milliseconds