Home | History | Annotate | Download | only in hdmi

Lines Matching refs:portId

103      * @param portId HDMI port to select
107 public void portSelect(int portId, @NonNull SelectCallback callback) {
112 mService.portSelect(portId, getCallbackWrapper(callback));
384 void onReceived(int portId, int offset, int length, byte[] data);
407 public void onReceived(int portId, int offset, int length, byte[] data) {
408 listener.onReceived(portId, offset, length, data);
414 * Sends MHL vendor command to the device connected to a port of the given portId.
416 * @param portId id of port to send MHL vendor command
422 public void sendMhlVendorCommand(int portId, int offset, int length, byte[] data) {
434 mService.sendMhlVendorCommand(portId, offset, length, data);