Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DTypeConvert.h34 hidl_vec<T> hVec; in toHidlVec() local
40 hidl_vec<T> hVec; in toHidlVec() local
45 template<typename T> const std::vector<T> toVector(const hidl_vec<T> &hVec) { in toVector()
51 template<typename T> std::vector<T> toVector(hidl_vec<T> &hVec) { in toVector()