Searched refs:stdKeyedVector (Results 1 – 3 of 3) sorted by relevance
339 std::vector<KeyValue> stdKeyedVector; in toHidlKeyedVector() local344 stdKeyedVector.push_back(keyValue); in toHidlKeyedVector()346 return KeyedVector(stdKeyedVector); in toHidlKeyedVector()
431 std::vector<KeyValue> stdKeyedVector; in toAidlKeyedVector() local436 stdKeyedVector.push_back(keyValue); in toAidlKeyedVector()438 return KeyedVector(stdKeyedVector); in toAidlKeyedVector()
284 std::vector<KeyValue> stdKeyedVector; in toHidlKeyedVector() local289 stdKeyedVector.push_back(keyValue); in toHidlKeyedVector()291 return KeyedVector(stdKeyedVector); in toHidlKeyedVector()