/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiClient.java | 133 public void sendVolumeKeyEvent(int keyCode, boolean isPressed) { 135 mService.sendVolumeKeyEvent(getDeviceType(), keyCode, isPressed);
|
D | HdmiControlServiceWrapper.java | 126 public void sendVolumeKeyEvent(int deviceType, int keyCode, boolean isPressed) { 127 HdmiControlServiceWrapper.this.sendVolumeKeyEvent(deviceType, keyCode, isPressed); 419 public void sendVolumeKeyEvent(int deviceType, int keyCode, boolean isPressed) {} in sendVolumeKeyEvent() method in HdmiControlServiceWrapper
|
D | IHdmiControlService.aidl | 59 void sendVolumeKeyEvent(int deviceType, int keyCode, boolean isPressed); in sendVolumeKeyEvent() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardKeyEventInteractorTest.kt | 96 .sendVolumeKeyEvent( in dispatchKeyEvent_volumeKey_dozing_handlesEvents() 104 .sendVolumeKeyEvent( in dispatchKeyEvent_volumeKey_dozing_handlesEvents() 117 .sendVolumeKeyEvent( in dispatchKeyEvent_volumeKey_notDozing_doesNotHandleEvents() 125 .sendVolumeKeyEvent( in dispatchKeyEvent_volumeKey_notDozing_doesNotHandleEvents()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
D | HdmiCecLocalDevicePlaybackTest.java | 1372 mHdmiCecLocalDevicePlayback.sendVolumeKeyEvent(KeyEvent.KEYCODE_VOLUME_UP, true); in sendVolumeKeyEvent_up_volumeEnabled() 1373 mHdmiCecLocalDevicePlayback.sendVolumeKeyEvent(KeyEvent.KEYCODE_VOLUME_UP, false); in sendVolumeKeyEvent_up_volumeEnabled() 1393 mHdmiCecLocalDevicePlayback.sendVolumeKeyEvent(KeyEvent.KEYCODE_VOLUME_DOWN, true); in sendVolumeKeyEvent_down_volumeEnabled() 1394 mHdmiCecLocalDevicePlayback.sendVolumeKeyEvent(KeyEvent.KEYCODE_VOLUME_DOWN, false); in sendVolumeKeyEvent_down_volumeEnabled() 1414 mHdmiCecLocalDevicePlayback.sendVolumeKeyEvent(KeyEvent.KEYCODE_VOLUME_MUTE, true); in sendVolumeKeyEvent_mute_volumeEnabled() 1415 mHdmiCecLocalDevicePlayback.sendVolumeKeyEvent(KeyEvent.KEYCODE_VOLUME_MUTE, false); in sendVolumeKeyEvent_mute_volumeEnabled() 1435 mHdmiCecLocalDevicePlayback.sendVolumeKeyEvent(KeyEvent.KEYCODE_VOLUME_UP, true); in sendVolumeKeyEvent_up_volumeDisabled() 1436 mHdmiCecLocalDevicePlayback.sendVolumeKeyEvent(KeyEvent.KEYCODE_VOLUME_UP, false); in sendVolumeKeyEvent_up_volumeDisabled() 1456 mHdmiCecLocalDevicePlayback.sendVolumeKeyEvent(KeyEvent.KEYCODE_VOLUME_DOWN, true); in sendVolumeKeyEvent_down_volumeDisabled() 1457 mHdmiCecLocalDevicePlayback.sendVolumeKeyEvent(KeyEvent.KEYCODE_VOLUME_DOWN, false); in sendVolumeKeyEvent_down_volumeDisabled() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardKeyEventInteractor.kt | 132 .sendVolumeKeyEvent(event, AudioManager.USE_DEFAULT_STREAM_TYPE, true) in dispatchVolumeKeyEvent()
|
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/ |
D | HdmiAudioSystemClientTest.java | 187 public void sendVolumeKeyEvent( in sendVolumeKeyEvent() method in HdmiAudioSystemClientTest.TestHdmiControlService
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlService.java | 2404 public void sendVolumeKeyEvent( in sendVolumeKeyEvent() method in HdmiControlService.BinderService 2420 localDevice.sendVolumeKeyEvent(keyCode, isPressed); in sendVolumeKeyEvent() 4842 mLocalDevice.sendVolumeKeyEvent(keyCode, true); in onAudioDeviceVolumeAdjusted() 4843 mLocalDevice.sendVolumeKeyEvent(keyCode, false); in onAudioDeviceVolumeAdjusted() 4846 mLocalDevice.sendVolumeKeyEvent(keyCode, true); in onAudioDeviceVolumeAdjusted() 4849 mLocalDevice.sendVolumeKeyEvent(keyCode, false); in onAudioDeviceVolumeAdjusted()
|
D | HdmiCecLocalDevice.java | 1394 protected void sendVolumeKeyEvent(int keyCode, boolean isPressed) { in sendVolumeKeyEvent() method in HdmiCecLocalDevice
|
/frameworks/base/media/java/android/media/session/ |
D | MediaSessionLegacyHelper.java | 183 public void sendVolumeKeyEvent(KeyEvent keyEvent, int stream, boolean musicOnly) { in sendVolumeKeyEvent() method in MediaSessionLegacyHelper
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 3874 hdmiClient.sendVolumeKeyEvent(keyCode, true); in adjustStreamVolume() 3875 hdmiClient.sendVolumeKeyEvent(keyCode, false); in adjustStreamVolume() 3878 hdmiClient.sendVolumeKeyEvent(keyCode, true); in adjustStreamVolume() 3881 hdmiClient.sendVolumeKeyEvent(keyCode, false); in adjustStreamVolume()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 4805 MediaSessionLegacyHelper.getHelper(mContext).sendVolumeKeyEvent( 4818 MediaSessionLegacyHelper.getHelper(mContext).sendVolumeKeyEvent(
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 30202 Landroid/media/session/MediaSessionLegacyHelper;->sendVolumeKeyEvent(Landroid/view/KeyEvent;IZ)V
|