Loading cmds/surfacereplayer/proto/src/trace.proto +1 −0 Original line number Diff line number Diff line syntax = "proto2"; option optimize_for = LITE_RUNTIME; package android.surfaceflinger; message Trace { repeated Increment increment = 1; Loading cmds/surfacereplayer/replayer/Event.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ #include "Event.h" using namespace android; using Increment = surfaceflinger::Increment; Event::Event(Increment::IncrementCase type) : mIncrementType(type) {} Loading cmds/surfacereplayer/replayer/Event.h +2 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,8 @@ namespace android { using Increment = surfaceflinger::Increment; class Event { public: Event(Increment::IncrementCase); Loading cmds/surfacereplayer/replayer/Replayer.h +2 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,8 @@ #include <unordered_map> #include <utility> using namespace android::surfaceflinger; namespace android { const auto DEFAULT_PATH = "/data/local/tmp/SurfaceTrace.dat"; Loading services/surfaceflinger/SurfaceInterceptor.h +7 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,12 @@ struct ComposerState; struct DisplayDeviceState; struct DisplayState; struct layer_state_t; using Transaction = surfaceflinger::Transaction; using Trace = surfaceflinger::Trace; using Rectangle = surfaceflinger::Rectangle; using SurfaceChange = surfaceflinger::SurfaceChange; using Increment = surfaceflinger::Increment; using DisplayChange = surfaceflinger::DisplayChange; constexpr auto DEFAULT_FILENAME = "/data/SurfaceTrace.dat"; Loading Loading @@ -183,6 +189,7 @@ private: }; } // namespace impl } // namespace android #endif // ANDROID_SURFACEINTERCEPTOR_H Loading
cmds/surfacereplayer/proto/src/trace.proto +1 −0 Original line number Diff line number Diff line syntax = "proto2"; option optimize_for = LITE_RUNTIME; package android.surfaceflinger; message Trace { repeated Increment increment = 1; Loading
cmds/surfacereplayer/replayer/Event.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ #include "Event.h" using namespace android; using Increment = surfaceflinger::Increment; Event::Event(Increment::IncrementCase type) : mIncrementType(type) {} Loading
cmds/surfacereplayer/replayer/Event.h +2 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,8 @@ namespace android { using Increment = surfaceflinger::Increment; class Event { public: Event(Increment::IncrementCase); Loading
cmds/surfacereplayer/replayer/Replayer.h +2 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,8 @@ #include <unordered_map> #include <utility> using namespace android::surfaceflinger; namespace android { const auto DEFAULT_PATH = "/data/local/tmp/SurfaceTrace.dat"; Loading
services/surfaceflinger/SurfaceInterceptor.h +7 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,12 @@ struct ComposerState; struct DisplayDeviceState; struct DisplayState; struct layer_state_t; using Transaction = surfaceflinger::Transaction; using Trace = surfaceflinger::Trace; using Rectangle = surfaceflinger::Rectangle; using SurfaceChange = surfaceflinger::SurfaceChange; using Increment = surfaceflinger::Increment; using DisplayChange = surfaceflinger::DisplayChange; constexpr auto DEFAULT_FILENAME = "/data/SurfaceTrace.dat"; Loading Loading @@ -183,6 +189,7 @@ private: }; } // namespace impl } // namespace android #endif // ANDROID_SURFACEINTERCEPTOR_H