Home
last modified time | relevance | path

Searched refs:headsUpNs (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DVrrConfig.aidl48 int headsUpNs;
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DVrrConfig.aidl45 int headsUpNs;
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/
DVrrConfig.aidl45 int headsUpNs;
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp1309 EXPECT_GE(notifyExpectedPresentConfig.headsUpNs, 0); in TEST_P()
3150 const auto headsUpNs = config.vrrConfig->notifyExpectedPresentConfig->headsUpNs; in TEST_P() local
3154 const auto frameAfterHeadsUp = frameIntervalNs * (headsUpNs / frameIntervalNs); in TEST_P()
3193 const auto headsUpNs = config.vrrConfig->notifyExpectedPresentConfig->headsUpNs; in TEST_P() local
3205 const auto frameAfterHeadsUp = frameIntervalNs * (headsUpNs / frameIntervalNs); in TEST_P()
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.cpp507 notifyExpectedPresentConfig.headsUpNs = in getDisplayConfigurations()