Searched refs:connectedLevel (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/drm/aidl/android/hardware/drm/ |
D | HdcpLevels.aidl | 24 HdcpLevel connectedLevel;
|
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/ |
D | HdcpLevels.aidl | 37 android.hardware.drm.HdcpLevel connectedLevel;
|
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/ |
D | HdcpLevels.aidl | 37 android.hardware.drm.HdcpLevel connectedLevel;
|
/hardware/interfaces/drm/1.1/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 200 [&](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/ |
D | drm_hal_test.cpp | 255 [&](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/ |
D | ExynosDevice.cpp | 716 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/ |
D | IDrmPlugin.hal | 212 * @return connectedLevel the lowest HDCP level for any connected 217 getHdcpLevels_1_2() generates (Status status, HdcpLevel connectedLevel,
|
/hardware/interfaces/drm/1.1/ |
D | IDrmPlugin.hal | 141 * @return connectedLevel the lowest HDCP level for any connected 146 getHdcpLevels() generates (Status status, HdcpLevel connectedLevel,
|
/hardware/interfaces/drm/aidl/vts/ |
D | drm_hal_test.cpp | 280 EXPECT_GE(result.connectedLevel, HdcpLevel::HDCP_NONE); in TEST_P()
|
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterface.cpp | 3054 hdcpLevels.connectedLevel = protectionEnabled ? HdcpLevel::HDCP_V1 : HdcpLevel::HDCP_NONE; in handleDrmPropertyUpdate()
|