/aosp12/hardware/google/camera/common/hal/utils/ |
H A D | vendor_tag_utils.h | 34 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 D | vendor_tag_utils.cc | 33 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 D | vendor_tag_tests.cc | 95 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 D | mock_provider_hwl.h | 55 std::vector<VendorTagSection>* vendor_tag_sections) override { in GetVendorTags() 120 std::vector<VendorTagSection> vendor_tag_sections_;
|
H A D | camera_provider_tests.cc | 105 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 D | CameraProviderManagerTest.cpp | 34 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 D | camera_provider.h | 49 std::vector<VendorTagSection>* vendor_tag_sections) const; 93 std::vector<VendorTagSection> vendor_tag_sections_;
|
H A D | camera_provider.cc | 111 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 D | EmulatedCameraProviderHWLImpl.h | 38 using google_camera_hal::VendorTagSection; 55 std::vector<VendorTagSection>* vendor_tag_sections) override;
|
/aosp12/hardware/google/camera/common/hal/hidl_service/ |
H A D | hidl_utils.h | 41 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 D | hidl_camera_provider.cc | 40 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 D | hidl_utils.cc | 98 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 D | LegacyCameraProviderImpl_2_4.h | 39 using ::android::hardware::camera::common::V1_0::VendorTagSection; 98 hidl_vec<VendorTagSection> mVendorTagSections;
|
H A D | ExternalCameraProviderImpl_2_4.h | 40 using ::android::hardware::camera::common::V1_0::VendorTagSection;
|
H A D | ExternalCameraProviderImpl_2_4.cpp | 117 hidl_vec<VendorTagSection> zeroSections; in getVendorTags()
|
/aosp12/frameworks/hardware/interfaces/cameraservice/common/2.0/ |
H A D | types.hal | 160 struct VendorTagSection { 181 vec<VendorTagSection> vendorTagSections;
|
/aosp12/hardware/google/camera/common/hal/hwl_interface/ |
H A D | camera_provider_hwl.h | 44 std::vector<VendorTagSection>* vendor_tag_sections) = 0;
|
/aosp12/hardware/interfaces/camera/provider/2.5/default/ |
H A D | ExternalCameraProviderImpl_2_5.h | 37 using ::android::hardware::camera::common::V1_0::VendorTagSection;
|
H A D | LegacyCameraProviderImpl_2_5.h | 39 using ::android::hardware::camera::common::V1_0::VendorTagSection;
|
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/ |
H A D | ACameraManager.h | 48 using VendorTagSection = frameworks::cameraservice::common::V2_0::VendorTagSection; variable
|
H A D | ACameraManager.cpp | 65 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 D | vendor_tag_defs.h | 220 static const std::vector<VendorTagSection> kHalVendorTagSections = {
|
H A D | hal_types.h | 87 struct VendorTagSection { struct
|
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/ |
H A D | HidlCameraService.cpp | 45 using HVendorTagSection = frameworks::cameraservice::common::V2_0::VendorTagSection;
|
/aosp12/hardware/interfaces/camera/provider/2.4/ |
H A D | ICameraProvider.hal | 99 getVendorTags() generates (Status status, vec<VendorTagSection> sections);
|