Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DNewDeviceAction.java126 mVendorId = HdmiUtils.threeBytesToInt(params); in processCommand()
H A DDeviceDiscoveryAction.java397 int vendorId = HdmiUtils.threeBytesToInt(params);
H A DHdmiUtils.java284 static int threeBytesToInt(byte[] data) { in threeBytesToInt() method in HdmiUtils
H A DHdmiCecNetwork.java731 int vendorId = HdmiUtils.threeBytesToInt(message.getParams()); in handleDeviceVendorId()
H A DHdmiCecLocalDevice.java920 int vendorId = HdmiUtils.threeBytesToInt(params); in handleVendorCommandWithId()