1 /* 2 * This file is auto-generated. DO NOT MODIFY. 3 * Using: out/host/linux-x86/bin/aidl-cpp -dout/soong/.temp/sbox/a8f9401e4a6a0738b82469769f9c394354986721/out/android/net/wifi/nl80211/IApInterfaceEventCallback.cpp.d --ninja -Isystem/connectivity/wificond/aidl -t --min_sdk_version=platform_apis -Isystem/connectivity/wificond/aidl/ system/connectivity/wificond/aidl/android/net/wifi/nl80211/IApInterfaceEventCallback.aidl out/soong/.temp/sbox/a8f9401e4a6a0738b82469769f9c394354986721/out out/soong/.temp/sbox/a8f9401e4a6a0738b82469769f9c394354986721/out/android/net/wifi/nl80211/IApInterfaceEventCallback.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/net/wifi/nl80211/IApInterfaceEventCallback.h> 15 16 namespace android { 17 namespace net { 18 namespace wifi { 19 namespace nl80211 { 20 class LIBBINDER_EXPORTED BpApInterfaceEventCallback : public ::android::BpInterface<IApInterfaceEventCallback> { 21 public: 22 explicit BpApInterfaceEventCallback(const ::android::sp<::android::IBinder>& _aidl_impl); 23 virtual ~BpApInterfaceEventCallback() = default; 24 ::android::binder::Status onConnectedClientsChanged(const ::android::net::wifi::nl80211::NativeWifiClient& client, bool isConnected) override; 25 ::android::binder::Status onSoftApChannelSwitched(int32_t frequency, int32_t bandwidth) override; 26 }; // class BpApInterfaceEventCallback 27 } // namespace nl80211 28 } // namespace wifi 29 } // namespace net 30 } // namespace android 31