Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/gralloc/
Dgr_buf_mgr.h105 uint64_t kAllocThreshold = (uint64_t)2*1024*1024*1024; variable
Dgr_buf_mgr.cpp842 if (allocated_ >= kAllocThreshold) { in ImportHandleLocked()
843 kAllocThreshold += kMemoryOffset; in ImportHandleLocked()