Searched defs:vectorToString (Results 1 – 2 of 2) sorted by relevance
109 static std::string vectorToString(const float* a, uint32_t m) { in vectorToString() function122 static std::string vectorToString(const std::vector<float>& v) { in vectorToString() function
755 String8 MockDrmPlugin::vectorToString(Vector<uint8_t> const &vector) const in vectorToString() function in android::MockDrmPlugin