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

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

Completed in 5948 milliseconds