Home | History | Annotate | Download | only in alsa_sound

Lines Matching refs:ALSAControl

0 /* ALSAControl.cpp
27 #define LOG_TAG "ALSAControl"
42 ALSAControl::ALSAControl(const char *device)
44 ALOGD("ALSAControl: ctor device %s", device);
46 ALOGV("ALSAControl: ctor mixer %p", mHandle);
49 ALSAControl::~ALSAControl()
54 status_t ALSAControl::get(const char *name, unsigned int &value, int index)
71 status_t ALSAControl::set(const char *name, unsigned int value, int index)
91 status_t ALSAControl::set(const char *name, const char *value)
111 status_t ALSAControl::setext(const char *name, int count, char **setValues)