Home
last modified time | relevance | path

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

/device/generic/goldfish/audio/
Dtalsa.h41 void mixerSetValueAll(mixer_ctl_t *ctl, int value);
Dprimary_device.cpp46 talsa::mixerSetValueAll(mMixerMasterPaybackSwitchCtl, 1); in PrimaryDevice()
47 talsa::mixerSetValueAll(mMixerCaptureSwitchCtl, 1); in PrimaryDevice()
81 talsa::mixerSetValueAll(mMixerCaptureSwitchCtl, mute ? 0 : 1); in setMicMute()
100 talsa::mixerSetValueAll(mMixerMasterPaybackSwitchCtl, mute ? 0 : 1); in setMasterMute()
Dtalsa.cpp72 void mixerSetValueAll(mixer_ctl_t *ctl, int value) { in mixerSetValueAll() function