Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DDrmHal.cpp168 static DrmPlugin::HdcpLevel toHdcpLevel(HdcpLevel_V1_2 level) { in toHdcpLevel() function
1068 *connected = toHdcpLevel(hConnected); in getHdcpLevels()
1069 *max = toHdcpLevel(hMax); in getHdcpLevels()
1077 *connected = toHdcpLevel(static_cast<HdcpLevel_V1_2>(hConnected)); in getHdcpLevels()
1078 *max = toHdcpLevel(static_cast<HdcpLevel_V1_2>(hMax)); in getHdcpLevels()