Searched refs:VrrConfig (Results 1 – 10 of 10) sorted by relevance
36 parcelable VrrConfig {38 …@nullable android.hardware.graphics.composer3.VrrConfig.FrameIntervalPowerHint[] frameIntervalPowe…39 …@nullable android.hardware.graphics.composer3.VrrConfig.NotifyExpectedPresentConfig notifyExpected…
43 @nullable android.hardware.graphics.composer3.VrrConfig vrrConfig;
18 import android.hardware.graphics.composer3.VrrConfig;69 @nullable VrrConfig vrrConfig;
20 parcelable VrrConfig {
261 std::optional<VrrConfig> vrrConfigOpt_ = {})267 std::optional<VrrConfig> vrrConfigOpt;
2747 if (std::optional<VrrConfig> vrrConfigOpt = in TEST_P()
503 VrrConfig hwc3VrrConfig; in getDisplayConfigurations()504 VrrConfig::NotifyExpectedPresentConfig notifyExpectedPresentConfig; in getDisplayConfigurations()
369 typedef struct VrrConfig { struct