Home
last modified time | relevance | path

Searched refs:threeBytesToInt (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DNewDeviceAction.java159 mVendorId = HdmiUtils.threeBytesToInt(params); in processCommand()
DDeviceDiscoveryAction.java403 int vendorId = HdmiUtils.threeBytesToInt(params);
DHdmiUtils.java285 static int threeBytesToInt(byte[] data) { in threeBytesToInt() method in HdmiUtils
DHdmiCecNetwork.java736 int vendorId = HdmiUtils.threeBytesToInt(message.getParams()); in handleDeviceVendorId()
DHdmiCecLocalDevice.java929 int vendorId = HdmiUtils.threeBytesToInt(params); in handleVendorCommandWithId()