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

  /external/bluetooth/bluez/input/
manager.h 24 int input_manager_init(DBusConnection *conn, GKeyFile *config);
main.c 38 static GKeyFile *load_config_file(const char *file)
40 GKeyFile *keyfile;
59 GKeyFile *config;
manager.c 174 int input_manager_init(DBusConnection *conn, GKeyFile *config)
  /external/bluetooth/glib/glib/
gkeyfile.h 0 /* gkeyfile.h - desktop entry file parser
48 typedef struct _GKeyFile GKeyFile;
57 GKeyFile *g_key_file_new (void);
58 void g_key_file_free (GKeyFile *key_file);
59 void g_key_file_set_list_separator (GKeyFile *key_file,
61 gboolean g_key_file_load_from_file (GKeyFile *key_file,
65 gboolean g_key_file_load_from_data (GKeyFile *key_file,
70 gboolean g_key_file_load_from_dirs (GKeyFile *key_file,
76 gboolean g_key_file_load_from_data_dirs (GKeyFile *key_file,
81 gchar *g_key_file_to_data (GKeyFile *key_file
    [all...]
gkeyfile.c 0 /* gkeyfile.c - key file parser
26 #include "gkeyfile.h"
115 static gboolean g_key_file_load_from_fd (GKeyFile *key_file,
119 static GList *g_key_file_lookup_group_node (GKeyFile *key_file,
121 static GKeyFileGroup *g_key_file_lookup_group (GKeyFile *key_file,
124 static GList *g_key_file_lookup_key_value_pair_node (GKeyFile *key_file,
127 static GKeyFileKeyValuePair *g_key_file_lookup_key_value_pair (GKeyFile *key_file,
131 static void g_key_file_remove_group_node (GKeyFile *key_file,
133 static void g_key_file_remove_key_value_pair_node (GKeyFile *key_file,
137 static void g_key_file_add_key (GKeyFile *key_file
    [all...]
  /external/bluetooth/bluez/audio/
control.h 41 int avrcp_register(DBusConnection *conn, const bdaddr_t *src, GKeyFile *config);
manager.h 36 int audio_manager_init(DBusConnection *conn, GKeyFile *config,
main.c 51 static GKeyFile *load_config_file(const char *file)
54 GKeyFile *keyfile;
144 GKeyFile *config;
headset.h 65 uint32_t headset_config_init(GKeyFile *config);
a2dp.h 136 int a2dp_register(DBusConnection *conn, const bdaddr_t *src, GKeyFile *config);
avdtp.h 315 int avdtp_init(const bdaddr_t *src, GKeyFile *config, uint16_t *version);
manager.c 109 static GKeyFile *config = NULL;
1141 int audio_manager_init(DBusConnection *conn, GKeyFile *conf,
control.c 854 int avrcp_register(DBusConnection *conn, const bdaddr_t *src, GKeyFile *config)
a2dp.c 1396 int a2dp_register(DBusConnection *conn, const bdaddr_t *src, GKeyFile *config)
    [all...]
headset.c     [all...]
avdtp.c     [all...]
  /external/bluetooth/bluez/src/
hcid.h 60 gboolean plugin_init(GKeyFile *config, const char *enable,
main.c 70 static GKeyFile *load_config(const char *file)
73 GKeyFile *keyfile;
89 static void parse_config(GKeyFile *config)
383 GKeyFile *config;
plugin.c 123 gboolean plugin_init(GKeyFile *config, const char *enable, const char *disable)
  /external/bluetooth/glib/gio/
gdesktopappinfo.h 49 GDesktopAppInfo *g_desktop_app_info_new_from_keyfile (GKeyFile *key_file);
gdesktopappinfo.c 195 * @key_file: an opened #GKeyFile
204 g_desktop_app_info_new_from_keyfile (GKeyFile *key_file)
312 GKeyFile *key_file;
1258 GKeyFile *key_file;
    [all...]
  /external/bluetooth/bluez/network/
manager.c 50 GKeyFile *keyfile;
  /external/bluetooth/bluez/serial/
proxy.c 1160 GKeyFile *config;

Completed in 465 milliseconds