Home
last modified time | relevance | path

Searched refs:MissingVsyncId (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/parsers/perfetto/
Dutils.ts19 import {MissingVsyncId} from 'messaging/user_warnings';
115 UserNotifier.add(new MissingVsyncId(tableName));
/development/tools/winscope/src/messaging/
Duser_warnings.ts215 export class MissingVsyncId extends UserWarning { class