Home
last modified time | relevance | path

Searched refs:sendVendorCommand (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/targetprep/
DCecPortDiscoverer.java148 StringBuilder sendVendorCommand = new StringBuilder("cmd hdmi_control vendorcommand "); in initValidClient() local
149 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()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java57 private StringBuilder sendVendorCommand = new StringBuilder("cmd hdmi_control vendorcommand "); field in HdmiCecClientWrapper
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt5176 method public void sendVendorCommand(int, byte[], boolean);