History log of /frameworks/native/services/displayservice/DisplayEventReceiver.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5577d39c380c63ad02a5ca2d7cc5f08c3ebee533 18-May-2017 Steven Moreland <smoreland@google.com> Fix race condition in displayservice.

Also addressed a couple of format nits and added copyright headers.

Note, this race condition wouldn't have occured as is because the
service is only being served on one thread.

Test: no race condition still
Bug: 38311538
Change-Id: I7516c800eb89280a16468934677fa978daa5dcec
/frameworks/native/services/displayservice/DisplayEventReceiver.cpp
6ad20f7271c05bfa1e7bb4b67a8fa72f4a08756a 17-May-2017 Steven Moreland <smoreland@google.com> Add displayservice.

This hidl service provides information about vsync and hotplug
to vendor services which is required by at least some camera
hal implementations.

Test: VtsFwkDisplayServiceV1_0TargetTest
Bug: 38311538
Change-Id: Ifc344c11ca4b3c8cebc6f0145f506d1aa774506d
/frameworks/native/services/displayservice/DisplayEventReceiver.cpp