Searched refs:hdcpLevels (Results 1 – 5 of 5) sorted by relevance
704 void ExynosDevice::onContentProtectionUpdated(uint32_t displayId, HdcpLevels hdcpLevels) { in onContentProtectionUpdated() argument711 hdcpLevels.toString().c_str()); in onContentProtectionUpdated()716 int32_t connectedLevel = static_cast<int32_t>(hdcpLevels.connectedLevel); in onContentProtectionUpdated()717 int32_t maxLevel = static_cast<int32_t>(hdcpLevels.maxLevel); in onContentProtectionUpdated()
296 void onContentProtectionUpdated(uint32_t displayId, HdcpLevels hdcpLevels);
1749 void contentProtectionUpdated(HdcpLevels hdcpLevels);
6708 void ExynosDisplay::contentProtectionUpdated(HdcpLevels hdcpLevels) { in contentProtectionUpdated() argument6709 mDevice->onContentProtectionUpdated(mDisplayId, hdcpLevels); in contentProtectionUpdated()
3053 HdcpLevels hdcpLevels; in handleDrmPropertyUpdate() local3054 hdcpLevels.connectedLevel = protectionEnabled ? HdcpLevel::HDCP_V1 : HdcpLevel::HDCP_NONE; in handleDrmPropertyUpdate()3055 hdcpLevels.maxLevel = HdcpLevel::HDCP_V1; in handleDrmPropertyUpdate()3056 mExynosDisplay->contentProtectionUpdated(hdcpLevels); in handleDrmPropertyUpdate()