Home
last modified time | relevance | path

Searched refs:timestamp_ (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/interfaces/confirmationui/1.0/default/
H A DPlatformSpecifics.h37 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 Dcircular_buffer_test.cc27 long long timestamp_{0}; variable
30 return timestamp_++; in GetTimestamp()
H A Dstop_watch.cc92 timestamp_(std::chrono::system_clock::now()), in StopWatch()
97 sw_log.timestamp = timestamp_; in ~StopWatch()
H A Dstop_watch.h40 std::chrono::system_clock::time_point timestamp_; variable
/aosp12/art/runtime/jit/
H A Ddebugger_interface.cc128 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 Dstop_watch_legacy.cc91 timestamp_(std::chrono::system_clock::now()), in StopWatchLegacy()
96 sw_log.timestamp = timestamp_; in ~StopWatchLegacy()
H A Dstop_watch_legacy.h40 std::chrono::system_clock::time_point timestamp_; variable
/aosp12/system/iorap/src/db/
H A Dfile_models.cc121 : FileModelBase{std::move(vcn)}, timestamp_{timestamp} { in PerfettoTraceFileModel()
131 ss << timestamp_ << ".perfetto_trace.pb"; in BaseFile()
H A Dfile_models.h106 uint64_t timestamp_;
/aosp12/system/bt/test/mock/
H A Dmock_common_stop_watch_legacy.cc43 timestamp_(std::chrono::system_clock::now()), in StopWatchLegacy()
/aosp12/art/perfetto_hprof/
H A Dperfetto_hprof.cc270 : 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 DC2Config.h2228 /* implicit */ C2TimedControlStruct(uint64_t timestamp_) in C2TimedControlStruct()
2229 : enabled(C2_TRUE), timestamp(timestamp_) { } in C2TimedControlStruct()