Home
last modified time | relevance | path

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

/aosp12/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.h153 KeyedVector<String8, Vector<uint8_t> > mByteArrayProperties; variable
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
H A DDrmPlugin.h268 android::KeyedVector<String8, Vector<uint8_t>> mByteArrayProperties; variable
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DDrmPlugin.h414 std::map<std::string, std::vector<uint8_t> > mByteArrayProperties; member