Home
last modified time | relevance | path

Searched refs:srcAddress (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiClient.java199 public void onReceived(int srcAddress, int destAddress, byte[] params,
201 listener.onReceived(srcAddress, destAddress, params, hasVendorId);
H A DHdmiControlManager.java1729 void onReceived(int srcAddress, int destAddress, byte[] params, boolean hasVendorId); in onReceived() argument
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java788 HdmiCecMessage command = HdmiCecMessage.build(srcAddress, dstAddress, body[0], in handleIncomingCecCommand()
799 incomingMessageDirection(srcAddress, dstAddress), getCallingUid()); in handleIncomingCecCommand()
808 private int incomingMessageDirection(int srcAddress, int dstAddress) { in incomingMessageDirection() argument
813 if (logicalAddress == srcAddress) { in incomingMessageDirection()
900 int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body); in nativeSendCecCommand() argument
994 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand() argument
996 message.initiator = (byte) (srcAddress & 0xF); in nativeSendCecCommand()
1224 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand() argument
1227 message.initiator = srcAddress; in nativeSendCecCommand()
1421 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand() argument
[all …]
H A DHdmiControlService.java3783 boolean invokeVendorCommandListenersOnReceived(int deviceType, int srcAddress, int destAddress, in invokeVendorCommandListenersOnReceived() argument
3800 record.mListener.onReceived(srcAddress, destAddress, params, hasVendorId); in invokeVendorCommandListenersOnReceived()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DFakeNativeWrapper.java77 int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand() argument
81 HdmiCecMessage message = HdmiCecMessage.build(srcAddress, dstAddress, body[0], in nativeSendCecCommand()
H A DHdmiCecLocalDeviceTest.java71 private static int SendCecCommandFactory(int srcAddress, int dstAddress, byte[] body) { in SendCecCommandFactory() argument
76 return srcAddress == mSrcAddr in SendCecCommandFactory()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...