Home
last modified time | relevance | path

Searched defs:tun (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_TestNetworkService.cpp58 base::unique_fd tun(open("/dev/tun", O_RDWR | O_NONBLOCK)); in createTunTapInterface() local
90 int tun = createTunTapInterface(env, isTun, iface.c_str()); in create() local
Dcom_android_server_connectivity_Vpn.cpp60 int tun = open("/dev/tun", O_RDWR | O_NONBLOCK | O_CLOEXEC); in create_interface() local
93 static int get_interface_name(char *name, int tun) in get_interface_name()
264 int tun = create_interface(mtu); in create() local
272 static jstring getName(JNIEnv *env, jobject /* thiz */, jint tun) in getName()
/frameworks/av/media/codec2/tests/
DC2Param_test.cpp1142 const C2NumberTuning tun(100); in TEST_F() local
1748 std::unique_ptr<const C2NumbersTuning> tun = std::move(tun_); in TEST_F() local