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

  /system/core/include/cutils/
sockets.h 39 * android_get_control_socket - simple helper function to get the file
46 static inline int android_get_control_socket(const char *name) function
  /external/bluetooth/bluez/src/
sdpd.h 100 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 62 if ((i = android_get_control_socket("racoon")) == -1) {
  /frameworks/base/cmds/installd/
installd.c 244 lsocket = android_get_control_socket(SOCKET_PATH);
  /system/core/libsysutils/src/
SocketListener.cpp 71 if ((mSock = android_get_control_socket(mSocketName)) < 0) {
  /external/wpa_supplicant/
ctrl_iface_unix.c 280 priv->sock = android_get_control_socket(addr.sun_path);
632 priv->sock = android_get_control_socket(global->params.ctrl_interface);
  /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);
  /external/mtpd/
mtpd.c 113 if ((i = android_get_control_socket("mtpd")) == -1) {
  /frameworks/base/cmds/dumpstate/
utils.c 231 int s = android_get_control_socket(service);
233 fprintf(stderr, "android_get_control_socket(%s): %s\n", service, strerror(errno));
  /frameworks/base/cmds/keystore/
keystore.c 538 int control_socket = android_get_control_socket("keystore");
  /hardware/ril/libril/
ril.cpp     [all...]
  /sdk/emulator/qemud/
qemud.c     [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c 574 listen_fd = android_get_control_socket (suffix);
    [all...]

Completed in 394 milliseconds