Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h393 int32_t highestPriority = priority; in wouldEvictLocked() local
396 if (curPriority >= highestPriority) { in wouldEvictLocked()
397 highestPriority = curPriority; in wouldEvictLocked()
402 if (highestPriority == priority) { in wouldEvictLocked()