Home | History | Annotate | Download | only in pdu

Lines Matching refs:convertedData

945                             final byte[] convertedData = drmConvertSession.convert(buffer, len);
946 if (convertedData != null) {
947 os.write(convertedData, 0, convertedData.length);
961 final byte[] convertedData = drmConvertSession.convert(data, data.length);
962 if (convertedData != null) {
963 os.write(convertedData, 0, convertedData.length);