Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Drclient_unittest.cc501 void *void_client = reinterpret_cast<void *>(rclient_); in TEST_F() local
508 send_output_volume_changed(void_client, volume); in TEST_F()
516 void *void_client = reinterpret_cast<void *>(rclient_); in TEST_F() local
525 send_output_mute_changed(void_client, muted, user_muted, mute_locked); in TEST_F()
535 void *void_client = reinterpret_cast<void *>(rclient_); in TEST_F() local
542 send_capture_gain_changed(void_client, gain); in TEST_F()
550 void *void_client = reinterpret_cast<void *>(rclient_); in TEST_F() local
558 send_capture_mute_changed(void_client, muted, mute_locked); in TEST_F()
567 void *void_client = reinterpret_cast<void *>(rclient_); in TEST_F() local
573 send_nodes_changed(void_client); in TEST_F()
[all …]