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.java585 byte[] sadBytes = HexDump.hexStringToByteArray(sad); in readSad()
586 if (sadBytes.length != 3) { in readSad()
587 Slog.w(TAG, "SAD byte array length is not 3. Length = " + sadBytes.length); in readSad()
590 return sadBytes; in readSad()
DHdmiCecMessageBuilder.java477 static HdmiCecMessage buildReportShortAudioDescriptor(int src, int des, byte[] sadBytes) { in buildReportShortAudioDescriptor() argument
479 return buildCommand(src, des, Constants.MESSAGE_REPORT_SHORT_AUDIO_DESCRIPTOR, sadBytes); in buildReportShortAudioDescriptor()
DHdmiCecLocalDeviceAudioSystem.java666 byte[] sadBytes; in handleRequestShortAudioDescriptor()
668 sadBytes = getSupportedShortAudioDescriptorsFromConfig(config, audioFormatCodes); in handleRequestShortAudioDescriptor()
676 sadBytes = getSupportedShortAudioDescriptors(deviceInfo, audioFormatCodes); in handleRequestShortAudioDescriptor()
679 if (sadBytes.length == 0) { in handleRequestShortAudioDescriptor()
684 mAddress, message.getSource(), sadBytes)); in handleRequestShortAudioDescriptor()