Home
last modified time | relevance | path

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

/hardware/interfaces/drm/1.1/vts/functional/
Ddrm_hal_clearkey_test.cpp219 [&](Status status, uint32_t currentSessions, in TEST_P()
223 EXPECT_GE(currentSessions, (uint32_t)0); in TEST_P()
224 EXPECT_LE(currentSessions, maxSessions); in TEST_P()
236 [&](Status status, uint32_t currentSessions, in TEST_P() argument
240 EXPECT_GE(currentSessions, (uint32_t)0); in TEST_P()
241 EXPECT_LE(currentSessions, maxSessions); in TEST_P()
242 initialSessions = currentSessions; in TEST_P()
248 [&](Status status, uint32_t currentSessions, in TEST_P() argument
251 EXPECT_EQ(currentSessions, initialSessions + 1); in TEST_P()
257 [&](Status status, uint32_t currentSessions, in TEST_P() argument
[all …]
/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal157 * @return currentSessions the number of currently opened sessions
161 getNumberOfSessions() generates (Status status, uint32_t currentSessions,