Home
last modified time | relevance | path

Searched refs:timestampNanos (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/
DClockMonotonicTimestamp.aidl37 long timestampNanos;
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/
DClockMonotonicTimestamp.aidl37 long timestampNanos;
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DClockMonotonicTimestamp.aidl37 long timestampNanos;
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DClockMonotonicTimestamp.aidl24 long timestampNanos;
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/
DClockMonotonicTimestamp.aidl37 long timestampNanos;
/hardware/google/graphics/common/libhwc2.1/libvrr/interface/
DVariableRefreshRateInterface.h25 virtual void setExpectedPresentTime(int64_t __unused timestampNanos, in setExpectedPresentTime() argument
/hardware/google/graphics/common/libhwc2.1/libvrr/
DVariableRefreshRateController.cpp742 void VariableRefreshRateController::setExpectedPresentTime(int64_t timestampNanos, in setExpectedPresentTime() argument
747 mRecord.mPendingCurrentPresentTime = {mVrrActiveConfig, timestampNanos, frameIntervalNs}; in setExpectedPresentTime()
750 void VariableRefreshRateController::onVsync(int64_t timestampNanos, in onVsync() argument
755 .mTime = timestampNanos}; in onVsync()
DVariableRefreshRateController.h231 virtual void setExpectedPresentTime(int64_t timestampNanos, int frameIntervalNs) override;
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.cpp529 halDisplay->notifyExpectedPresent(expectedPresentTime.timestampNanos, frameIntervalNs)); in notifyExpectedPresent()
1264 halDisplay->setExpectedPresentTime(expectedPresentTime->timestampNanos, frameIntervalNs); in setExpectedPresentTime()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp3122 ASSERT_GE(lastPresentTimeNs, expectedPresentTimestamp.timestampNanos - vsyncPeriod / 2); in TEST_P()
3164 if (lastPresentTimeNs >= expectedPresentTimestamp.timestampNanos - vsyncPeriod / 2) { in TEST_P()
3212 if (lastPresentTimeNs >= expectedPresentTimestamp.timestampNanos - vsyncPeriod / 2) { in TEST_P()