Home
last modified time | relevance | path

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

/development/tools/winscope/src/flickerlib/
DLayersTrace.ts22 for (const entryProto of proto.entry) { constant
24 /* protos */ entryProto.layers.layers,
25 /* displays */ entryProto.displays,
26 /* timestamp */ entryProto.elapsedRealtimeNanos,
27 /* hwcBlob */ entryProto.hwcBlob);
DWindowManagerTrace.ts22 for (const entryProto of proto.entry) { constant
24 entryProto.windowManagerService,
25 entryProto.elapsedRealtimeNanos,
26 entryProto.where);