Searched defs:toVector (Results 1 – 2 of 2) sorted by relevance
45 template<typename T> const std::vector<T> toVector(const hidl_vec<T> &hVec) { in toVector() function51 template<typename T> std::vector<T> toVector(hidl_vec<T> &hVec) { in toVector() function57 template<typename T, size_t SIZE> const std::vector<T> toVector( in toVector() function64 template<typename T, size_t SIZE> std::vector<T> toVector( in toVector() function
111 static const Vector<uint8_t> toVector(const hidl_vec<uint8_t> &vec) { in toVector() function