Home
last modified time | relevance | path

Searched refs:usage_ (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sdm845/display/gralloc/
Dgr_buf_descriptor.h70 usage_ = static_cast<uint64_t>(in[6]) << 32 | in[5]; in Decode()
74 void SetUsage(uint64_t usage) { usage_ |= usage; } in SetUsage()
85 uint64_t GetUsage() const { return usage_; } in GetUsage()
102 uint64_t usage_ = 0; variable
/hardware/google/av/codec2/include/
DC2Config.h2017 inline C2StoreIonUsageStruct(uint64_t usage_, uint32_t capacity_) in C2StoreIonUsageStruct()
2018 : usage(usage_), capacity(capacity_), heapMask(0), allocFlags(0), minAlignment(0) { } in C2StoreIonUsageStruct()