Home
last modified time | relevance | path

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

/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
DDeviceFeaturesTest.java47 DeviceFeatures.fromOperand( in testEquals()
49 DeviceFeatures.fromOperand( in testEquals()
51 DeviceFeatures.fromOperand( in testEquals()
68 DeviceFeatures info = DeviceFeatures.fromOperand( in testDeviceFeaturesOperandConversion()
/frameworks/base/services/core/java/com/android/server/hdmi/
DReportFeaturesMessage.java160 DeviceFeatures deviceFeatures = DeviceFeatures.fromOperand(deviceFeaturesBytes); in build()
/frameworks/base/core/java/android/hardware/hdmi/
DDeviceFeatures.java91 public static DeviceFeatures fromOperand(@NonNull byte[] deviceFeaturesOperand) { in fromOperand() method in DeviceFeatures