/development/tools/winscope/src/trace/ |
D | frame_mapper.ts | 113 .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 …]
|
D | trace_entry_test.ts | 65 expect(trace.getEntry(0).getTimestamp()).toEqual( 68 expect(trace.getEntry(1).getTimestamp()).toEqual(
|
D | trace_position.ts | 37 : entry.getTimestamp();
|
D | trace_entry_finder.ts | 48 const timestamp = position.entry.getTimestamp();
|
D | trace.ts | 62 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/ |
D | timeline_data.ts | 167 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/ |
D | EventScheduler.java | 107 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()
|
D | MidiEventThread.java | 40 + event.getTimestamp()); in run() 42 event.count, event.getTimestamp()); in run()
|
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/ |
D | EventScheduler.java | 107 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()
|
D | MidiEventThread.java | 40 + event.getTimestamp()); in run() 42 event.count, event.getTimestamp()); in run()
|
/development/tools/winscope/src/parsers/legacy/ |
D | abstract_traces_parser.ts | 32 protected abstract getTimestamp(decodedEntry: any): Timestamp; method in AbstractTracesParser 61 const timestamp = this.getTimestamp(entry);
|
D | abstract_parser.ts | 41 protected abstract getTimestamp(decodedEntry: any): Timestamp; 92 return this.decodedEntries.map((entry) => this.getTimestamp(entry));
|
/development/tools/winscope/src/app/components/timeline/expanded-timeline/ |
D | default_timeline_row_component.ts | 103 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/ |
D | abstract_presenter_input_method.ts | 52 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/ |
D | presenter.ts | 78 entry.getTimestamp().getValueNs() === INVALID_TIME_NS 82 return entry.getTimestamp().format();
|
/development/tools/winscope/src/parsers/screen_recording/ |
D | parser_screenshot.ts | 48 protected override getTimestamp(decodedEntry: number): Timestamp { method in ParserScreenshot
|
D | parser_screen_recording_legacy.ts | 47 protected override getTimestamp(decodedEntry: bigint): Timestamp { method in ParserScreenRecordingLegacy
|
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/ |
D | MessagingService.java | 117 .setLatestTimestamp(conversation.getTimestamp()) in sendNotificationForConversation() 138 .setWhen(conversation.getTimestamp()) in sendNotificationForConversation()
|
D | Conversations.java | 87 public long getTimestamp() { in getTimestamp() method in Conversations.Conversation
|
/development/tools/winscope/src/parsers/input_method/legacy/ |
D | parser_input_method_manager_service.ts | 82 protected override getTimestamp( method in ParserInputMethodManagerService
|
D | parser_input_method_clients.ts | 81 protected override getTimestamp( method in ParserInputMethodClients
|
D | parser_input_method_service.ts | 82 protected override getTimestamp( method in ParserInputMethodService
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | PlaylistItem.java | 102 public long getTimestamp() { in getTimestamp() method in PlaylistItem
|
/development/tools/winscope/src/parsers/transitions/legacy/ |
D | parser_transitions_wm.ts | 70 protected override getTimestamp( method in ParserTransitionsWm
|
/development/tools/winscope/src/parsers/window_manager/ |
D | parser_window_manager_dump.ts | 70 protected override getTimestamp( method in ParserWindowManagerDump
|