Searched refs:HwcContentType (Results 1 – 4 of 4) sorted by relevance
93 using HwcContentType = composer_V2_4::IComposerClient::ContentType; variable493 virtual HWC2::Error GetSupportedContentTypes(hidl_vec<HwcContentType> *types);494 virtual HWC2::Error SetContentType(HwcContentType type);
341 int32_t GetSupportedContentTypes(hwc2_display_t display, hidl_vec<HwcContentType> *types);342 int32_t SetContentType(hwc2_display_t display, HwcContentType type);
2854 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()
3784 hidl_vec<HwcContentType> *types) { in GetSupportedContentTypes()3792 int32_t HWCSession::SetContentType(hwc2_display_t display, HwcContentType type) { in SetContentType()