Searched defs:toVector (Results 1 – 8 of 8) sorted by relevance
44 template<typename T> const Vector<T> toVector(const hidl_vec<T> &vec) { in toVector() function50 template<typename T> Vector<T> toVector(hidl_vec<T> &vec) { in toVector() function56 template<typename T, size_t SIZE> const Vector<T> toVector( in toVector() function63 template<typename T, size_t SIZE> Vector<T> toVector( in toVector() function
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
33 std::vector<float> Pose3f::toVector() const { in toVector() function in android::media::Pose3f
132 AK_FORCE_INLINE std::vector<int> toVector() const { in toVector() function
116 static std::vector<uint8_t> toVector(const char seed[SEED_BYTE_SIZE]) { in toVector() function in android::automotive::security::__anon95148a2f0110::VehicleBindingUtilTests
227 std::vector<int32_t> toVector(JNIEnv* env, jintArray javaArray) { in toVector() function
102 static const Vector<uint8_t> toVector(const hidl_vec<uint8_t> &vec) { in toVector() function
99 static std::vector<uint8_t> toVector(JNIEnv* env, jbyteArray ba) { in toVector() function