HomeSort by relevance Sort by last modified time
    Searched full:hdp_application (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluez/health/
hdp_util.h 35 struct hdp_application *hdp_get_app_config(DBusMessageIter *iter, GError **err);
37 gboolean hdp_get_mdep(struct hdp_device *device, struct hdp_application *app,
54 struct hdp_application *hdp_application_ref(struct hdp_application *app);
55 void hdp_application_unref(struct hdp_application *app);
hdp_util.c 54 struct hdp_application *app;
145 struct hdp_application *app = data;
173 struct hdp_application *app = data;
214 struct hdp_application *app = data;
245 struct hdp_application *app = data;
292 struct hdp_application *hdp_get_app_config(DBusMessageIter *iter, GError **err)
294 struct hdp_application *app;
296 app = g_new0(struct hdp_application, 1);
317 struct hdp_application *app = l->data;
542 static sdp_list_t *app_to_sdplist(struct hdp_application *app
    [all...]
hdp_types.h 75 struct hdp_application { struct
117 struct hdp_application *app; /* Application */
hdp.c 68 struct hdp_application *app;
192 const struct hdp_application *app = a;
283 const struct hdp_application *app = a;
288 static gboolean set_app_path(struct hdp_application *app)
326 static void remove_application(struct hdp_application *app)
336 struct hdp_application *app = user_data;
348 struct hdp_application *app;
394 struct hdp_application *app;
767 struct hdp_application *app,
1068 struct hdp_application *app
    [all...]

Completed in 42 milliseconds