History log of /frameworks/native/cmds/surfacereplayer/replayer/Replayer.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4cdc58f6840d15b4952149d2b345ec1f97d505bc 23-Aug-2017 Robert Carr <racarr@google.com> SurfaceFlinger Transactions as distinct objects.

Essentially a process global singleton for transactions is not so useful once
we make surface control public API as process isn't something an app developer
is really thinking about. It's also nice that we get to delete two of the plumbing layers.

Test: Boots
Change-Id: I8864bd7e2f5865e3c0a425cf82f9928211911774
/frameworks/native/cmds/surfacereplayer/replayer/Replayer.cpp
cb057c2e6bf23b43df49282c0db26b663e4535f7 04-Aug-2017 Chih-Hung Hsieh <chh@google.com> Fix clang-tidy performance warnings in frameworks/native.

* Use const reference parameter type to avoid unnecessary copy.
* Use more efficient overloaded string methods.
* Use const reference type for loop index variables to avoid unnecessary copy.

Bug: 30407689
Bug: 30411878
Bug: 30413223
Test: build with WITH_TIDY=1

Change-Id: I75ed62e2cb9939878b8932ed512ceb7e241edd6f
/frameworks/native/cmds/surfacereplayer/replayer/Replayer.cpp
6961b6bc1f6f172745deee98e7dcb34a3668e4e6 01-Mar-2017 Mathias Agopian <mathias@google.com> Remove unneeded references to IMemory

Test: compiled & run
Bug: cleanup
Change-Id: Ifef6695275f244a420df574b3bc49adb99c93fbf
/frameworks/native/cmds/surfacereplayer/replayer/Replayer.cpp
635493810ef89f476490d60115fed9ba74e9d704 26-Oct-2016 Colin Cross <ccross@android.com> Replace surfaceflinger protobufs with protobuf-lite

Use lite protobufs for surfaceflinger to remove dependency on
libprotobuf-cpp-full, which will be removed from the platform.

Bug: 32417805
Test: builds
Change-Id: Ie27b253a2f6c1b296c4ae7c7cb056cd3c4c0dde6
/frameworks/native/cmds/surfacereplayer/replayer/Replayer.cpp
01041fe22aead67520962b534134b3e3291b1622 09-Aug-2016 Sahil Dhanju <sahildhanju@google.com> Added Display increments, more controls, and a readme to the replayer

Change-Id: Id21144b7f808858149772de511951546fddfb252
/frameworks/native/cmds/surfacereplayer/replayer/Replayer.cpp
c1ba5c4649554e744844b07cfe402b42fbe12ff3 08-Jun-2016 Sahil Dhanju <sahildhanju@google.com> Multithreaded Surface Replayer that replays traces

Change-Id: Id8d17f74e00d4796e1ea266bdaf9e8dd0af6475b
/frameworks/native/cmds/surfacereplayer/replayer/Replayer.cpp