Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/preload/
H A DOperation.java39 final long startTimeNanos; field in Operation
57 Operation(Proc process, LoadedClass loadedClass, long startTimeNanos, in Operation() argument
61 this.startTimeNanos = startTimeNanos; in Operation()
76 return endTimeNanos - startTimeNanos; in inclusiveTimeNanos()
/aosp14/frameworks/base/native/android/
H A Dsurface_control.cpp746 ftInfo.startTimeNanos = startTime; in ASurfaceTransaction_setFrameTimeline()
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp619 .startTimeNanos = mCurrentFrameInfo->get(FrameInfoIndex::FrameStartTime), in draw()