Lines Matching refs:address

115     // List of the logical address of local CEC devices. Unmodifiable, thread-safe.
125 // other CEC devices since they might not have logical address.
573 int address = message.getSource();
576 if (updateCecSwitchInfo(address, type, path)) return true;
584 if (!isInDeviceList(address, path)) {
590 HdmiDeviceInfo deviceInfo = new HdmiDeviceInfo(address, path, getPortId(path), type,
591 Constants.UNKNOWN_VENDOR_ID, HdmiUtils.getDefaultDeviceName(address));
593 startNewDeviceAction(ActiveSource.of(address, path), type);
616 boolean updateCecSwitchInfo(int address, int type, int path) {
617 if (address == Constants.ADDR_UNREGISTERED
631 // If there is new device action which has the same logical address and path
1227 * logical address as new device info's.
1233 * that has the same logical address as new one has.
1365 private boolean isLocalDeviceAddress(int address) {
1366 return mLocalDeviceAddresses.contains(address);
1380 * @param logicalAddress logical address of the device to be retrieved
1382 * Returns null if no logical address matched
1401 * @param logicalAddress logical address to be retrieved
1403 * Returns null if no logical address matched
1452 * @param address a logical address of a device to be removed
1455 final void removeCecDevice(int address) {
1457 HdmiDeviceInfo info = removeDeviceInfo(HdmiDeviceInfo.idForCecDevice(address));
1459 mCecMessageCache.flushMessagesFrom(address);
1501 * Returns the {@link HdmiDeviceInfo} instance whose physical address matches
1502 * the given routing path. CEC devices use routing path for its physical address to
1505 * @param path routing path or physical address
1520 * Returns the {@link HdmiDeviceInfo} instance whose physical address matches
1524 * @param path routing path or physical address
1539 * Whether a device of the specified physical address and logical address exists
1543 * @param logicalAddress logical address of a device to be searched
1544 * @param physicalAddress physical address of a device to be searched
1706 Slog.w(TAG, "Invalid recorder address:" + recorderAddress);
1735 Slog.w(TAG, "Invalid recorder address:" + recorderAddress);
1769 Slog.w(TAG, "Invalid recorder address:" + recorderAddress);
1804 Slog.w(TAG, "Invalid recorder address:" + recorderAddress);
1895 void processDelayedMessages(int address) {
1897 mDelayedMessageBuffer.processMessagesForDevice(address);
1901 void processDelayedActiveSource(int address) {
1903 mDelayedMessageBuffer.processActiveSource(address);