Searched refs:get_dB (Results 1 - 7 of 7) sorted by relevance
| /third_party/alsa-utils/amixer/ |
| H A D | volume_mapping.c | 66 static int (* const get_dB[2])(snd_mixer_elem_t *, snd_mixer_selem_channel_id_t, long *) = { variable 104 err = get_dB[ctl_dir](elem, channel, &value); in get_normalized_volume()
|
| /third_party/alsa-utils/alsamixer/ |
| H A D | volume_mapping.c | 66 static int (* const get_dB[2])(snd_mixer_elem_t *, snd_mixer_selem_channel_id_t, long *) = { variable 104 err = get_dB[ctl_dir](elem, channel, &value); in get_normalized_volume()
|
| /third_party/alsa-lib/include/ |
| H A D | mixer_abst.h | 88 int (*get_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value); member
|
| /third_party/alsa-lib/src/mixer/ |
| H A D | simple.c | 421 return sm_selem_ops(elem)->get_dB(elem, SM_PLAY, channel, value); in snd_mixer_selem_get_playback_dB() 747 return sm_selem_ops(elem)->get_dB(elem, SM_CAPT, channel, value); in snd_mixer_selem_get_capture_dB()
|
| H A D | simple_none.c | 1415 .get_dB = get_dB_ops,
|
| /third_party/alsa-lib/modules/mixer/simple/ |
| H A D | sbase.c | 274 .get_dB = get_dB_ops,
|
| H A D | python.c | 496 .get_dB = get_dB_ops,
|
Completed in 8 milliseconds