Searched refs:timestamp_ (Results 1 – 12 of 12) sorted by relevance
/aosp12/hardware/interfaces/confirmationui/1.0/default/ |
H A D | PlatformSpecifics.h | 37 explicit TimeStamp(uint64_t ts) : timestamp_(ts), ok_(true) {} in TimeStamp() 38 TimeStamp() : timestamp_(0), ok_(false) {} in TimeStamp() 40 operator const uint64_t() const { return timestamp_; } in uint64_t() 43 uint64_t timestamp_;
|
/aosp12/system/bt/gd/common/ |
H A D | circular_buffer_test.cc | 27 long long timestamp_{0}; variable 30 return timestamp_++; in GetTimestamp()
|
H A D | stop_watch.cc | 92 timestamp_(std::chrono::system_clock::now()), in StopWatch() 97 sw_log.timestamp = timestamp_; in ~StopWatch()
|
H A D | stop_watch.h | 40 std::chrono::system_clock::time_point timestamp_; variable
|
/aosp12/art/runtime/jit/ |
H A D | debugger_interface.cc | 128 uint64_t timestamp_; // CLOCK_MONOTONIC time of entry registration. member 158 uint64_t timestamp_ = 1; // CLOCK_MONOTONIC time of last action. member 256 return std::max(descriptor.timestamp_ + 1, NanoTime()); in GetNextTimestamp() 350 writable_entry->timestamp_ = timestamp; in CreateJITCodeEntryInternal() 357 descriptor.timestamp_ = timestamp; in CreateJITCodeEntryInternal() 386 descriptor.timestamp_ = GetNextTimestamp(descriptor); in DeleteJITCodeEntryInternal()
|
/aosp12/system/bt/common/ |
H A D | stop_watch_legacy.cc | 91 timestamp_(std::chrono::system_clock::now()), in StopWatchLegacy() 96 sw_log.timestamp = timestamp_; in ~StopWatchLegacy()
|
H A D | stop_watch_legacy.h | 40 std::chrono::system_clock::time_point timestamp_; variable
|
/aosp12/system/iorap/src/db/ |
H A D | file_models.cc | 121 : FileModelBase{std::move(vcn)}, timestamp_{timestamp} { in PerfettoTraceFileModel() 131 ss << timestamp_ << ".perfetto_trace.pb"; in BaseFile()
|
H A D | file_models.h | 106 uint64_t timestamp_;
|
/aosp12/system/bt/test/mock/ |
H A D | mock_common_stop_watch_legacy.cc | 43 timestamp_(std::chrono::system_clock::now()), in StopWatchLegacy()
|
/aosp12/art/perfetto_hprof/ |
H A D | perfetto_hprof.cc | 270 : parent_pid_(parent_pid), ctx_(ctx), timestamp_(timestamp), in Writer() 294 trace_packet_->set_timestamp(timestamp_); in CreateNewHeapGraph() 314 const uint64_t timestamp_; member in perfetto_hprof::Writer
|
/aosp12/frameworks/av/media/codec2/core/include/ |
H A D | C2Config.h | 2228 /* implicit */ C2TimedControlStruct(uint64_t timestamp_) in C2TimedControlStruct() 2229 : enabled(C2_TRUE), timestamp(timestamp_) { } in C2TimedControlStruct()
|