Searched refs:GetProtectedContentsSupport (Results 1 – 5 of 5) sorted by relevance
115 virtual HWC2::Error GetProtectedContentsSupport(bool *out_support) override;
373 virtual HWC2::Error GetProtectedContentsSupport(bool *out_support);
988 HWC2::Error HWCDisplayBuiltIn::GetProtectedContentsSupport(bool *out_support) { in GetProtectedContentsSupport() function in sdm::HWCDisplayBuiltIn
815 int32_t GetProtectedContentsSupport(hwc2_device_t *device, hwc2_display_t display, in GetProtectedContentsSupport() function820 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetProtectedContentsSupport, in GetProtectedContentsSupport()1348 if (auto status = GetProtectedContentsSupport(device, display, &protected_contents_support); in GetDisplayCapabilities()
2591 HWC2::Error HWCDisplay::GetProtectedContentsSupport(bool *out_support) { in GetProtectedContentsSupport() function in sdm::HWCDisplay