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

  /external/bluetooth/bluez/src/
main.c 166 boolean = g_key_file_get_boolean(config, "General",
174 boolean = g_key_file_get_boolean(config, "General",
193 boolean = g_key_file_get_boolean(config, "General",
201 boolean = g_key_file_get_boolean(config, "General",
208 boolean = g_key_file_get_boolean(config, "General",
  /external/bluetooth/bluez/network/
manager.c 61 conf_security = !g_key_file_get_boolean(keyfile, "General",
  /external/bluetooth/bluez/audio/
manager.c 626 tmp = g_key_file_get_boolean(config, "General", "Master",
724 tmp = g_key_file_get_boolean(config, "General", "Master",
1096 b = g_key_file_get_boolean(config, "General", "AutoConnect", &err);
1103 b = g_key_file_get_boolean(config, "Headset", "HFP",
control.c 870 tmp = g_key_file_get_boolean(config, "General",
avdtp.c     [all...]
a2dp.c 1221 delay_reporting = g_key_file_get_boolean(config, "A2DP",
    [all...]
  /external/bluetooth/glib/glib/
gkeyfile.h 123 gboolean g_key_file_get_boolean (GKeyFile *key_file,
galiasdef.c 1211 #undef g_key_file_get_boolean macro
    [all...]
gkeyfile.c 1874 g_key_file_get_boolean (GKeyFile *key_file, function
    [all...]
galias.h 1205 #define g_key_file_get_boolean macro
    [all...]
  /external/bluetooth/glib/gio/
gdesktopappinfo.c 251 info->nodisplay = g_key_file_get_boolean (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY, NULL) != FALSE;
258 info->terminal = g_key_file_get_boolean (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_TERMINAL, NULL) != FALSE;
259 info->startup_notify = g_key_file_get_boolean (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY, NULL) != FALSE;
260 info->no_fuse = g_key_file_get_boolean (key_file, G_KEY_FILE_DESKTOP_GROUP, "X-GIO-NoFuse", NULL) != FALSE;
261 info->hidden = g_key_file_get_boolean (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_HIDDEN, NULL) != FALSE;
    [all...]

Completed in 341 milliseconds