Searched refs:content_protection (Results 1 – 3 of 3) sorted by relevance
93 const DrmProperty &content_protection() const;
475 const DrmProperty &DrmConnector::content_protection() const { in content_protection() function in android::DrmConnector
3046 if ((*prop)->id() == mDrmConnector->content_protection().id()) { in handleDrmPropertyUpdate()3047 auto [ret, content_protection_value] = mDrmConnector->content_protection().value(); in handleDrmPropertyUpdate()