Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DCameraProviderManagerTest.cpp97 const hardware::hidl_vec<common::V1_0::VendorTagSection> &vendorSection) : in TestICameraProvider()
100 mVendorTagSections (vendorSection) {} in TestICameraProvider()
200 hardware::hidl_vec<common::V1_0::VendorTagSection> vendorSection; in TEST() local
206 vendorSection); in TEST()
231 hardware::hidl_vec<common::V1_0::VendorTagSection> vendorSection; in TEST() local
233 vendorSection.resize(1); in TEST()
234 vendorSection[0].sectionName = sectionName; in TEST()
235 vendorSection[0].tags.resize(1); in TEST()
236 vendorSection[0].tags[0].tagId = tagId; in TEST()
237 vendorSection[0].tags[0].tagName = tagName; in TEST()
[all …]