1 /* 2 * This file is auto-generated. DO NOT MODIFY. 3 * Using: out/host/linux-x86/bin/aidl-cpp -dout/soong/.temp/sbox/030bdc68cd51619777b234b16aba4350324e44b8/out/android/hardware/ICameraServiceProxy.cpp.d --ninja -Iframeworks/av/camera/aidl -Iframeworks/native/aidl/gui -Iframeworks/native/libs/permission/aidl -Ihardware/interfaces/common/fmq/aidl -Ihardware/interfaces/common/aidl -t --min_sdk_version=platform_apis -Iframeworks/av/camera/aidl/ frameworks/av/camera/aidl/android/hardware/ICameraServiceProxy.aidl out/soong/.temp/sbox/030bdc68cd51619777b234b16aba4350324e44b8/out out/soong/.temp/sbox/030bdc68cd51619777b234b16aba4350324e44b8/out/android/hardware/ICameraServiceProxy.cpp 4 * 5 * DO NOT CHECK THIS FILE INTO A CODE TREE (e.g. git, etc..). 6 * ALWAYS GENERATE THIS FILE FROM UPDATED AIDL COMPILER 7 * AS A BUILD INTERMEDIATE ONLY. THIS IS NOT SOURCE CODE. 8 */ 9 #pragma once 10 11 #include <binder/IBinder.h> 12 #include <binder/IInterface.h> 13 #include <utils/Errors.h> 14 #include <android/hardware/ICameraServiceProxy.h> 15 16 namespace android { 17 namespace hardware { 18 class LIBBINDER_EXPORTED BpCameraServiceProxy : public ::android::BpInterface<ICameraServiceProxy> { 19 public: 20 explicit BpCameraServiceProxy(const ::android::sp<::android::IBinder>& _aidl_impl); 21 virtual ~BpCameraServiceProxy() = default; 22 ::android::binder::Status pingForUserUpdate() override; 23 ::android::binder::Status notifyCameraState(const ::android::hardware::CameraSessionStats& cameraSessionStats) override; 24 ::android::binder::Status notifyFeatureCombinationStats(const ::android::hardware::CameraFeatureCombinationStats& cameraFeatureCombinationStats) override; 25 ::android::binder::Status getRotateAndCropOverride(const ::std::string& packageName, int32_t lensFacing, int32_t userId, int32_t* _aidl_return) override; 26 ::android::binder::Status getAutoframingOverride(const ::std::string& packageName, int32_t* _aidl_return) override; 27 ::android::binder::Status isCameraDisabled(int32_t userId, bool* _aidl_return) override; 28 }; // class BpCameraServiceProxy 29 } // namespace hardware 30 } // namespace android 31