Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Dbt_profile_unittest.cc20 static struct cras_bt_profile fake_profile; variable
49 fake_profile.name = "fake"; in SetUp()
50 fake_profile.object_path = "/fake"; in SetUp()
51 fake_profile.uuid = "0"; in SetUp()
52 fake_profile.version = 0; in SetUp()
53 fake_profile.role = NULL; in SetUp()
54 fake_profile.features = 0; in SetUp()
55 fake_profile.release = fake_profile_release; in SetUp()
56 fake_profile.new_connection = fake_profile_new_connection; in SetUp()
57 fake_profile.request_disconnection = fake_profile_request_disconnection; in SetUp()
[all …]