Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DCameraProviderManagerTest.cpp98 const hardware::hidl_vec<common::V1_0::VendorTagSection> &vendorSection) : in TestICameraProvider()
101 mVendorTagSections (vendorSection) {} in TestICameraProvider()
230 hardware::hidl_vec<common::V1_0::VendorTagSection> vendorSection; in TEST() local
236 vendorSection); in TEST()
272 hardware::hidl_vec<common::V1_0::VendorTagSection> vendorSection; in TEST() local
274 vendorSection.resize(1); in TEST()
275 vendorSection[0].sectionName = sectionName; in TEST()
276 vendorSection[0].tags.resize(1); in TEST()
277 vendorSection[0].tags[0].tagId = tagId; in TEST()
278 vendorSection[0].tags[0].tagName = tagName; in TEST()
[all …]