Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DDrmHal.cpp177 static DrmPlugin::HdcpLevel toHdcpLevel(HdcpLevel_V1_2 level) { in toHdcpLevel() function
1155 *connected = toHdcpLevel(hConnected); in getHdcpLevels()
1156 *max = toHdcpLevel(hMax); in getHdcpLevels()
1164 *connected = toHdcpLevel(static_cast<HdcpLevel_V1_2>(hConnected)); in getHdcpLevels()
1165 *max = toHdcpLevel(static_cast<HdcpLevel_V1_2>(hMax)); in getHdcpLevels()