Home
last modified time | relevance | path

Searched refs:OPERATIONS (Results 1 – 5 of 5) sorted by relevance

/development/tools/winscope/src/parsers/surface_flinger/perfetto/
Dparser_surface_flinger.ts190 ? ParserSfUtils.OPERATIONS.AddExcludesCompositionStateTrue
191 : ParserSfUtils.OPERATIONS.AddExcludesCompositionStateFalse;
215 ParserSfUtils.OPERATIONS.AddCompositionType,
216 ParserSfUtils.OPERATIONS.UpdateTransforms,
217 ParserSfUtils.OPERATIONS.AddVerboseFlags,
236 ParserSfUtils.OPERATIONS.AddDisplayProperties,
245 ParserSfUtils.OPERATIONS.AddDisplayProperties,
/development/tools/winscope/src/parsers/surface_flinger/legacy/
Dparser_surface_flinger.ts191 ? ParserSfUtils.OPERATIONS.AddExcludesCompositionStateTrue
192 : ParserSfUtils.OPERATIONS.AddExcludesCompositionStateFalse;
217 ParserSfUtils.OPERATIONS.AddCompositionType,
218 ParserSfUtils.OPERATIONS.UpdateTransforms,
219 ParserSfUtils.OPERATIONS.AddVerboseFlags,
245 ParserSfUtils.OPERATIONS.AddDisplayProperties,
/development/tools/winscope/src/parsers/transactions/perfetto/
Dparser_transactions.ts48 private static readonly OPERATIONS = [ property in ParserTransactions
114 ParserTransactions.OPERATIONS.forEach((operation) => {
/development/tools/winscope/src/parsers/transactions/legacy/
Dparser_transactions.ts48 private static readonly OPERATIONS = [ property in ParserTransactions
127 ParserTransactions.OPERATIONS.forEach((operation) => {
/development/tools/winscope/src/parsers/surface_flinger/
Dparser_surface_flinger_utils.ts70 static readonly OPERATIONS = { property in ParserSfUtils