Searched refs:sendVendorCommand (Results 1 – 3 of 3) sorted by relevance
148 StringBuilder sendVendorCommand = new StringBuilder("cmd hdmi_control vendorcommand "); in initValidClient() local149 sendVendorCommand.append(" -t " + targetDeviceType); in initValidClient()150 sendVendorCommand.append(" -d " + toDevice); in initValidClient()151 sendVendorCommand.append(" -a " + serialNoParam); in initValidClient()182 device.executeShellCommand(sendVendorCommand.toString()); in initValidClient()
57 private StringBuilder sendVendorCommand = new StringBuilder("cmd hdmi_control vendorcommand "); field in HdmiCecClientWrapper
5176 method public void sendVendorCommand(int, byte[], boolean);