Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DTypeConvert.h45 template<typename T> const std::vector<T> toVector(const hidl_vec<T> &hVec) { in toVector() function
51 template<typename T> std::vector<T> toVector(hidl_vec<T> &hVec) { in toVector() function
57 template<typename T, size_t SIZE> const std::vector<T> toVector( in toVector() function
64 template<typename T, size_t SIZE> std::vector<T> toVector( in toVector() function
/frameworks/av/drm/libmediadrm/
DDrmHal.cpp111 static const Vector<uint8_t> toVector(const hidl_vec<uint8_t> &vec) { in toVector() function