Searched refs:stdKeyedVector (Results 1 – 5 of 5) sorted by relevance
339 std::vector<KeyValue> stdKeyedVector; in toHidlKeyedVector() local344 stdKeyedVector.push_back(keyValue); in toHidlKeyedVector()346 return KeyedVector(stdKeyedVector); in toHidlKeyedVector()
439 std::vector<KeyValue> stdKeyedVector; in toAidlKeyedVector() local444 stdKeyedVector.push_back(keyValue); in toAidlKeyedVector()446 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()
124 std::vector<KeyValue> stdKeyedVector; in toKeyValueVector() local129 stdKeyedVector.push_back(keyValue); in toKeyValueVector()131 return stdKeyedVector; in toKeyValueVector()
193 std::vector<KeyValue> stdKeyedVector; in toHidlKeyedVector() local198 stdKeyedVector.push_back(keyValue); in toHidlKeyedVector()200 return ::KeyedVector(stdKeyedVector); in toHidlKeyedVector()