Lines Matching refs:drmSupportInfo
583 DrmSupportInfo drmSupportInfo; in getAllSupportInfo() local
587 drmSupportInfo.addFileSuffix(reply.readString8()); in getAllSupportInfo()
592 drmSupportInfo.addMimeType(reply.readString8()); in getAllSupportInfo()
595 drmSupportInfo.setDescription(reply.readString8()); in getAllSupportInfo()
596 (*drmSupportInfoArray)[index] = drmSupportInfo; in getAllSupportInfo()
1278 DrmSupportInfo drmSupportInfo = drmSupportInfoArray[i]; in onTransact() local
1280 reply->writeInt32(drmSupportInfo.getFileSuffixCount()); in onTransact()
1282 = drmSupportInfo.getFileSuffixIterator(); in onTransact()
1287 reply->writeInt32(drmSupportInfo.getMimeTypeCount()); in onTransact()
1288 DrmSupportInfo::MimeTypeIterator mimeTypeIt = drmSupportInfo.getMimeTypeIterator(); in onTransact()
1292 reply->writeString8(drmSupportInfo.getDescription()); in onTransact()