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/IScanEvent.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/IScanEvent.aidl out/soong/.temp/sbox/a8f9401e4a6a0738b82469769f9c394354986721/out out/soong/.temp/sbox/a8f9401e4a6a0738b82469769f9c394354986721/out/android/net/wifi/nl80211/IScanEvent.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/IScanEvent.h>
15 
16 namespace android {
17 namespace net {
18 namespace wifi {
19 namespace nl80211 {
20 class LIBBINDER_EXPORTED BpScanEvent : public ::android::BpInterface<IScanEvent> {
21 public:
22   explicit BpScanEvent(const ::android::sp<::android::IBinder>& _aidl_impl);
23   virtual ~BpScanEvent() = default;
24   ::android::binder::Status OnScanResultReady() override;
25   ::android::binder::Status OnScanFailed() override;
26   ::android::binder::Status OnScanRequestFailed(int32_t errorCode) override;
27 };  // class BpScanEvent
28 }  // namespace nl80211
29 }  // namespace wifi
30 }  // namespace net
31 }  // namespace android
32