Searched refs:JANK_NONE (Results 1 – 4 of 4) sorted by relevance
/external/perfetto/test/trace_processor/graphics/ |
D | frame_timeline_events.py | 22 JANK_NONE = 1; variable in JankType 52 …RESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type… 58 …RESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type… 62 …RESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type… 69 …RESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type… 96 …RESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type… 100 …RESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type… 104 …RESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type… 110 …RESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type…
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | frame_timeline_event_parser.cc | 63 if (jank_type == FrameTimelineEvent::JANK_NONE) in JankTypeBitmaskToStringId() 95 …f (jank_type == FrameTimelineEvent::JANK_UNSPECIFIED || jank_type == FrameTimelineEvent::JANK_NONE) in DisplayFrameJanky() 105 …f (jank_type == FrameTimelineEvent::JANK_UNSPECIFIED || jank_type == FrameTimelineEvent::JANK_NONE) in SurfaceFrameJanky()
|
/external/perfetto/protos/perfetto/trace/android/ |
D | frame_timeline_event.proto | 35 JANK_NONE = 1; enumerator
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 2118 JANK_NONE = 1; enumerator
|