Home
last modified time | relevance | path

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

/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_test.cpp236 KeySetId emptyKeySetId; in TEST_P() local
237 Status err = drmPlugin->removeOfflineLicense(emptyKeySetId); in TEST_P()
245 KeySetId emptyKeySetId; in TEST_P() local
246 …auto res = drmPlugin->getOfflineLicenseState(emptyKeySetId, checkKeySetIdState<Status::BAD_VALUE, … in TEST_P()
/hardware/interfaces/drm/aidl/vts/
Ddrm_hal_test.cpp255 KeySetId emptyKeySetId; in TEST_P() local
256 auto ret = drmPlugin->removeOfflineLicense(emptyKeySetId); in TEST_P()
265 KeySetId emptyKeySetId; in TEST_P() local
267 auto ret = drmPlugin->getOfflineLicenseState(emptyKeySetId, &result); in TEST_P()