Searched refs:PREDICTION_VALID (Results 1 – 4 of 4) sorted by relevance
/external/perfetto/test/trace_processor/graphics/ |
D | frame_timeline_events.py | 43 PREDICTION_VALID = 1; variable in PredictionType 52 …, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type=PredictionType.PREDICTION_VALID) 58 …, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type=PredictionType.PREDICTION_VALID) 62 …, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type=PredictionType.PREDICTION_VALID) 69 …, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type=PredictionType.PREDICTION_VALID) 73 …on=0, jank_type=JankType.JANK_APP_DEADLINE_MISSED, prediction_type=PredictionType.PREDICTION_VALID) 80 …position=0, jank_type=JankType.JANK_SF_SCHEDULING, prediction_type=PredictionType.PREDICTION_VALID) 84 …position=0, jank_type=JankType.JANK_SF_SCHEDULING, prediction_type=PredictionType.PREDICTION_VALID) 90 …CPU_DEADLINE_MISSED | JankType.JANK_SF_SCHEDULING, prediction_type=PredictionType.PREDICTION_VALID) 96 …, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type=PredictionType.PREDICTION_VALID) [all …]
|
/external/perfetto/protos/perfetto/trace/android/ |
D | frame_timeline_event.proto | 62 PREDICTION_VALID = 1; enumerator
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | frame_timeline_event_parser.cc | 116 if (prediction_type >= FrameTimelineEvent::PREDICTION_VALID /*1*/ && in ValidatePredictionType()
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 2145 PREDICTION_VALID = 1; enumerator
|