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

  /cts/hostsidetests/security/securityPatch/CVE-2017-13232/
poc.cpp 42 SET_STREAM_VOLUME,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogControllerImpl.java 300 mWorker.obtainMessage(W.SET_STREAM_VOLUME, stream, level).sendToTarget();
708 private static final int SET_STREAM_VOLUME = 10;
731 case SET_STREAM_VOLUME: onSetStreamVolumeW(msg.arg1, msg.arg2); break;
    [all...]
  /frameworks/av/media/libaudioclient/
IAudioFlinger.cpp 47 SET_STREAM_VOLUME,
255 remote()->transact(SET_STREAM_VOLUME, data, &reply);
872 case SET_STREAM_VOLUME:
    [all...]
IAudioPolicyService.cpp 53 SET_STREAM_VOLUME,
391 remote()->transact(SET_STREAM_VOLUME, data, &reply);
    [all...]

Completed in 135 milliseconds