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

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

Completed in 408 milliseconds