Home
last modified time | relevance | path

Searched refs:cras_bt_profile (Results 1 – 5 of 5) sorted by relevance

/external/adhd/cras/src/server/
Dcras_bt_profile.h19 struct cras_bt_profile { struct
27 void (*release)(struct cras_bt_profile *profile); argument
29 struct cras_bt_profile *profile, argument
31 void (*request_disconnection)(struct cras_bt_profile *profile, argument
33 void (*cancel)(struct cras_bt_profile *profile); argument
34 struct cras_bt_profile *prev, *next; argument
42 int cras_bt_add_profile(DBusConnection *conn, struct cras_bt_profile *profile);
49 int cras_bt_rm_profile(DBusConnection *conn, struct cras_bt_profile *profile);
59 struct cras_bt_profile *cras_bt_profile_get(const char *path);
73 struct cras_bt_profile *profile);
[all …]
Dcras_bt_profile.c43 static struct cras_bt_profile *profiles;
51 struct cras_bt_profile *profile; in cras_bt_profile_handle_release()
84 struct cras_bt_profile *profile; in cras_bt_profile_handle_new_connection()
153 struct cras_bt_profile *profile; in cras_bt_profile_handle_request_disconnection()
194 struct cras_bt_profile *profile; in cras_bt_profile_handle_cancel()
277 struct cras_bt_profile *profile) in cras_bt_register_profile()
366 struct cras_bt_profile *profile) in cras_bt_unregister_profile()
407 struct cras_bt_profile *profile; in cras_bt_register_profiles()
419 int cras_bt_add_profile(DBusConnection *conn, struct cras_bt_profile *profile) in cras_bt_add_profile()
442 int cras_bt_rm_profile(DBusConnection *conn, struct cras_bt_profile *profile) in cras_bt_rm_profile()
[all …]
Dcras_hfp_ag_profile.c155 static void cras_hfp_ag_release(struct cras_bt_profile *profile) in cras_hfp_ag_release()
238 struct cras_bt_profile *profile, in cras_hfp_ag_new_connection()
283 static void cras_hfp_ag_request_disconnection(struct cras_bt_profile *profile, in cras_hfp_ag_request_disconnection()
300 static void cras_hfp_ag_cancel(struct cras_bt_profile *profile) in cras_hfp_ag_cancel()
304 static struct cras_bt_profile cras_hfp_ag_profile = {
324 struct cras_bt_profile *profile, in cras_hsp_ag_new_connection()
355 static void cras_hsp_ag_request_disconnection(struct cras_bt_profile *profile, in cras_hsp_ag_request_disconnection()
371 static struct cras_bt_profile cras_hsp_ag_profile = {
/external/adhd/cras/src/tests/
Dbt_profile_unittest.cc20 static struct cras_bt_profile fake_profile;
23 static struct cras_bt_profile* profile_release_arg_value;
29 static struct cras_bt_profile* profile_cancel_arg_value;
33 void fake_profile_release(struct cras_bt_profile* profile);
34 void fake_profile_new_connection(struct cras_bt_profile* profile,
36 void fake_profile_request_disconnection(struct cras_bt_profile* profile,
38 void fake_profile_cancel(struct cras_bt_profile* profile);
66 struct cras_bt_profile* profile; in TEST_F()
131 void fake_profile_release(struct cras_bt_profile* profile) { in fake_profile_release()
136 void fake_profile_new_connection(struct cras_bt_profile* profile, in fake_profile_new_connection()
[all …]
Dhfp_ag_profile_unittest.cc18 static struct cras_bt_profile* internal_bt_profile;
51 struct cras_bt_profile* bt_profile; in TEST_F()
77 struct cras_bt_profile* bt_profile; in TEST_F()
97 struct cras_bt_profile* bt_profile; in TEST_F()
165 int cras_bt_add_profile(DBusConnection* conn, struct cras_bt_profile* profile) { in cras_bt_add_profile()
170 int cras_bt_rm_profile(DBusConnection* conn, struct cras_bt_profile* profile) { in cras_bt_rm_profile()
176 struct cras_bt_profile* profile) { in cras_bt_register_profile()
185 struct cras_bt_profile* profile) { in cras_bt_unregister_profile()