Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiUtils.java678 byte[] sadBytes = HexDump.hexStringToByteArray(sad); in readSad()
679 if (sadBytes.length != 3) { in readSad()
680 Slog.w(TAG, "SAD byte array length is not 3. Length = " + sadBytes.length); in readSad()
683 return sadBytes; in readSad()
DHdmiCecMessageBuilder.java478 static HdmiCecMessage buildReportShortAudioDescriptor(int src, int des, byte[] sadBytes) { in buildReportShortAudioDescriptor() argument
480 src, des, Constants.MESSAGE_REPORT_SHORT_AUDIO_DESCRIPTOR, sadBytes); in buildReportShortAudioDescriptor()
DHdmiCecLocalDeviceAudioSystem.java517 byte[] sadBytes; in handleRequestShortAudioDescriptor()
519 sadBytes = getSupportedShortAudioDescriptorsFromConfig(config, audioCodecs); in handleRequestShortAudioDescriptor()
526 sadBytes = getSupportedShortAudioDescriptors(deviceInfo, audioCodecs); in handleRequestShortAudioDescriptor()
529 if (sadBytes.length == 0) { in handleRequestShortAudioDescriptor()
534 getDeviceInfo().getLogicalAddress(), message.getSource(), sadBytes)); in handleRequestShortAudioDescriptor() local