/* * This file is auto-generated. DO NOT MODIFY. * Using: /home/iscle/Android/Sdk/build-tools/35.0.1/aidl --lang=ndk -o generated -h generated/include --structured --stability=vintf --min_sdk_version=31 -I hardware_interfaces/common/aidl/aidl_api/android.hardware.common/current/ -I hardware_interfaces/common/fmq/aidl/aidl_api/android.hardware.common.fmq/current/ -I hardware_interfaces/audio/aidl/aidl_api/android.hardware.audio.common/current/ -I hardware_interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/current/ -I system_hardware_interfaces/media/aidl_api/android.media.audio.common.types/current/ -I system_hardware_interfaces/media/aidl_api/android.media.audio.eraser.types/current/ hardware_interfaces/common/aidl/aidl_api/android.hardware.common/current/android/hardware/common/NativeHandle.aidl */ #pragma once #include #include #include #include #include #include #include #include #ifdef BINDER_STABILITY_SUPPORT #include #endif // BINDER_STABILITY_SUPPORT namespace aidl { namespace android { namespace hardware { namespace common { class NativeHandle { public: typedef std::false_type fixed_size; static const char* descriptor; std::vector<::ndk::ScopedFileDescriptor> fds; std::vector ints; binder_status_t readFromParcel(const AParcel* parcel); binder_status_t writeToParcel(AParcel* parcel) const; inline bool operator==(const NativeHandle& _rhs) const { return std::tie(fds, ints) == std::tie(_rhs.fds, _rhs.ints); } inline bool operator<(const NativeHandle& _rhs) const { return std::tie(fds, ints) < std::tie(_rhs.fds, _rhs.ints); } inline bool operator!=(const NativeHandle& _rhs) const { return !(*this == _rhs); } inline bool operator>(const NativeHandle& _rhs) const { return _rhs < *this; } inline bool operator>=(const NativeHandle& _rhs) const { return !(*this < _rhs); } inline bool operator<=(const NativeHandle& _rhs) const { return !(_rhs < *this); } static const ::ndk::parcelable_stability_t _aidl_stability = ::ndk::STABILITY_VINTF; inline std::string toString() const { std::ostringstream _aidl_os; _aidl_os << "NativeHandle{"; _aidl_os << "fds: " << ::android::internal::ToString(fds); _aidl_os << ", ints: " << ::android::internal::ToString(ints); _aidl_os << "}"; return _aidl_os.str(); } }; } // namespace common } // namespace hardware } // namespace android } // namespace aidl