Lines Matching refs:port

234     // HDMI port information. Stored in the unmodifiable list to keep the static information
238 // Map from path(physical address) to port ID.
241 // Map from port ID to HdmiPortInfo.
244 // Map from port ID to HdmiDeviceInfo.
285 // Last input port before switching to the MHL port. Should switch back to this port
287 // Gets invalidated if we go to other port/input.
620 // Initialize HDMI port information. Combine the information from CEC and MHL HAL and
628 // each port. Return empty array if CEC HAL didn't provide the info.
656 // Build HDMI port info list with CEC port info plus MHL supported flag. We can just use
657 // cec port info if we do not have have port that supports MHL.
679 * Returns HDMI port information for the given port id.
681 * @param portId HDMI port id
682 * @return {@link HdmiPortInfo} for the given port
689 * Returns the routing path (physical address) of the HDMI port for the given
690 * port id.
695 Slog.e(TAG, "Cannot find the port info: " + portId);
702 * Returns the id of HDMI port located at the top of the hierarchy of
704 * the port id to be returned is the ID associated with the port address
756 HdmiDeviceInfo getDeviceInfoByPort(int port) {
758 HdmiMhlLocalDeviceStub info = mMhlController.getLocalDevice(port);
773 * Whether a device of the specified physical address is connected to ARC enabled port.
876 * @param portId hdmi port number where hot plug event issued.
985 Slog.i(TAG, "Old device of port " + portId + " is removed");
1603 Slog.w(TAG, "Invalid port id:" + portId);
1683 // Inform the listener of the initial state of each HDMI port by generating
1691 for (HdmiPortInfo port : mPortInfo) {
1692 HdmiHotplugEvent event = new HdmiHotplugEvent(port.getId(),
1693 mCecController.isConnected(port.getId()));
2247 * @param portId MHL port, or the last port to go back to if {@code contentOn} is false
2260 // This effectively sets the port to invalid one if the switching is for
2266 // MHL device is always directly connected to the port. Update the active port ID to avoid
2270 // The port is either the MHL-enabled port where the mobile device is connected, or
2271 // the last port to go back to when turnoff command is received. Note that the last port
2273 // input change listener should be the one describing the corresponding HDMI port.