diff options
Diffstat (limited to 'server/NetdNativeService.h')
| -rw-r--r-- | server/NetdNativeService.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/NetdNativeService.h b/server/NetdNativeService.h index 0d95c8ea4..f9979d316 100644 --- a/server/NetdNativeService.h +++ b/server/NetdNativeService.h @@ -123,6 +123,8 @@ class NetdNativeService : public BinderService<NetdNativeService>, public BnNetd binder::Status tetherApplyDnsInterfaces(bool *ret) override; binder::Status tetherGetStats( std::vector<android::net::TetherStatsParcel>* tetherStatsVec) override; + binder::Status tetherOffloadGetStats( + std::vector<android::net::TetherStatsParcel>* tetherStatsVec) override; binder::Status tetherStart(const std::vector<std::string>& dhcpRanges) override; binder::Status tetherStartWithConfiguration(const TetherConfigParcel& config) override; binder::Status tetherStop() override; |
