Home
last modified time | relevance | path

Searched refs:UINT64 (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp81 uint64_t producer_usage = UINT64(alloc_flags); in AllocateBuffer()
82 uint64_t consumer_usage = UINT64(alloc_flags); in AllocateBuffer()
158 producer_usage = UINT64(alloc_flags); in GetBufferSize()
299 producer_usage = UINT64(alloc_flags); in GetAllocatedBufferInfo()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp86 uint64_t producer_usage = UINT64(alloc_flags); in AllocateBuffer()
87 uint64_t consumer_usage = UINT64(alloc_flags); in AllocateBuffer()
164 producer_usage = UINT64(alloc_flags); in GetBufferSize()
305 producer_usage = UINT64(alloc_flags); in GetAllocatedBufferInfo()
/hardware/qcom/display/msm8996/sdm/include/utils/
Dconstants.h41 #define UINT64(exp) static_cast<uint64_t>(exp) macro
/hardware/qcom/display/msm8998/sdm/include/utils/
Dconstants.h41 #define UINT64(exp) static_cast<uint64_t>(exp) macro
/hardware/qcom/display/sdm845/sdm/include/utils/
Dconstants.h41 #define UINT64(exp) static_cast<uint64_t>(exp) macro
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_info.cpp187 hw_resource->max_bandwidth_low = UINT64(atol(tokens[1])); in GetHWResourceInfo()
189 hw_resource->max_bandwidth_high = UINT64(atol(tokens[1])); in GetHWResourceInfo()
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_info.cpp172 hw_resource_->max_bandwidth_low = UINT64(atol(tokens[1])); in GetHWResourceInfo()
174 hw_resource_->max_bandwidth_high = UINT64(atol(tokens[1])); in GetHWResourceInfo()