Home
last modified time | relevance | path

Searched refs:getTimestamp (Results 1 – 25 of 44) sorted by relevance

12

/development/tools/winscope/src/trace/
Dframe_mapper.ts113 .getTimestamp()
115 const endSearchTime = srcEntry.getTimestamp();
173 const dstEntry = viewCapture.findLastLowerEntry(srcEntry.getTimestamp());
190 prevWindowManagerEntry.getTimestamp(),
191 windowManagerEntry.getTimestamp(),
203 const startSearchTime = lastWindowManagerEntry.getTimestamp();
229 const startSearchTime = prevSrcEntry.getTimestamp().add(1n);
230 const endSearchTime = srcEntry.getTimestamp().add(1n);
243 .getTimestamp()
245 const endSearchTime = firstEntry.getTimestamp().add(1n);
[all …]
Dtrace_entry_test.ts65 expect(trace.getEntry(0).getTimestamp()).toEqual(
68 expect(trace.getEntry(1).getTimestamp()).toEqual(
Dtrace_position.ts37 : entry.getTimestamp();
Dtrace_entry_finder.ts48 const timestamp = position.entry.getTimestamp();
Dtrace.ts62 getTimestamp(): Timestamp { method in TraceEntry
279 if (entry.getTimestamp().getValueNs() < time.getValueNs()) {
299 if (entry.getTimestamp().getValueNs() <= time.getValueNs()) {
452 this.getEntry(0).getTimestamp().getValueNs() === INVALID_TIME_NS
/development/tools/winscope/src/app/
Dtimeline_data.ts167 this.firstEntry.getTimestamp(),
168 this.lastEntry.getTimestamp(),
224 const firstTimestamp = trace.getEntry(0).getTimestamp();
232 entry.getTimestamp().getValueNs(),
243 this.firstEntry?.getTimestamp().getValueNs() !==
244 this.lastEntry?.getTimestamp().getValueNs()
331 if (!first || candidate.getTimestamp() < first.getTimestamp()) {
347 if (!last || candidate.getTimestamp() > last.getTimestamp()) {
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
DEventScheduler.java107 public long getTimestamp() { in getTimestamp() method in EventScheduler.SchedulableEvent
156 FastEventQueue list = mEventBuffer.get(event.getTimestamp()); in add()
161 mEventBuffer.put(event.getTimestamp(), list); in add()
164 if (event.getTimestamp() < lowestTime) { in add()
DMidiEventThread.java40 + event.getTimestamp()); in run()
42 event.count, event.getTimestamp()); in run()
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/
DEventScheduler.java107 public long getTimestamp() { in getTimestamp() method in EventScheduler.SchedulableEvent
156 FastEventQueue list = mEventBuffer.get(event.getTimestamp()); in add()
161 mEventBuffer.put(event.getTimestamp(), list); in add()
164 if (event.getTimestamp() < lowestTime) { in add()
DMidiEventThread.java40 + event.getTimestamp()); in run()
42 event.count, event.getTimestamp()); in run()
/development/tools/winscope/src/parsers/legacy/
Dabstract_traces_parser.ts32 protected abstract getTimestamp(decodedEntry: any): Timestamp; method in AbstractTracesParser
61 const timestamp = this.getTimestamp(entry);
Dabstract_parser.ts41 protected abstract getTimestamp(decodedEntry: any): Timestamp;
92 return this.decodedEntries.map((entry) => this.getTimestamp(entry));
/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Ddefault_timeline_row_component.ts103 const timestamp = candidateEntry.getTimestamp();
114 const currentHoverEntry = this.getEntryAt(mousePoint)?.getTimestamp();
179 const rect = this.entryRect(this.selectedEntry.getTimestamp(), 1);
/development/tools/winscope/src/viewers/common/
Dabstract_presenter_input_method.ts52 return entry.getTimestamp().format() + ' - ' + where;
140 wmEntry?.getTimestamp(),
141 sfEntry?.getTimestamp(),
304 ?.findClosestEntry(imeEntry.getTimestamp());
307 ?.findClosestEntry(imeEntry.getTimestamp());
/development/tools/winscope/src/viewers/viewer_window_manager/
Dpresenter.ts78 entry.getTimestamp().getValueNs() === INVALID_TIME_NS
82 return entry.getTimestamp().format();
/development/tools/winscope/src/parsers/screen_recording/
Dparser_screenshot.ts48 protected override getTimestamp(decodedEntry: number): Timestamp { method in ParserScreenshot
Dparser_screen_recording_legacy.ts47 protected override getTimestamp(decodedEntry: bigint): Timestamp { method in ParserScreenRecordingLegacy
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingService.java117 .setLatestTimestamp(conversation.getTimestamp()) in sendNotificationForConversation()
138 .setWhen(conversation.getTimestamp()) in sendNotificationForConversation()
DConversations.java87 public long getTimestamp() { in getTimestamp() method in Conversations.Conversation
/development/tools/winscope/src/parsers/input_method/legacy/
Dparser_input_method_manager_service.ts82 protected override getTimestamp( method in ParserInputMethodManagerService
Dparser_input_method_clients.ts81 protected override getTimestamp( method in ParserInputMethodClients
Dparser_input_method_service.ts82 protected override getTimestamp( method in ParserInputMethodService
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DPlaylistItem.java102 public long getTimestamp() { in getTimestamp() method in PlaylistItem
/development/tools/winscope/src/parsers/transitions/legacy/
Dparser_transitions_wm.ts70 protected override getTimestamp( method in ParserTransitionsWm
/development/tools/winscope/src/parsers/window_manager/
Dparser_window_manager_dump.ts70 protected override getTimestamp( method in ParserWindowManagerDump

12