Home
last modified time | relevance | path

Searched refs:VendorTagSection (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/hardware/google/camera/common/hal/utils/
H A Dvendor_tag_utils.h34 status_t CombineVendorTags(const std::vector<VendorTagSection>& source1,
35 const std::vector<VendorTagSection>& source2,
36 std::vector<VendorTagSection>* destination);
57 status_t AddTags(const std::vector<VendorTagSection>& tag_sections);
60 const std::vector<VendorTagSection>& GetTags() const;
109 std::vector<VendorTagSection> tag_sections_;
H A Dvendor_tag_utils.cc33 status_t CombineVendorTags(const std::vector<VendorTagSection>& source1, in CombineVendorTags()
34 const std::vector<VendorTagSection>& source2, in CombineVendorTags()
35 std::vector<VendorTagSection>* destination) { in CombineVendorTags()
50 for (const VendorTagSection& section : section_list) { in CombineVendorTags()
122 const std::vector<VendorTagSection>& tag_sections) { in AddTags()
125 std::vector<VendorTagSection> combined_tags; in AddTags()
168 const std::vector<VendorTagSection>& VendorTagManager::GetTags() const { in GetTags()
/aosp12/hardware/google/camera/common/hal/tests/
H A Dvendor_tag_tests.cc95 std::vector<VendorTagSection> hwl_sections = { in TEST()
111 std::vector<VendorTagSection> hal_sections = { in TEST()
122 std::vector<VendorTagSection> combined_sections; in TEST()
198 std::vector<VendorTagSection> extra_sections = { in TEST()
221 std::vector<VendorTagSection> hwl_sections = { in TEST()
237 std::vector<VendorTagSection> hal_sections = { in TEST()
247 std::vector<VendorTagSection> combined_sections; in TEST()
259 std::vector<VendorTagSection> hwl_sections = { in TEST()
275 std::vector<VendorTagSection> hal_sections = { in TEST()
285 std::vector<VendorTagSection> combined_sections; in TEST()
H A Dmock_provider_hwl.h55 std::vector<VendorTagSection>* vendor_tag_sections) override { in GetVendorTags()
120 std::vector<VendorTagSection> vendor_tag_sections_;
H A Dcamera_provider_tests.cc105 static const std::vector<VendorTagSection> kMockVendorTagSections = { in TEST_F()
153 std::vector<VendorTagSection> sections; in TEST_F()
/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DCameraProviderManagerTest.cpp34 using android::hardware::camera::common::V1_0::VendorTagSection;
103 hardware::hidl_vec<common::V1_0::VendorTagSection> mVendorTagSections;
106 const hardware::hidl_vec<common::V1_0::VendorTagSection> &vendorSection) : in TestICameraProvider()
112 const hardware::hidl_vec<common::V1_0::VendorTagSection> &vendorSection, in TestICameraProvider()
126 const hardware::hidl_vec<common::V1_0::VendorTagSection>& sections)>;
283 hardware::hidl_vec<common::V1_0::VendorTagSection> vendorSection; in TEST()
331 hardware::hidl_vec<common::V1_0::VendorTagSection> vendorSection; in TEST()
373 hardware::hidl_vec<common::V1_0::VendorTagSection> vendorSection; in TEST()
517 hardware::hidl_vec<common::V1_0::VendorTagSection> vendorSection; in TEST()
550 hardware::hidl_vec<common::V1_0::VendorTagSection> vendorSection; in TEST()
[all …]
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dcamera_provider.h49 std::vector<VendorTagSection>* vendor_tag_sections) const;
93 std::vector<VendorTagSection> vendor_tag_sections_;
H A Dcamera_provider.cc111 std::vector<VendorTagSection> hwl_tag_sections; in InitializeVendorTags()
176 std::vector<VendorTagSection>* vendor_tag_sections) const { in GetVendorTags()
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraProviderHWLImpl.h38 using google_camera_hal::VendorTagSection;
55 std::vector<VendorTagSection>* vendor_tag_sections) override;
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_utils.h41 using ::android::hardware::camera::common::V1_0::VendorTagSection;
67 const std::vector<google_camera_hal::VendorTagSection>& hal_sections,
68 hidl_vec<VendorTagSection>* hidl_sections);
H A Dhidl_camera_provider.cc40 using ::android::hardware::camera::common::V1_0::VendorTagSection;
198 hidl_vec<VendorTagSection> hidl_vendor_tag_sections; in getVendorTags()
199 std::vector<google_camera_hal::VendorTagSection> hal_vendor_tag_sections; in getVendorTags()
H A Dhidl_utils.cc98 const std::vector<google_camera_hal::VendorTagSection>& hal_sections, in ConvertToHidlVendorTagSections()
99 hidl_vec<VendorTagSection>* hidl_sections) { in ConvertToHidlVendorTagSections()
/aosp12/hardware/interfaces/camera/provider/2.4/default/
H A DLegacyCameraProviderImpl_2_4.h39 using ::android::hardware::camera::common::V1_0::VendorTagSection;
98 hidl_vec<VendorTagSection> mVendorTagSections;
H A DExternalCameraProviderImpl_2_4.h40 using ::android::hardware::camera::common::V1_0::VendorTagSection;
H A DExternalCameraProviderImpl_2_4.cpp117 hidl_vec<VendorTagSection> zeroSections; in getVendorTags()
/aosp12/frameworks/hardware/interfaces/cameraservice/common/2.0/
H A Dtypes.hal160 struct VendorTagSection {
181 vec<VendorTagSection> vendorTagSections;
/aosp12/hardware/google/camera/common/hal/hwl_interface/
H A Dcamera_provider_hwl.h44 std::vector<VendorTagSection>* vendor_tag_sections) = 0;
/aosp12/hardware/interfaces/camera/provider/2.5/default/
H A DExternalCameraProviderImpl_2_5.h37 using ::android::hardware::camera::common::V1_0::VendorTagSection;
H A DLegacyCameraProviderImpl_2_5.h39 using ::android::hardware::camera::common::V1_0::VendorTagSection;
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraManager.h48 using VendorTagSection = frameworks::cameraservice::common::V2_0::VendorTagSection; variable
H A DACameraManager.cpp65 static status_t createDescriptorFromHidl(const hidl_vec<VendorTagSection>& vts,
69 status_t HidlVendorTagDescriptor::createDescriptorFromHidl(const hidl_vec<VendorTagSection> &vts, in createDescriptorFromHidl()
93 const VendorTagSection& section = vts[s]; in createDescriptorFromHidl()
/aosp12/hardware/google/camera/common/hal/common/
H A Dvendor_tag_defs.h220 static const std::vector<VendorTagSection> kHalVendorTagSections = {
H A Dhal_types.h87 struct VendorTagSection { struct
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/
H A DHidlCameraService.cpp45 using HVendorTagSection = frameworks::cameraservice::common::V2_0::VendorTagSection;
/aosp12/hardware/interfaces/camera/provider/2.4/
H A DICameraProvider.hal99 getVendorTags() generates (Status status, vec<VendorTagSection> sections);

12