Searched defs:oldPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessageBuilder.java301 * @param oldPath physical address of the currently active routing path
305 static HdmiCecMessage buildRoutingChange(int src, int oldPath, int newPath) { argument
307 (byte) ((oldPath >> 8) & 0xFF), (byte) (oldPath & 0xFF),
H A DHdmiCecLocalDeviceTv.java411 int oldPath = getActivePortId() != Constants.INVALID_PORT_ID
413 setActivePath(oldPath);
419 startRoutingControl(oldPath, newPath, true, callback);
423 void startRoutingControl(int oldPath, int newPath, boolean queryDevicePowerStatus, argument
426 if (oldPath == newPath) {
430 HdmiCecMessageBuilder.buildRoutingChange(mAddress, oldPath, newPath);

Completed in 142 milliseconds