Lines Matching defs:drmSupportInfo
582 DrmSupportInfo drmSupportInfo;
586 drmSupportInfo.addFileSuffix(reply.readString8());
591 drmSupportInfo.addMimeType(reply.readString8());
594 drmSupportInfo.setDescription(reply.readString8());
595 (*drmSupportInfoArray)[index] = drmSupportInfo;
1249 DrmSupportInfo drmSupportInfo = drmSupportInfoArray[i];
1251 reply->writeInt32(drmSupportInfo.getFileSuffixCount());
1253 = drmSupportInfo.getFileSuffixIterator();
1258 reply->writeInt32(drmSupportInfo.getMimeTypeCount());
1259 DrmSupportInfo::MimeTypeIterator mimeTypeIt = drmSupportInfo.getMimeTypeIterator();
1263 reply->writeString8(drmSupportInfo.getDescription());