Loading cmds/statsd/src/atoms.proto +9 −10 Original line number Diff line number Diff line Loading @@ -8230,14 +8230,6 @@ message DangerousPermissionStateSampled { optional int32 permission_flags = 4; } /** * HWUI renders pipeline type: GL (0) or Vulkan (1). */ enum PipelineType { GL = 0; VULKAN = 1; } /** * HWUI stats for a given app. */ Loading @@ -8251,9 +8243,16 @@ message GraphicsStats { // The start & end timestamps in UTC as // milliseconds since January 1, 1970 // Compatible with java.util.Date#setTime() optional int64 stats_start = 3; optional int64 start_millis = 3; optional int64 stats_end = 4; optional int64 end_millis = 4; // HWUI renders pipeline type: GL (1) or Vulkan (2). enum PipelineType { UNKNOWN = 0; GL = 1; VULKAN = 2; } // HWUI renders pipeline type: GL or Vulkan. optional PipelineType pipeline = 5; Loading core/proto/android/service/graphicsstats.proto +3 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,9 @@ message GraphicsStatsServiceDumpProto { message GraphicsStatsProto { enum PipelineType { GL = 0; VULKAN = 1; UNKNOWN = 0; GL = 1; VULKAN = 2; } option (android.msg_privacy).dest = DEST_AUTOMATIC; Loading libs/hwui/protos/graphicsstats.proto +3 −2 Original line number Diff line number Diff line Loading @@ -30,8 +30,9 @@ message GraphicsStatsServiceDumpProto { message GraphicsStatsProto { enum PipelineType { GL = 0; VULKAN = 1; UNKNOWN = 0; GL = 1; VULKAN = 2; } // The package name of the app Loading Loading
cmds/statsd/src/atoms.proto +9 −10 Original line number Diff line number Diff line Loading @@ -8230,14 +8230,6 @@ message DangerousPermissionStateSampled { optional int32 permission_flags = 4; } /** * HWUI renders pipeline type: GL (0) or Vulkan (1). */ enum PipelineType { GL = 0; VULKAN = 1; } /** * HWUI stats for a given app. */ Loading @@ -8251,9 +8243,16 @@ message GraphicsStats { // The start & end timestamps in UTC as // milliseconds since January 1, 1970 // Compatible with java.util.Date#setTime() optional int64 stats_start = 3; optional int64 start_millis = 3; optional int64 stats_end = 4; optional int64 end_millis = 4; // HWUI renders pipeline type: GL (1) or Vulkan (2). enum PipelineType { UNKNOWN = 0; GL = 1; VULKAN = 2; } // HWUI renders pipeline type: GL or Vulkan. optional PipelineType pipeline = 5; Loading
core/proto/android/service/graphicsstats.proto +3 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,9 @@ message GraphicsStatsServiceDumpProto { message GraphicsStatsProto { enum PipelineType { GL = 0; VULKAN = 1; UNKNOWN = 0; GL = 1; VULKAN = 2; } option (android.msg_privacy).dest = DEST_AUTOMATIC; Loading
libs/hwui/protos/graphicsstats.proto +3 −2 Original line number Diff line number Diff line Loading @@ -30,8 +30,9 @@ message GraphicsStatsServiceDumpProto { message GraphicsStatsProto { enum PipelineType { GL = 0; VULKAN = 1; UNKNOWN = 0; GL = 1; VULKAN = 2; } // The package name of the app Loading