X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=server.h;h=4c131d474265b11f13e2e809d5b2ccc2549200d3;hb=e763c873b70ea6ba38491969ef2aaf3a7bec17d4;hp=8fc3d77c40e5e621734c63283d570c509e8c8309;hpb=64187ec9e8b48b4de5565e8ae1dbf2f2f3e859bd;p=android-x86%2Fsystem-connectivity-wificond.git diff --git a/server.h b/server.h index 8fc3d77..4c131d4 100644 --- a/server.h +++ b/server.h @@ -31,7 +31,6 @@ #include "wificond/ap_interface_impl.h" #include "wificond/client_interface_impl.h" -#include "wificond/rtt/rtt_controller_impl.h" namespace android { namespace wificond { @@ -58,15 +57,6 @@ class Server : public android::net::wifi::BnWificond { const android::sp& callback) override; - android::binder::Status registerRttClient( - const ::android::sp<::android::net::wifi::IRttClient>& rtt_client, - ::android::sp<::android::net::wifi::IRttController>* - out_rtt_controller) override; - - android::binder::Status unregisterRttClient( - const ::android::sp<::android::net::wifi::IRttClient>& - rttClient) override; - android::binder::Status createApInterface( android::sp* created_interface) override; @@ -120,8 +110,6 @@ class Server : public android::net::wifi::BnWificond { std::vector> interface_event_callbacks_; - std::unique_ptr rtt_controller_; - // Cached interface list from kernel. std::vector interfaces_;