Searched refs:ramptype (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/libmix/mix_audio/src/ |
D | mixaudio.h | 167 …LT (*set_volume) (MixAudio *mix, gint currvol, MixVolType type, gulong msecs, MixVolRamp ramptype); 491 …_audio_set_volume(MixAudio *mix, gint currvol, MixVolType type, gulong msecs, MixVolRamp ramptype);
|
D | mixaudio.c | 121 …et_volume_default(MixAudio *mix, gint currvol, MixVolType type, gulong msecs, MixVolRamp ramptype); 1367 …set_volume_default(MixAudio *mix, gint currvol, MixVolType type, gulong msecs, MixVolRamp ramptype) in mix_audio_set_volume_default() argument 1376 vol.ramp_type = ramptype; // TODO: confirm the mappings between Mix and SST. in mix_audio_set_volume_default() 1850 …x_audio_set_volume(MixAudio *mix, gint currvol, MixVolType type, gulong msecs, MixVolRamp ramptype) in mix_audio_set_volume() argument 1859 return klass->set_volume(mix, currvol, type, msecs, ramptype); in mix_audio_set_volume()
|