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

  /external/bluetooth/bluez/src/
main.c 132 str = g_key_file_get_string(config, "General", "Name", &err);
144 str = g_key_file_get_string(config, "General", "Class", &err);
181 str = g_key_file_get_string(config, "General", "DeviceID", &err);
233 str = g_key_file_get_string(config, "General",
  /external/bluetooth/glib/glib/
gkeyfile.h 105 gchar *g_key_file_get_string (GKeyFile *key_file,
gkeyfile.c 1366 g_key_file_get_string (GKeyFile *key_file, function
    [all...]
galiasdef.c 1247 #undef g_key_file_get_string macro
    [all...]
galias.h 1241 #define g_key_file_get_string macro
    [all...]
  /external/bluetooth/bluez/audio/
a2dp.c     [all...]
control.c 870 input_device_name = g_key_file_get_string(config,
headset.c     [all...]
  /external/bluetooth/bluez/serial/
proxy.c 1186 uuid_str = g_key_file_get_string(config, group_str, "UUID",
1196 address = g_key_file_get_string(config, group_str, "Address",
  /external/bluetooth/glib/gio/
gdesktopappinfo.c 219 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);
    [all...]

Completed in 346 milliseconds