HomeSort by relevance Sort by last modified time
    Searched refs:TunInterface (Results 1 - 5 of 5) sorted by null

  /system/netd/tests/
tun_interface.h 25 class TunInterface {
27 TunInterface() = default;
28 ~TunInterface() { destroy(); }
tun_interface.cpp 45 int TunInterface::init() {
95 void TunInterface::destroy() {
binder_test.cpp 67 using android::net::TunInterface;
124 static TunInterface sTun;
127 TunInterface BinderTest::sTun;
    [all...]
  /system/hardware/interfaces/net/netd/1.1/vts/functional/
VtsHalNetNetdV1_1TargetTest.cpp 33 using android::net::TunInterface;
106 static TunInterface sTun1;
107 static TunInterface sTun2;
174 TunInterface NetdHidlTest::sTun1;
175 TunInterface NetdHidlTest::sTun2;
  /system/netd/server/
BandwidthControllerTest.cpp 51 using android::net::TunInterface;
61 TunInterface mTun;

Completed in 187 milliseconds