Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/drm/1.0/vts/functional/include/
Ddrm_hal_vendor_module_api.h186 struct Key { struct
194 bool isSecure;
199 const std::vector<uint8_t> keyId;
205 const std::vector<uint8_t> clearContentKey;
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_vendor_module_api.h186 struct Key { struct
194 bool isSecure;
199 const std::vector<uint8_t> keyId;
205 const std::vector<uint8_t> clearContentKey;
/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/
Ddrm_hal_vendor_test.h55 using Key = ::DrmHalVTSVendorModule_V1::ContentConfiguration::Key; variable