Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/hal/tests/
H A Dmock_provider_hwl.h55 std::vector<VendorTagSection>* vendor_tag_sections) override { in GetVendorTags() argument
56 if (vendor_tag_sections == nullptr) { in GetVendorTags()
60 *vendor_tag_sections = vendor_tag_sections_; in GetVendorTags()
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dcamera_provider.cc176 std::vector<VendorTagSection>* vendor_tag_sections) const { in GetVendorTags()
178 if (vendor_tag_sections == nullptr) { in GetVendorTags()
187 *vendor_tag_sections = vendor_tag_sections_; in GetVendorTags()
H A Dcamera_provider.h49 std::vector<VendorTagSection>* vendor_tag_sections) const;
/aosp12/hardware/google/camera/common/hal/hwl_interface/
H A Dcamera_provider_hwl.h44 std::vector<VendorTagSection>* vendor_tag_sections) = 0;
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraProviderHWLImpl.h55 std::vector<VendorTagSection>* vendor_tag_sections) override;
H A DEmulatedCameraProviderHWLImpl.cpp852 std::vector<VendorTagSection>* vendor_tag_sections) { in GetVendorTags() argument
853 if (vendor_tag_sections == nullptr) { in GetVendorTags()