Home
last modified time | relevance | path

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

/hardware/interfaces/drm/1.1/vts/functional/
Ddrm_hal_clearkey_test.cpp454 uint32_t maxSessions) { in TEST_F() argument
456 EXPECT_GE(maxSessions, (uint32_t)8); in TEST_F()
458 EXPECT_LE(currentSessions, maxSessions); in TEST_F()
471 uint32_t maxSessions) { in TEST_F() argument
473 EXPECT_GE(maxSessions, (uint32_t)8); in TEST_F()
475 EXPECT_LE(currentSessions, maxSessions); in TEST_F()
/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal158 * @return maxSessions the maximum number of sessions that the device
162 uint32_t maxSessions);