Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DAnimationHandler.java319 private void doAnimationFrame(long frameTime) { in doAnimationFrame()
342 private void commitAnimationFrame(AnimationFrameCallback callback, long frameTime) { in commitAnimationFrame()
465 boolean doAnimationFrame(long frameTime); in doAnimationFrame()
482 void commitAnimationFrame(long frameTime); in commitAnimationFrame()
DValueAnimator.java1388 public void commitAnimationFrame(long frameTime) { in commitAnimationFrame()
1520 public final boolean doAnimationFrame(long frameTime) { in doAnimationFrame()
1581 boolean pulseAnimationFrame(long frameTime) { in pulseAnimationFrame()
DAnimator.java516 boolean pulseAnimationFrame(long frameTime) { in pulseAnimationFrame()
/frameworks/av/media/libstagefright/
DCameraSourceTimeLapse.cpp183 int64_t frameTime, in createMediaBufferCopy()
199 int64_t frameTime; in fillLastReadBufferCopy() local
DCameraSource.cpp879 int64_t frameTime; in read() local
/frameworks/base/packages/SystemUI/tests/src/androidx/core/animation/
DAnimatorTestRule2.java62 void onAnimationFrame(long frameTime) { in onAnimationFrame()
/frameworks/av/media/libaaudio/examples/input_monitor/src/
Dinput_monitor.cpp168 int64_t frameTime = 0; in main() local
/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
DDynamicAnimation.java671 public boolean doAnimationFrame(long frameTime) { in doAnimationFrame()
696 public void commitAnimationFrame(long frameTime) { in commitAnimationFrame()
/frameworks/native/services/surfaceflinger/Scheduler/
DMessageQueue.cpp48 const nsecs_t frameTime = systemTime(); in handleMessage() local
DLayerInfo.cpp60 FrameTimeData frameTime = {.presentTime = lastPresentTime, in setLastPresentTime() local
/frameworks/base/libs/hwui/
DProfileData.cpp45 static uint32_t frameCountIndexForFrameTime(nsecs_t frameTime) { in frameCountIndexForFrameTime()
/frameworks/native/services/surfaceflinger/Tracing/tools/
DLayerTraceGenerator.cpp214 nsecs_t frameTime; in generate() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h341 nsecs_t commit(nsecs_t frameTime, int64_t vsyncId, nsecs_t expectedVSyncTime) { in commit()
346 nsecs_t commit(nsecs_t frameTime, int64_t vsyncId) { in commit()
357 void commitAndComposite(const nsecs_t frameTime, const int64_t vsyncId, in commitAndComposite()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h203 FrameTime frameTime; member
/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.cpp301 bool consumeBatches, nsecs_t frameTime, bool* outConsumedBatch) { in consumeEvents()
/frameworks/native/libs/input/
DInputTransport.cpp734 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) { in consume()
908 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) { in consumeBatch()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1997 bool SurfaceFlinger::commit(nsecs_t frameTime, int64_t vsyncId, nsecs_t expectedVsyncTime) in commit()
2185 void SurfaceFlinger::composite(nsecs_t frameTime, int64_t vsyncId) in composite()
/frameworks/base/core/java/android/view/
DViewRootImpl.java4366 long frameTime = nowTime - mFpsPrevTime; in trackFPS() local