Lines Matching refs:name
54 status_t ALSAControl::get(const char *name, unsigned int &value, int index) in get() argument
63 ctl = mixer_get_control(mHandle, name, index); in get()
71 status_t ALSAControl::set(const char *name, unsigned int value, int index) in set() argument
75 ALOGD("set:: name %s value %d index %d", name, value, index); in set()
82 ctl = mixer_get_control(mHandle, name, 0); in set()
91 status_t ALSAControl::set(const char *name, const char *value) in set() argument
95 ALOGD("set:: name %s value %s", name, value); in set()
102 ctl = mixer_get_control(mHandle, name, 0); in set()
111 status_t ALSAControl::setext(const char *name, int count, char **setValues) in setext() argument
115 ALOGD("setext:: name %s count %d", name, count); in setext()
122 ctl = mixer_get_control(mHandle, name, 0); in setext()