Home
last modified time | relevance | path

Searched refs:deferredTimestamp (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/cross_tool/
Dcross_tool_protocol.ts171 const deferredTimestamp = this.makeDeferredTimestampForWinscope( constant
175 new RemoteToolFilesReceived([message.file], deferredTimestamp),
181 const deferredTimestamp = this.makeDeferredTimestampForWinscope( constant
185 new RemoteToolFilesReceived(message.files, deferredTimestamp),
194 const deferredTimestamp = this.makeDeferredTimestampForWinscope( constant
198 new RemoteToolTimestampReceived(assertDefined(deferredTimestamp)),
/development/tools/winscope/src/app/
Dmediator.ts169 if (event.deferredTimestamp) {
171 event.deferredTimestamp,
181 event.deferredTimestamp,
300 deferredTimestamp: () => Timestamp | undefined,
302 this.lastRemoteToolDeferredTimestampReceived = deferredTimestamp;
308 const timestamp = deferredTimestamp();
/development/tools/winscope/src/messaging/
Dwinscope_event.ts118 readonly deferredTimestamp?: () => Timestamp | undefined,
127 constructor(readonly deferredTimestamp: () => Timestamp | undefined) {