Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/hardware/interfaces/drm/aidl/vts/
H A Ddrm_hal_common.cpp439 std::vector<KeyValue> stdKeyedVector; in toAidlKeyedVector() local
444 stdKeyedVector.push_back(keyValue); in toAidlKeyedVector()
446 return KeyedVector(stdKeyedVector); in toAidlKeyedVector()
/aosp_15_r20/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()
/aosp_15_r20/frameworks/av/drm/libmediadrm/
H A DDrmHalAidl.cpp124 std::vector<KeyValue> stdKeyedVector; in toKeyValueVector() local
129 stdKeyedVector.push_back(keyValue); in toKeyValueVector()
131 return stdKeyedVector; in toKeyValueVector()
H A DDrmHalHidl.cpp193 std::vector<KeyValue> stdKeyedVector; in toHidlKeyedVector() local
198 stdKeyedVector.push_back(keyValue); in toHidlKeyedVector()
200 return ::KeyedVector(stdKeyedVector); in toHidlKeyedVector()