Searched refs:srcAddress (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/hardware/hdmi/ |
H A D | HdmiClient.java | 199 public void onReceived(int srcAddress, int destAddress, byte[] params, 201 listener.onReceived(srcAddress, destAddress, params, hasVendorId);
|
H A D | HdmiControlManager.java | 1729 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 D | HdmiCecController.java | 788 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 D | HdmiControlService.java | 3783 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 D | FakeNativeWrapper.java | 77 int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand() argument 81 HdmiCecMessage message = HdmiCecMessage.build(srcAddress, dstAddress, body[0], in nativeSendCecCommand()
|
H A D | HdmiCecLocalDeviceTest.java | 71 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |