OSDN Git Service

surfaceflinger: add getDisplayStats() method
authorLajos Molnar <lajos@google.com>
Thu, 11 Sep 2014 21:58:45 +0000 (14:58 -0700)
committerLajos Molnar <lajos@google.com>
Fri, 19 Sep 2014 00:03:20 +0000 (17:03 -0700)
commit67d8bd66aaf04805cb8f2616ba964141b865e3b9
treedd9b895d2b143726b92abe10f3634dde28f4e49b
parent5bbf73ced30c168176fbcf87b15021ecca2fb90e
surfaceflinger: add getDisplayStats() method

This is used by media service to schedule video frames at the
proper time, based on precise vsync timings.

Bug: 14659809
Change-Id: I1a90603f3dc09dca9aa4f90a3aa845fab56e0a5e
include/gui/ISurfaceComposer.h
include/ui/DisplayStatInfo.h [new file with mode: 0644]
libs/gui/ISurfaceComposer.cpp
services/surfaceflinger/DispSync.cpp
services/surfaceflinger/DispSync.h
services/surfaceflinger/SurfaceFlinger.cpp
services/surfaceflinger/SurfaceFlinger.h