Lines Matching refs:Hwc2
83 HWComposer::HWComposer(std::unique_ptr<Hwc2::Composer> composer) in HWComposer()
90 : HWComposer(Hwc2::Composer::create(composerServiceName)) {} in HWComposer()
333 Hwc2::VsyncPeriodNanos vsyncPeriodNanos = 0; in getDisplayVsyncPeriod()
432 if (mComposer->isSupported(Hwc2::Composer::OptionalFeature::ExpectedPresentTime)) { in getDeviceCompositionChanges()
527 !mComposer->isSupported(Hwc2::Composer::OptionalFeature::ExpectedPresentTime) && in presentAndGetReleaseFences()
724 const Hwc2::Composer::DisplayBrightnessOptions& options) { in setDisplayBrightness()
996 Hwc2::AidlTransform HWComposer::getPhysicalDisplayOrientation(PhysicalDisplayId displayId) const { in getPhysicalDisplayOrientation()
998 RETURN_IF_INVALID_DISPLAY(displayId, Hwc2::AidlTransform::NONE); in getPhysicalDisplayOrientation()
999 Hwc2::AidlTransform outTransform; in getPhysicalDisplayOrientation()
1002 RETURN_IF_HWC_ERROR(error, displayId, Hwc2::AidlTransform::NONE); in getPhysicalDisplayOrientation()
1009 std::vector<Hwc2::IComposerClient::LayerGenericMetadataKey> supportedMetadataKeyInfo; in loadLayerMetadataSupport()