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 165 boolean = g_key_file_get_boolean(config, "General",
173 boolean = g_key_file_get_boolean(config, "General",
192 boolean = g_key_file_get_boolean(config, "General",
200 boolean = g_key_file_get_boolean(config, "General",
207 boolean = g_key_file_get_boolean(config, "General",
214 boolean = g_key_file_get_boolean(config, "General",
221 boolean = g_key_file_get_boolean(config, "General",
  /external/bluetooth/bluez/network/
manager.c 60 conf_security = !g_key_file_get_boolean(keyfile, "General",
  /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/bluez/audio/
manager.c 627 tmp = g_key_file_get_boolean(config, "General", "Master",
728 tmp = g_key_file_get_boolean(config, "General", "Master",
1196 b = g_key_file_get_boolean(config, "General", "AutoConnect", &err);
1203 b = g_key_file_get_boolean(config, "Headset", "HFP",
control.c 862 tmp = g_key_file_get_boolean(config, "General",
avdtp.c     [all...]
a2dp.c     [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 126 milliseconds