Home
last modified time | relevance | path

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

/frameworks/native/services/gpuservice/gpuwork/include/gpuwork/
DGpuWork.h111 static constexpr uint32_t kMapClearerWaitDurationSeconds = 60 * 60; variable
/frameworks/native/services/gpuservice/gpuwork/
DGpuWork.cpp444 if (differenceSeconds.count() > kMapClearerWaitDurationSeconds) { in periodicallyClearMap()
454 kMapClearerWaitDurationSeconds}); in periodicallyClearMap()