Home
last modified time | relevance | path

Searched refs:timeOffset (Results 1 – 8 of 8) sorted by relevance

/development/tools/winscope/src/parsers/input_method/legacy/
Dparser_input_method_manager_service.ts75 const timeOffset = BigInt( constant
78 this.realToBootTimeOffsetNs = timeOffset !== 0n ? timeOffset : undefined;
Dparser_input_method_clients.ts74 const timeOffset = BigInt( constant
77 this.realToBootTimeOffsetNs = timeOffset !== 0n ? timeOffset : undefined;
Dparser_input_method_service.ts75 const timeOffset = BigInt( constant
78 this.realToBootTimeOffsetNs = timeOffset !== 0n ? timeOffset : undefined;
/development/tools/winscope/src/parsers/transitions/legacy/
Dparser_transitions_wm.ts58 const timeOffset = BigInt( constant
61 this.realToBootTimeOffsetNs = timeOffset !== 0n ? timeOffset : undefined;
Dparser_transitions_shell.ts53 const timeOffset = BigInt( constant
56 this.realToBootTimeOffsetNs = timeOffset !== 0n ? timeOffset : undefined;
/development/tools/winscope/src/parsers/transactions/legacy/
Dparser_transactions.ts79 const timeOffset = BigInt( constant
83 timeOffset !== 0n ? timeOffset : undefined;
/development/tools/winscope/src/parsers/window_manager/
Dparser_window_manager.ts65 const timeOffset = BigInt( constant
68 this.realToBootTimeOffsetNs = timeOffset !== 0n ? timeOffset : undefined;
/development/tools/winscope/src/parsers/surface_flinger/legacy/
Dparser_surface_flinger.ts121 const timeOffset = BigInt( constant
125 timeOffset !== 0n ? timeOffset : undefined;