Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_buf_mgr.h105 uint64_t kAllocThreshold = (uint64_t)2*1024*1024*1024; variable
H A Dgr_buf_mgr.cpp818 if (allocated_ >= kAllocThreshold) { in ImportHandleLocked()
819 kAllocThreshold += kMemoryOffset; in ImportHandleLocked()