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.cpp220 uint32_t maxSessions) { in TEST_P() argument
222 EXPECT_GE(maxSessions, (uint32_t)8); in TEST_P()
224 EXPECT_LE(currentSessions, maxSessions); in TEST_P()
237 uint32_t maxSessions) { in TEST_P() argument
239 EXPECT_GE(maxSessions, (uint32_t)8); in TEST_P()
241 EXPECT_LE(currentSessions, maxSessions); in TEST_P()
/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal158 * @return maxSessions the maximum number of sessions that the device
162 uint32_t maxSessions);