Home
last modified time | relevance | path

Searched refs:stdKeyedVector (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/drm/1.2/vts/functional/
H A Ddrm_hal_common.cpp339 std::vector<KeyValue> stdKeyedVector; in toHidlKeyedVector() local
344 stdKeyedVector.push_back(keyValue); in toHidlKeyedVector()
346 return KeyedVector(stdKeyedVector); in toHidlKeyedVector()
/aosp12/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_vendor_test.cpp284 std::vector<KeyValue> stdKeyedVector; in toHidlKeyedVector() local
289 stdKeyedVector.push_back(keyValue); in toHidlKeyedVector()
291 return KeyedVector(stdKeyedVector); in toHidlKeyedVector()
/aosp12/frameworks/av/drm/libmediadrm/
H A DDrmHal.cpp190 std::vector<KeyValue> stdKeyedVector; in toHidlKeyedVector() local
195 stdKeyedVector.push_back(keyValue); in toHidlKeyedVector()
197 return ::KeyedVector(stdKeyedVector); in toHidlKeyedVector()