OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_interface_name
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/service/
service.cpp
44
static String16
get_interface_name
(sp<IBinder> service)
function
122
<< ": [" << good_old_string(
get_interface_name
(service)) << "]"
130
String16 ifName =
get_interface_name
(service);
/external/avahi/avahi-python/avahi-discover/
avahi-discover.py
94
def
get_interface_name
(self, interface, protocol):
member in class:Main_window
124
ifn = self.
get_interface_name
(interface, protocol)
200
ifn = self.
get_interface_name
(interface, protocol)
/frameworks/base/services/core/jni/
com_android_server_connectivity_Vpn.cpp
92
static int
get_interface_name
(char *name, int tun)
function in namespace:android
274
if (
get_interface_name
(name, tun) < 0) {
Completed in 199 milliseconds