Searched defs:hasVendorId (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiClient.java64 * @param hasVendorId {@code true} if the command type will be <Vendor Command With ID>.
67 public void sendVendorCommand(int targetAddress, byte[] params, boolean hasVendorId) { argument
69 mService.sendVendorCommand(getDeviceType(), targetAddress, params, hasVendorId);
101 boolean hasVendorId) {
102 listener.onReceived(srcAddress, destAddress, params, hasVendorId);
H A DHdmiControlManager.java360 * @param hasVendorId {@code true} if the command is <Vendor Command
363 void onReceived(int srcAddress, int destAddress, byte[] params, boolean hasVendorId); argument
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java1525 final byte[] params, final boolean hasVendorId) {
1535 if (hasVendorId) {
2138 byte[] params, boolean hasVendorId) {
2148 record.mListener.onReceived(srcAddress, destAddress, params, hasVendorId);
1524 sendVendorCommand(final int deviceType, final int targetAddress, final byte[] params, final boolean hasVendorId) argument
2137 invokeVendorCommandListenersOnReceived(int deviceType, int srcAddress, int destAddress, byte[] params, boolean hasVendorId) argument

Completed in 72 milliseconds