Home
last modified time | relevance | path

Searched refs:cras_bt_profile_get (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/server/
Dcras_bt_profile.c57 profile = cras_bt_profile_get(profile_path); in cras_bt_profile_handle_release()
106 profile = cras_bt_profile_get(profile_path); in cras_bt_profile_handle_new_connection()
165 profile = cras_bt_profile_get(prpofile_path); in cras_bt_profile_handle_request_disconnection()
202 profile = cras_bt_profile_get(profile_path); in cras_bt_profile_handle_cancel()
430 struct cras_bt_profile *cras_bt_profile_get(const char *path) in cras_bt_profile_get() function
Dcras_bt_profile.h54 struct cras_bt_profile *cras_bt_profile_get(const char *path);
/external/adhd/cras/src/tests/
Dbt_profile_unittest.cc77 profile = cras_bt_profile_get("/fake"); in TEST_F()