Home
last modified time | relevance | path

Searched defs:frameTime (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/core/java/android/animation/
H A DAnimationHandler.java137 private void doAnimationFrame(long frameTime) { in doAnimationFrame()
160 private void commitAnimationFrame(AnimationFrameCallback callback, long frameTime) { in commitAnimationFrame()
282 boolean doAnimationFrame(long frameTime); in doAnimationFrame()
299 void commitAnimationFrame(long frameTime); in commitAnimationFrame()
H A DValueAnimator.java1305 public void commitAnimationFrame(long frameTime) { in commitAnimationFrame()
1437 public final boolean doAnimationFrame(long frameTime) { in doAnimationFrame()
1498 boolean pulseAnimationFrame(long frameTime) { in pulseAnimationFrame()
H A DAnimator.java471 boolean pulseAnimationFrame(long frameTime) { in pulseAnimationFrame()
/aosp12/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp183 int64_t frameTime, in createMediaBufferCopy()
199 int64_t frameTime; in fillLastReadBufferCopy() local
H A DCameraSource.cpp876 int64_t frameTime; in read() local
/aosp12/frameworks/av/media/libaaudio/examples/input_monitor/src/
H A Dinput_monitor.cpp168 int64_t frameTime = 0; in main() local
/aosp12/frameworks/base/libs/hwui/
H A DProfileData.cpp45 static uint32_t frameCountIndexForFrameTime(nsecs_t frameTime) { in frameCountIndexForFrameTime()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DLayerInfo.cpp59 FrameTimeData frameTime = {.presentTime = lastPresentTime, in setLastPresentTime() local
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/
H A DTimeStats.h187 FrameTime frameTime; member
/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp711 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) { in consume()
875 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) { in consumeBatch()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.cpp300 bool consumeBatches, nsecs_t frameTime, bool* outConsumedBatch) { in consumeEvents()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp697 nsecs_t frameTime = 0, mPreviewTimestamp = 0; in synchronous_stream_cb_routine() local
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4006 long frameTime = nowTime - mFpsPrevTime; in trackFPS() local