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.cpp453 [&](Status status, uint32_t currentSessions, in TEST_F()
457 EXPECT_GE(currentSessions, (uint32_t)0); in TEST_F()
458 EXPECT_LE(currentSessions, maxSessions); in TEST_F()
470 [&](Status status, uint32_t currentSessions, in TEST_F() argument
474 EXPECT_GE(currentSessions, (uint32_t)0); in TEST_F()
475 EXPECT_LE(currentSessions, maxSessions); in TEST_F()
476 initialSessions = currentSessions; in TEST_F()
482 [&](Status status, uint32_t currentSessions, in TEST_F() argument
485 EXPECT_EQ(currentSessions, initialSessions + 1); in TEST_F()
491 [&](Status status, uint32_t currentSessions, in TEST_F() 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,