Lines Matching refs:drmSupportInfo
586 DrmSupportInfo drmSupportInfo; in getAllSupportInfo() local
590 drmSupportInfo.addFileSuffix(reply.readString8()); in getAllSupportInfo()
595 drmSupportInfo.addMimeType(reply.readString8()); in getAllSupportInfo()
598 drmSupportInfo.setDescription(reply.readString8()); in getAllSupportInfo()
599 (*drmSupportInfoArray)[index] = drmSupportInfo; in getAllSupportInfo()
1299 DrmSupportInfo drmSupportInfo = drmSupportInfoArray[i]; in onTransact() local
1301 reply->writeInt32(drmSupportInfo.getFileSuffixCount()); in onTransact()
1303 = drmSupportInfo.getFileSuffixIterator(); in onTransact()
1308 reply->writeInt32(drmSupportInfo.getMimeTypeCount()); in onTransact()
1309 DrmSupportInfo::MimeTypeIterator mimeTypeIt = drmSupportInfo.getMimeTypeIterator(); in onTransact()
1313 reply->writeString8(drmSupportInfo.getDescription()); in onTransact()