1 /* 2 * This file is auto-generated. DO NOT MODIFY. 3 * Using: out/host/linux-x86/bin/aidl-cpp -dout/soong/.temp/sbox/f4bf6179a9b5decdf9f47cccbfc531e1560723e4/out/android/hardware/display/IDeviceProductInfoConstants.cpp.d --ninja -t --min_sdk_version=platform_apis -Iframeworks/native/aidl/ frameworks/native/aidl/android/hardware/display/IDeviceProductInfoConstants.aidl out/soong/.temp/sbox/f4bf6179a9b5decdf9f47cccbfc531e1560723e4/out out/soong/.temp/sbox/f4bf6179a9b5decdf9f47cccbfc531e1560723e4/out/android/hardware/display/IDeviceProductInfoConstants.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 <binder/Status.h> 14 #include <binder/Trace.h> 15 #include <cstdint> 16 #include <utils/StrongPointer.h> 17 18 namespace android { 19 namespace hardware { 20 namespace display { 21 class LIBBINDER_EXPORTED IDeviceProductInfoConstantsDelegator; 22 23 class LIBBINDER_EXPORTED IDeviceProductInfoConstants : public ::android::IInterface { 24 public: 25 typedef IDeviceProductInfoConstantsDelegator DefaultDelegator; 26 DECLARE_META_INTERFACE(DeviceProductInfoConstants) 27 enum : int32_t { CONNECTION_TO_SINK_UNKNOWN = 0 }; 28 enum : int32_t { CONNECTION_TO_SINK_BUILT_IN = 1 }; 29 enum : int32_t { CONNECTION_TO_SINK_DIRECT = 2 }; 30 enum : int32_t { CONNECTION_TO_SINK_TRANSITIVE = 3 }; 31 }; // class IDeviceProductInfoConstants 32 33 class LIBBINDER_EXPORTED IDeviceProductInfoConstantsDefault : public IDeviceProductInfoConstants { 34 public: onAsBinder()35 ::android::IBinder* onAsBinder() override { 36 return nullptr; 37 } 38 }; // class IDeviceProductInfoConstantsDefault 39 } // namespace display 40 } // namespace hardware 41 } // namespace android 42