Searched defs:standbyAction (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevicePlayback.java166 protected void onStandby(boolean initiatedByCec, int standbyAction) { argument
171 switch (standbyAction) {
H A DHdmiCecLocalDevice.java845 * @param standbyAction Intent action that drives the standby process,
849 protected void onStandby(boolean initiatedByCec, int standbyAction) {} argument
H A DHdmiCecLocalDeviceTv.java1690 protected void onStandby(boolean initiatedByCec, int standbyAction) { argument
H A DHdmiControlService.java2042 private void onStandby(final int standbyAction) { argument
2059 onStandbyCompleted(standbyAction);
2113 private void onStandbyCompleted(int standbyAction) { argument
2122 device.onStandby(mStandbyMessageReceived, standbyAction);

Completed in 106 milliseconds