HomeSort by relevance Sort by last modified time
    Searched full:android_get_control_socket (Results 1 - 16 of 16) sorted by null

  /system/core/include/cutils/
sockets.h 40 * android_get_control_socket - simple helper function to get the file
47 static inline int android_get_control_socket(const char *name) function
  /external/bluetooth/bluez/src/
sdpd.h 84 static inline int android_get_control_socket(const char *name);
sdpd-server.c 149 unix_sock = android_get_control_socket("bluetooth");
  /external/ipsec-tools/
main.c 59 if ((i = android_get_control_socket("racoon")) == -1) {
  /system/core/libsysutils/src/
SocketListener.cpp 78 if ((mSock = android_get_control_socket(mSocketName)) < 0) {
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_unix.c 292 priv->sock = android_get_control_socket(addr.sun_path);
662 priv->sock = android_get_control_socket(global->params.ctrl_interface);
  /frameworks/native/cmds/dumpstate/
utils.c 275 int s = android_get_control_socket(service);
277 fprintf(stderr, "android_get_control_socket(%s): %s\n", service, strerror(errno));
  /external/mdnsresponder/mDNSPosix/
PosixDaemon.c 199 s[0] = android_get_control_socket(socketname);
  /external/mtpd/
mtpd.c 107 if ((i = android_get_control_socket("mtpd")) == -1) {
  /frameworks/base/cmds/installd/
installd.c 378 lsocket = android_get_control_socket(SOCKET_PATH);
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 308 priv->sock = android_get_control_socket(addr.sun_path);
677 priv->sock = android_get_control_socket(global->params.ctrl_interface);
  /development/tools/emulator/system/qemud/
qemud.c     [all...]
  /sdk/emulator/qemud/
qemud.c     [all...]
  /system/security/keystore/
keystore.cpp     [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c 923 listen_fd = android_get_control_socket (suffix);
    [all...]

Completed in 542 milliseconds