Searched refs:g_key_file_get_string (Results 1 - 11 of 11) sorted by relevance

/external/bluetooth/bluez/network/
H A Dmanager.c126 conf.panu_script = g_key_file_get_string(keyfile, "PANU Role",
133 conf.gn_script = g_key_file_get_string(keyfile, "GN Role",
140 conf.nap_script = g_key_file_get_string(keyfile, "NAP Role",
148 conf.iface_prefix = g_key_file_get_string(keyfile, "PANU Role",
155 conf.gn_iface = g_key_file_get_string(keyfile, "GN Role",
162 conf.nap_iface = g_key_file_get_string(keyfile, "NAP Role",
/external/bluetooth/bluez/src/
H A Dmain.c129 str = g_key_file_get_string(config, "General", "Name", &err);
141 str = g_key_file_get_string(config, "General", "Class", &err);
178 str = g_key_file_get_string(config, "General", "DeviceID", &err);
204 str = g_key_file_get_string(config, "General",
/external/bluetooth/bluez/audio/
H A Da2dp.c1094 str = g_key_file_get_string(config, "General", "Enable", &err);
1107 str = g_key_file_get_string(config, "General", "Disable", &err);
1120 str = g_key_file_get_string(config, "A2DP", "SBCSources", &err);
1129 str = g_key_file_get_string(config, "A2DP", "MPEG12Sources", &err);
1138 str = g_key_file_get_string(config, "A2DP", "SBCSinks", &err);
1147 str = g_key_file_get_string(config, "A2DP", "MPEG12Sinks", &err);
H A Dcontrol.c807 input_device_name = g_key_file_get_string(config,
H A Dheadset.c2207 str = g_key_file_get_string(config, "General", "SCORouting",
/external/bluetooth/glib/glib/
H A Dgkeyfile.h105 gchar *g_key_file_get_string (GKeyFile *key_file,
H A Dgkeyfile.c1241 * Use g_key_file_get_string() to retrieve an unescaped UTF-8 string.
1345 * g_key_file_get_string:
1366 g_key_file_get_string (GKeyFile *key_file, function
1699 translated_value = g_key_file_get_string (key_file,
1715 translated_value = g_key_file_get_string (key_file, group_name, key,
H A Dgaliasdef.c1247 #undef g_key_file_get_string macro
1248 extern __typeof (g_key_file_get_string) g_key_file_get_string __attribute((alias("IA__g_key_file_get_string"), visibility("default")));
H A Dgalias.h1240 extern __typeof (g_key_file_get_string) IA__g_key_file_get_string __attribute((visibility("hidden"))) G_GNUC_MALLOC;
1241 #define g_key_file_get_string IA__g_key_file_get_string macro
/external/bluetooth/bluez/serial/
H A Dproxy.c1225 uuid_str = g_key_file_get_string(config, group_str, "UUID",
1234 address = g_key_file_get_string(config, group_str, "Address",
/external/bluetooth/glib/gio/
H A Dgdesktopappinfo.c219 type = g_key_file_get_string (key_file,
230 try_exec = g_key_file_get_string (key_file,
256 info->exec = g_key_file_get_string (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_EXEC, NULL);
257 info->path = g_key_file_get_string (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_PATH, NULL);

Completed in 77 milliseconds