index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
gui
/
FrameTimestamps.cpp
Age
Commit message (
Expand
)
Author
2023-07-20
Remove logspam
John Reck
2023-02-10
Increase frame history size when SF buffer queue size changes
Brian Lindahl
2020-02-17
Merge commit '753132194ff691e1533e354dddc2bc31d25e50a0' into manual_merge_753...
David Stevens
2020-02-03
Add method to explicitly request frame events from FrameEventHistory
Valerie Hau
2020-01-21
libgui: make MAX_FRAME_HISTORY a configurable property
David Stevens
2019-01-04
Merge "Fix/suppress libs/gui google-explicit-constructor warnings" am: b0a829...
Chih-Hung Hsieh
2019-01-04
Fix/suppress libs/gui google-explicit-constructor warnings
Chih-Hung Hsieh
2018-12-05
SurfaceFlinger: Get rid of String8 in dumpsys
Yiwei Zhang
2018-10-01
Add noexcept to move constructors and assignment operators.
Chih-Hung Hsieh
2017-12-08
gui: Remove unnecessary FrameEventHistoryDelta warning.
Brian Anderson
2017-03-17
egl: Remove retire event.
Brian Anderson
2017-02-15
Fix unexpected FrameEvents on BufferQueue reconnect
Brian Anderson
2017-02-15
Add FrameEvents::isValidTimestamp
Brian Anderson
2017-02-15
Change GL references to GPU for getFrameTimestamps.
Brian Anderson
2017-02-15
Clean up FrameTimestamp log messages.
Brian Anderson
2017-02-13
EGL: Add eglGetCompositorTimingANDROID.
Brian Anderson
2017-01-12
Add a DequeueReady FrameEvent
Brian Anderson
2017-01-12
Clean up Fence a little.
Brian Anderson
2017-01-12
Surface unit tests for getFrameTimestamps.
Brian Anderson
2016-12-14
Suppress unnecessary "frame not found" errors.
Brian Anderson
2016-12-13
Use FenceTime to share fence times and reduce open fds.
Brian Anderson
2016-11-17
Update producer's cache of frame events in de/queue
Brian Anderson
2016-11-17
Cache frame event history producer-side.
Brian Anderson
2016-11-15
Track frame events incrementally and per layer.
Brian Anderson