Home
last modified time | relevance | path

Searched refs:connectedLevel (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/drm/aidl/android/hardware/drm/
DHdcpLevels.aidl24 HdcpLevel connectedLevel;
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DHdcpLevels.aidl37 android.hardware.drm.HdcpLevel connectedLevel;
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DHdcpLevels.aidl37 android.hardware.drm.HdcpLevel connectedLevel;
/hardware/interfaces/drm/1.1/vts/functional/
Ddrm_hal_clearkey_test.cpp200 [&](Status status, const HdcpLevel &connectedLevel, in TEST_P()
203 EXPECT_GE(connectedLevel, HdcpLevel::HDCP_NONE); in TEST_P()
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_test.cpp255 [&](StatusV1_2 status, const HdcpLevel &connectedLevel, in TEST_P()
258 EXPECT_GE(connectedLevel, HdcpLevel::HDCP_NONE); in TEST_P()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp716 int32_t connectedLevel = static_cast<int32_t>(hdcpLevels.connectedLevel); in onContentProtectionUpdated() local
718 int32_t timestampValue = (connectedLevel & 0xFF) | ((maxLevel & 0xFF) << 8); in onContentProtectionUpdated()
/hardware/interfaces/drm/1.2/
DIDrmPlugin.hal212 * @return connectedLevel the lowest HDCP level for any connected
217 getHdcpLevels_1_2() generates (Status status, HdcpLevel connectedLevel,
/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal141 * @return connectedLevel the lowest HDCP level for any connected
146 getHdcpLevels() generates (Status status, HdcpLevel connectedLevel,
/hardware/interfaces/drm/aidl/vts/
Ddrm_hal_test.cpp280 EXPECT_GE(result.connectedLevel, HdcpLevel::HDCP_NONE); in TEST_P()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp3054 hdcpLevels.connectedLevel = protectionEnabled ? HdcpLevel::HDCP_V1 : HdcpLevel::HDCP_NONE; in handleDrmPropertyUpdate()