Home
last modified time | relevance | path

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

/hardware/interfaces/drm/1.0/default/
DTypeConvert.h32 template<typename T> const hidl_vec<T> toHidlVec(const Vector<T> &Vector) { in toHidlVec() function
38 template<typename T> hidl_vec<T> toHidlVec(Vector<T> &Vector) { in toHidlVec() function
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/
DbluetoothV1.0_fuzzer.cpp47 const hidl_vec<T> toHidlVec(const std::vector<T>& vec) { in toHidlVec() function