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

  /external/bluetooth/bluez/gdbus/
watch.c 192 char match_string[128]; local
194 snprintf(match_string, sizeof(match_string),
200 dbus_bus_add_match(connection, match_string, &err);
203 error("Adding match rule \"%s\" failed: %s", match_string,
215 char match_string[128]; local
217 snprintf(match_string, sizeof(match_string),
223 dbus_bus_remove_match(connection, match_string, &err);
  /external/bluetooth/bluez/audio/
telephony-ofono.c 923 char match_string[256]; local
957 snprintf(match_string, sizeof(match_string),
962 dbus_bus_add_match(connection, match_string, NULL);
1051 char match_string[128]; local
1062 snprintf(match_string, sizeof(match_string), "type=signal,interface=%s",
1064 dbus_bus_add_match(connection, match_string, NULL);
1066 snprintf(match_string, sizeof(match_string), "type=signal,interface=%s"
    [all...]
telephony-maemo.c 1730 char match_string[256]; local
1834 char match_string[128]; local
    [all...]
  /external/bluetooth/bluez/test/
agent.c 542 char match_string[128], default_path[128], *adapter_id = NULL; local
619 snprintf(match_string, sizeof(match_string),
623 dbus_bus_add_match(conn, match_string, NULL);
  /external/bluetooth/glib/glib/
gpattern.c 57 const gchar *match_string,
64 string = match_string;

Completed in 351 milliseconds