Home
last modified time | relevance | path

Searched refs:content_protection_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmconnector.cpp174 ret = drm_->GetConnectorProperty(*this, "Content Protection", &content_protection_); in Init()
203 properties_.push_back(&content_protection_); in Init()
476 return content_protection_; in content_protection()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmconnector.h155 DrmProperty content_protection_; variable