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

  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiMhlLocalDeviceStub.java 47 void sendStandby() {
HdmiCecLocalDevicePlayback.java 353 protected void sendStandby(int deviceId) {
HdmiControlService.java     [all...]
HdmiCecLocalDevice.java 579 protected void sendStandby(int deviceId) {
    [all...]
HdmiCecLocalDeviceTv.java     [all...]
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiPlaybackClient.java 112 public void sendStandby() {
114 mService.sendStandby(getDeviceType(), HdmiDeviceInfo.idForCecDevice(ADDR_TV));
116 Log.e(TAG, "sendStandby threw exception ", e);
IHdmiControlService.aidl 66 void sendStandby(int deviceType, int deviceId);
HdmiTvClient.java 234 public void sendStandby(int deviceId) {
236 mService.sendStandby(getDeviceType(), deviceId);
238 Log.e(TAG, "sendStandby threw exception ", e);

Completed in 73 milliseconds