/aosp12/hardware/interfaces/camera/provider/2.4/default/ |
H A D | CameraProvider_2_4.h | 51 Return<void> getVendorTags(getVendorTags_cb _hidl_cb) override { in getVendorTags() function 52 return impl.getVendorTags(_hidl_cb); in getVendorTags()
|
H A D | ExternalCameraProviderImpl_2_4.h | 68 Return<void> getVendorTags(ICameraProvider::getVendorTags_cb _hidl_cb);
|
H A D | LegacyCameraProviderImpl_2_4.h | 68 Return<void> getVendorTags(ICameraProvider::getVendorTags_cb _hidl_cb);
|
H A D | ExternalCameraProviderImpl_2_4.cpp | 114 Return<void> ExternalCameraProviderImpl_2_4::getVendorTags( in getVendorTags() function in android::hardware::camera::provider::V2_4::implementation::ExternalCameraProviderImpl_2_4
|
H A D | LegacyCameraProviderImpl_2_4.cpp | 466 Return<void> LegacyCameraProviderImpl_2_4::getVendorTags( in getVendorTags() function in android::hardware::camera::provider::V2_4::implementation::LegacyCameraProviderImpl_2_4
|
/aosp12/hardware/interfaces/camera/provider/2.5/default/ |
H A D | CameraProvider_2_5.h | 54 Return<void> getVendorTags(getVendorTags_cb _hidl_cb) override { in getVendorTags() function 55 return impl.getVendorTags(_hidl_cb); in getVendorTags()
|
/aosp12/hardware/google/camera/common/hal/hidl_service/ |
H A D | hidl_camera_provider.h | 57 Return<void> getVendorTags(getVendorTags_cb _hidl_cb) override;
|
H A D | hidl_camera_provider.cc | 197 Return<void> HidlCameraProvider::getVendorTags(getVendorTags_cb _hidl_cb) { in getVendorTags() function in android::hardware::camera::provider::V2_7::implementation::HidlCameraProvider
|
/aosp12/hardware/interfaces/camera/provider/2.4/ |
H A D | ICameraProvider.hal | 83 * getVendorTags: 99 getVendorTags() generates (Status status, vec<VendorTagSection> sections);
|
/aosp12/frameworks/av/services/camera/libcameraservice/tests/ |
H A D | CameraProviderManagerTest.cpp | 127 hardware::Return<void> getVendorTags(getVendorTags_cb _hidl_cb) override { in getVendorTags() function
|
/aosp12/frameworks/av/services/camera/libcameraservice/common/ |
H A D | CameraProviderManager.cpp | 2015 ret = interface->getVendorTags( in setUpVendorTags()
|
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/ |
H A D | VtsHalCameraProviderV2_4TargetTest.cpp | 1853 TEST_P(CameraHidlTest, getVendorTags) { in TEST_P() argument 1855 ret = mProvider->getVendorTags([&](auto status, const auto& vendorTagSecs) { in TEST_P()
|