Home
last modified time | relevance | path

Searched refs:content_protection (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmconnector.h93 const DrmProperty &content_protection() const;
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmconnector.cpp475 const DrmProperty &DrmConnector::content_protection() const { in content_protection() function in android::DrmConnector
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp3046 if ((*prop)->id() == mDrmConnector->content_protection().id()) { in handleDrmPropertyUpdate()
3047 auto [ret, content_protection_value] = mDrmConnector->content_protection().value(); in handleDrmPropertyUpdate()