Home
last modified time | relevance | path

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

/hardware/interfaces/drm/1.0/default/
DTypeConvert.h44 template<typename T> const Vector<T> toVector(const hidl_vec<T> &vec) { in toVector() function
50 template<typename T> Vector<T> toVector(hidl_vec<T> &vec) { in toVector() function
56 template<typename T, size_t SIZE> const Vector<T> toVector( in toVector() function
63 template<typename T, size_t SIZE> Vector<T> toVector( in toVector() function