Searched refs:cras_mute_ramp_start (Results 1 – 3 of 3) sorted by relevance
/external/adhd/cras/src/tests/ |
D | ramp_unittest.cc | 50 cras_mute_ramp_start(ramp, from, to, duration_frames, NULL, NULL); in TEST() 76 cras_mute_ramp_start(ramp, from, to, duration_frames, NULL, NULL); in TEST() 103 cras_mute_ramp_start(ramp, from, to, duration_frames, NULL, NULL); in TEST() 135 cras_mute_ramp_start(ramp, from, to, duration_frames, NULL, NULL); in TEST() 146 cras_mute_ramp_start(ramp, from, to, duration_frames, NULL, NULL); in TEST() 174 cras_mute_ramp_start(ramp, from, to, duration_frames, NULL, NULL); in TEST() 183 cras_mute_ramp_start(ramp, from, to, duration_frames, NULL, NULL); in TEST() 207 cras_mute_ramp_start(ramp, from, to, duration_frames, NULL, NULL); in TEST() 233 cras_mute_ramp_start(ramp, from, to, duration_frames, NULL, NULL); in TEST() 260 cras_mute_ramp_start(ramp, from, to, duration_frames, NULL, NULL); in TEST() [all …]
|
/external/adhd/cras/src/server/ |
D | cras_ramp.h | 67 static inline int cras_mute_ramp_start(struct cras_ramp *ramp, float from, in cras_mute_ramp_start() function
|
D | cras_iodev.c | 1561 rc = cras_mute_ramp_start(odev->ramp, from, to, in cras_iodev_start_ramp()
|