summaryrefslogtreecommitdiffstats
path: root/client_interface_impl.cpp
diff options
context:
space:
mode:
authorDavid Su <dysu@google.com>2019-08-28 14:35:17 -0700
committerDavid Su <dysu@google.com>2019-08-29 14:10:59 -0700
commitd61114cd73368044c4d7fa06398f49fcd14c9051 (patch)
treedcacedad53c7b0269a6f4d51c82634f891b2398c /client_interface_impl.cpp
parent848f17843e6999cd427db3906a28814bdea65901 (diff)
downloadplatform_system_connectivity_wificond-d61114cd73368044c4d7fa06398f49fcd14c9051.tar.gz
platform_system_connectivity_wificond-d61114cd73368044c4d7fa06398f49fcd14c9051.tar.bz2
platform_system_connectivity_wificond-d61114cd73368044c4d7fa06398f49fcd14c9051.zip
Moved from wificond AIDL to com.android.server.wifi.wificond
Moved wificond AIDL from android.net.wifi to com.android.server.wifi.wificond since android.net.wifi should only be used for external APIs to apps. Bug: 140062898 Test: ./runtest.sh Change-Id: Ib7cf128ca584e1432073304aa77e8b78eaf663f1
Diffstat (limited to 'client_interface_impl.cpp')
-rw-r--r--client_interface_impl.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/client_interface_impl.cpp b/client_interface_impl.cpp
index 2c7de05..e5dfdc6 100644
--- a/client_interface_impl.cpp
+++ b/client_interface_impl.cpp
@@ -25,13 +25,13 @@
#include "wificond/logging_utils.h"
#include "wificond/net/mlme_event.h"
#include "wificond/net/netlink_utils.h"
-#include "android/net/wifi/NativeScanResult.h"
+#include "com/android/server/wifi/wificond/NativeScanResult.h"
#include "wificond/scanning/scan_utils.h"
#include "wificond/scanning/scanner_impl.h"
-using android::net::wifi::IClientInterface;
-using android::net::wifi::ISendMgmtFrameEvent;
-using android::net::wifi::NativeScanResult;
+using com::android::server::wifi::wificond::IClientInterface;
+using com::android::server::wifi::wificond::ISendMgmtFrameEvent;
+using com::android::server::wifi::wificond::NativeScanResult;
using android::sp;
using android::wifi_system::InterfaceTool;
@@ -157,7 +157,7 @@ ClientInterfaceImpl::~ClientInterfaceImpl() {
if_tool_->SetUpState(interface_name_.c_str(), false);
}
-sp<android::net::wifi::IClientInterface> ClientInterfaceImpl::GetBinder() const {
+sp<com::android::server::wifi::wificond::IClientInterface> ClientInterfaceImpl::GetBinder() const {
return binder_;
}