HomeSort by relevance Sort by last modified time
    Searched refs:SET_STREAM_VOLUME (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogControllerImpl.java 278 mWorker.obtainMessage(W.SET_STREAM_VOLUME, stream, level).sendToTarget();
629 private static final int SET_STREAM_VOLUME = 10;
652 case SET_STREAM_VOLUME: onSetStreamVolumeW(msg.arg1, msg.arg2); break;
    [all...]
  /frameworks/av/media/libaudioclient/
IAudioFlinger.cpp 43 SET_STREAM_VOLUME,
357 remote()->transact(SET_STREAM_VOLUME, data, &reply);
    [all...]
IAudioPolicyService.cpp 51 SET_STREAM_VOLUME,
402 remote()->transact(SET_STREAM_VOLUME, data, &reply);
    [all...]

Completed in 512 milliseconds