Home
last modified time | relevance | path

Searched refs:tetherStartWithConfiguration (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DNetdNativeService.h133 binder::Status tetherStartWithConfiguration(const TetherConfigParcel& config) override;
DNetdNativeService.cpp893 return tetherStartWithConfiguration(config); in tetherStart()
896 binder::Status NetdNativeService::tetherStartWithConfiguration(const TetherConfigParcel& config) { in tetherStartWithConfiguration() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp2436 binder::Status status = mNetd->tetherStartWithConfiguration(config); in TEST_F()
2585 status = mNetd->tetherStartWithConfiguration(config); in TEST_F()