Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_display_builtin.h115 virtual HWC2::Error GetProtectedContentsSupport(bool *out_support) override;
H A Dhwc_display.h373 virtual HWC2::Error GetProtectedContentsSupport(bool *out_support);
H A Dhwc_display_builtin.cpp988 HWC2::Error HWCDisplayBuiltIn::GetProtectedContentsSupport(bool *out_support) { in GetProtectedContentsSupport() function in sdm::HWCDisplayBuiltIn
H A Dhwc_session.cpp815 int32_t GetProtectedContentsSupport(hwc2_device_t *device, hwc2_display_t display, in GetProtectedContentsSupport() function
820 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetProtectedContentsSupport, in GetProtectedContentsSupport()
1348 if (auto status = GetProtectedContentsSupport(device, display, &protected_contents_support); in GetDisplayCapabilities()
H A Dhwc_display.cpp2591 HWC2::Error HWCDisplay::GetProtectedContentsSupport(bool *out_support) { in GetProtectedContentsSupport() function in sdm::HWCDisplay