Home
last modified time | relevance | path

Searched refs:TimeStamp (Results 1 – 17 of 17) sorted by relevance

/aosp12/hardware/interfaces/confirmationui/1.0/default/
H A DPlatformSpecifics.h35 class TimeStamp {
37 explicit TimeStamp(uint64_t ts) : timestamp_(ts), ok_(true) {} in TimeStamp() function
38 TimeStamp() : timestamp_(0), ok_(false) {} in TimeStamp() function
46 static TimeStamp now();
H A DPlatformSpecifics.cpp30 MonotonicClockTimeStamper::TimeStamp MonotonicClockTimeStamper::now() { in now()
33 return TimeStamp(ts.tv_sec * UINT64_C(1000) + ts.tv_nsec / UINT64_C(1000000)); in now()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTimeStatsTest.cpp91 enum TimeStamp : int32_t { enum
105 TimeStamp::POST,
106 TimeStamp::ACQUIRE,
107 TimeStamp::LATCH,
108 TimeStamp::DESIRED,
109 TimeStamp::PRESENT,
113 TimeStamp::POST,
115 TimeStamp::LATCH,
122 TimeStamp::LATCH,
123 TimeStamp::POST,
[all …]
/aosp12/hardware/google/camera/common/profiler/
H A Dprofiler.proto7 message TimeStamp { message
17 repeated TimeStamp runtime = 2;
H A Dprofiler.cc481 profiler::TimeStamp& time_stamp = *target.add_runtime(); in DumpPb()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java248 public static class TimeStamp { class in BearerData
264 public TimeStamp() { in TimeStamp() method in BearerData.TimeStamp
268 public static TimeStamp fromByteArray(byte[] data) { in fromByteArray()
269 TimeStamp ts = new TimeStamp(); in fromByteArray()
292 public static TimeStamp fromMillis(long timeInMillis) { in fromMillis()
293 TimeStamp ts = new TimeStamp(); in fromMillis()
349 public TimeStamp msgCenterTimeStamp;
350 public TimeStamp validityPeriodAbsolute;
351 public TimeStamp deferredDeliveryTimeAbsolute;
1616 bData.msgCenterTimeStamp = TimeStamp.fromByteArray(inStream.readByteArray(6 * 8)); in decodeMsgCenterTimeStamp()
[all …]
/aosp12/system/teeui/libteeui/include/teeui/
H A Dgeneric_operation.h62 template <typename Derived, typename TimeStamp> class Operation {
270 TimeStamp startTime_;
/aosp12/system/security/keystore2/src/
H A Denforcements.rs56 TimeStamp(Receiver<Result<TimeStampToken, Error>>), enumerator
85 Arc::new(Self { state: AuthRequestState::TimeStamp(receiver), hat: Mutex::new(Some(hat)) }) in timestamp()
102 AuthRequestState::TimeStampedOpAuth(recv) | AuthRequestState::TimeStamp(recv) => { in get_auth_tokens()
/aosp12/hardware/interfaces/wifi/1.3/
H A Dtypes.hal84 * TimeStamp for each stats sample.
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/
H A DGenericOperation.h190 typename TimeStamper::TimeStamp startTime_;
/aosp12/hardware/interfaces/wifi/1.5/
H A Dtypes.hal280 * TimeStamp for each stats sample.
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java1069 bearerData.msgCenterTimeStamp = BearerData.TimeStamp.fromMillis(date);
/aosp12/hardware/interfaces/wifi/1.0/
H A Dtypes.hal144 * TimeStamp in milliseconds (ms).
149 * TimeStamp in microseconds (us).
154 * TimeStamp in picoseconds (ps).
483 * TimeStamp for each stats sample.
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes9741 com.android.internal.telephony.cdma.sms.BearerData$TimeStamp
11105 gov.nist.javax.sip.header.TimeStamp
H A Dboot-image-profile.txt34199 Lcom/android/internal/telephony/cdma/sms/BearerData$TimeStamp;
35943 Lgov/nist/javax/sip/header/TimeStamp;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes9762 com.android.internal.telephony.cdma.sms.BearerData$TimeStamp
11503 gov.nist.javax.sip.header.TimeStamp
H A Dboot-image-profile.txt43863 Lcom/android/internal/telephony/cdma/sms/BearerData$TimeStamp;
45987 Lgov/nist/javax/sip/header/TimeStamp;