Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DNewDeviceAction.java125 mVendorId = HdmiUtils.threeBytesToInt(params); in processCommand()
DDeviceDiscoveryAction.java391 int vendorId = HdmiUtils.threeBytesToInt(params);
DHdmiUtils.java245 static int threeBytesToInt(byte[] data) { in threeBytesToInt() method in HdmiUtils
DHdmiCecLocalDevice.java656 int vendorId = HdmiUtils.threeBytesToInt(params); in handleVendorCommandWithId()