Home | History | Annotate | Download | only in test

Lines Matching defs:volume

127         // let vehicle hal report volume change from unknown context, we should map it to the
130 // now music volume should be recorded as 3.
198 // set alarm volume with show_ui flag and a different volume
313 // initialize the vol to be the min volume.
319 public void injectVolumeEvent(int context, int volume) {
323 .addIntValue(context, volume, 0)
331 int volume = v.get(VehicleAudioVolumeIndex.VOLUME);
335 mCurrent.put(stream, volume);
339 .addIntValue(stream, volume, state)
346 int volume = mCurrent.get(stream);
349 .addIntValue(stream, volume, 0)