Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/drm/1.1/vts/functional/
H A 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()
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
H A DDrmPlugin.h145 uint32_t *maxSessions) const { in getNumberOfSessions() argument
147 UNUSED(maxSessions); in getNumberOfSessions()
/aosp12/frameworks/av/drm/libmediadrm/fuzzer/
H A Dmediadrm_fuzzer.cpp199 uint32_t maxSessions = 0; in invokeDrmDecryptEncryptAPI() local
200 mDrm->getNumberOfSessions(&openSessions, &maxSessions); in invokeDrmDecryptEncryptAPI()
/aosp12/frameworks/av/drm/libmediadrm/include/mediadrm/
H A DIDrm.h101 uint32_t *maxSessions) const = 0;
H A DDrmHal.h128 uint32_t *maxSessions) const;
/aosp12/hardware/interfaces/drm/1.1/
H A DIDrmPlugin.hal158 * @return maxSessions the maximum number of sessions that the device
162 uint32_t maxSessions);
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DDrmPlugin.cpp608 uint32_t maxSessions = 10; in getNumberOfSessions() local
609 _hidl_cb(Status::OK, currentSessions, maxSessions); in getNumberOfSessions()