Home
last modified time | relevance | path

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

/external/tinyalsa_new/include/tinyalsa/
Dmixer.h100 const struct mixer_ctl *mixer_get_ctl_const(const struct mixer *mixer, unsigned int id);
/external/tinyalsa_new/tests/src/
Dmixer_test.cc69 EXPECT_EQ(mixer_get_ctl_const(nullptr, 0), nullptr); in TEST()
160 controls[i] = mixer_get_ctl_const(mixer_object, i); in SetUp()
/external/tinyalsa_new/src/
Dmixer.c645 const struct mixer_ctl *mixer_get_ctl_const(const struct mixer *mixer, unsigned int id) in mixer_get_ctl_const() function