Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCall.java157 Connection earliest = null; in getEarliestConnection() local
172 earliest = c; in getEarliestConnection()
177 return earliest; in getEarliestConnection()
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt184 latch is the earliest indication that the frame was submitted in time
/frameworks/base/services/core/java/com/android/server/job/
DJobStore.java613 final long earliest = (rtcTimes.first > JobStatus.NO_EARLIEST_RUNTIME) in convertRtcBoundsToElapsed() local
619 return Pair.create(earliest, latest); in convertRtcBoundsToElapsed()
/frameworks/base/core/proto/android/server/
Dalarmmanagerservice.proto122 // alarm, used to determine the earliest we can dispatch the next such alarm.
Djobscheduler.proto919 // Can be negative if the earliest runtime deadline has passed.
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c655 bool CanPresentEarlier(uint64_t earliest, uint64_t actual, uint64_t margin, uint64_t rdur) { in CanPresentEarlier() argument
656 if (earliest < actual) { in CanPresentEarlier()
660 uint64_t diff = actual - earliest; in CanPresentEarlier()