Home
last modified time | relevance | path

Searched refs:hdcpLevels (Results 1 – 5 of 5) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp704 void ExynosDevice::onContentProtectionUpdated(uint32_t displayId, HdcpLevels hdcpLevels) { in onContentProtectionUpdated() argument
711 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()
DExynosDevice.h296 void onContentProtectionUpdated(uint32_t displayId, HdcpLevels hdcpLevels);
DExynosDisplay.h1749 void contentProtectionUpdated(HdcpLevels hdcpLevels);
DExynosDisplay.cpp6708 void ExynosDisplay::contentProtectionUpdated(HdcpLevels hdcpLevels) { in contentProtectionUpdated() argument
6709 mDevice->onContentProtectionUpdated(mDisplayId, hdcpLevels); in contentProtectionUpdated()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp3053 HdcpLevels hdcpLevels; in handleDrmPropertyUpdate() local
3054 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()