Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/evs/
H A DCarEvsService.java127 private static final int REQUEST_PRIORITY_LOW = 0; field in CarEvsService
285 private int mLastRequestPriority = REQUEST_PRIORITY_LOW;
964 final int priority = token != null ? REQUEST_PRIORITY_HIGH : REQUEST_PRIORITY_LOW; in startVideoStream()