Home
last modified time | relevance | path

Searched refs:HwcContentType (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm7250/display/composer/
Dhwc_display.h93 using HwcContentType = composer_V2_4::IComposerClient::ContentType; variable
493 virtual HWC2::Error GetSupportedContentTypes(hidl_vec<HwcContentType> *types);
494 virtual HWC2::Error SetContentType(HwcContentType type);
Dhwc_session.h341 int32_t GetSupportedContentTypes(hwc2_display_t display, hidl_vec<HwcContentType> *types);
342 int32_t SetContentType(hwc2_display_t display, HwcContentType type);
Dhwc_display.cpp2854 HWC2::Error HWCDisplay::GetSupportedContentTypes(hidl_vec<HwcContentType> *types) { in GetSupportedContentTypes()
2860 HWC2::Error HWCDisplay::SetContentType(HwcContentType type) { in SetContentType()
2861 if (type == HwcContentType::NONE) { in SetContentType()
Dhwc_session.cpp3784 hidl_vec<HwcContentType> *types) { in GetSupportedContentTypes()
3792 int32_t HWCSession::SetContentType(hwc2_display_t display, HwcContentType type) { in SetContentType()