Home | History | Annotate | Download | only in pdu

Lines Matching refs:convertedData

861                             byte[] convertedData = drmConvertSession.convert(buffer, len);
862 if (convertedData != null) {
863 os.write(convertedData, 0, convertedData.length);
877 byte[] convertedData = drmConvertSession.convert(data, data.length);
878 if (convertedData != null) {
879 os.write(convertedData, 0, convertedData.length);