Home
last modified time | relevance | path

Searched refs:SF_LAYERS_ID_AND_NAME (Results 1 – 6 of 6) sorted by relevance

/development/tools/winscope/src/trace/
Dcustom_query.ts19 SF_LAYERS_ID_AND_NAME, enumerator
26 static [CustomQueryType.SF_LAYERS_ID_AND_NAME]<T>(
27 parserResult: CustomQueryParserResultTypeMap[CustomQueryType.SF_LAYERS_ID_AND_NAME],
28 ): CustomQueryResultTypeMap<T>[CustomQueryType.SF_LAYERS_ID_AND_NAME] {
58 [CustomQueryType.SF_LAYERS_ID_AND_NAME]: never;
65 [CustomQueryType.SF_LAYERS_ID_AND_NAME]: Array<{id: number; name: string}>;
78 [CustomQueryType.SF_LAYERS_ID_AND_NAME]: Array<{id: number; name: string}>;
/development/tools/winscope/src/parsers/surface_flinger/perfetto/
Dparser_surface_flinger.ts149 .visit(CustomQueryType.SF_LAYERS_ID_AND_NAME, async () => {
161 const result: CustomQueryParserResultTypeMap[CustomQueryType.SF_LAYERS_ID_AND_NAME] =
Dparser_surface_flinger_test.ts131 .customQuery(CustomQueryType.SF_LAYERS_ID_AND_NAME);
/development/tools/winscope/src/parsers/surface_flinger/legacy/
Dparser_surface_flinger_test.ts131 .customQuery(CustomQueryType.SF_LAYERS_ID_AND_NAME);
Dparser_surface_flinger.ts166 .visit(CustomQueryType.SF_LAYERS_ID_AND_NAME, () => {
/development/tools/winscope/src/viewers/viewer_transitions/
Dpresenter.ts120 CustomQueryType.SF_LAYERS_ID_AND_NAME,