Searched defs:toHidlVec (Results 1 – 2 of 2) sorted by relevance
32 template<typename T> const hidl_vec<T> toHidlVec(const Vector<T> &Vector) { in toHidlVec() function38 template<typename T> hidl_vec<T> toHidlVec(Vector<T> &Vector) { in toHidlVec() function
47 const hidl_vec<T> toHidlVec(const std::vector<T>& vec) { in toHidlVec() function