Home
last modified time | relevance | path

Searched refs:getContent (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_common.cpp223 DrmHalVTSVendorModule_V1::ContentConfiguration DrmHalTest::getContent(const KeyType& type) const { in getContent() function in android::hardware::drm::V1_2::vts::DrmHalTest
273 return loadKeys(sessionId, getContent(type), type); in loadKeys()
467 DrmHalVTSVendorModule_V1::ContentConfiguration content = getContent(); in decryptWithInvalidKeys()
Ddrm_hal_common.h123 DrmHalVTSVendorModule_V1::ContentConfiguration getContent(
Ddrm_hal_test.cpp229 DrmHalVTSVendorModule_V1::ContentConfiguration content = getContent(KeyType::OFFLINE); in TEST_P()