Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DDrmHal.cpp1153 … [&](Status_V1_2 status, const HdcpLevel_V1_2& hConnected, const HdcpLevel_V1_2& hMax) { in getHdcpLevels() argument
1156 *max = toHdcpLevel(hMax); in getHdcpLevels()
1162 [&](Status status, const HdcpLevel& hConnected, const HdcpLevel& hMax) { in getHdcpLevels() argument
1165 *max = toHdcpLevel(static_cast<HdcpLevel_V1_2>(hMax)); in getHdcpLevels()
1193 [&](Status status, uint32_t hOpen, uint32_t hMax) { in getNumberOfSessions() argument
1196 *max = hMax; in getNumberOfSessions()