Home | History | Annotate | Download | only in hal

Lines Matching defs:vol

2136     int vol, err = 0;
2145 vol = lrint(volume * 100.0);
2150 vol = 100 - vol;
2152 err = platform_set_voice_volume(adev->platform, vol);