Lines Matching full:mime
604 int uniqueId, int fd, off64_t offset, off64_t length, const char* mime) {
614 if (mime) {
615 mimeType = mime;
630 int uniqueId, const char* uri, const char* mime) {
632 ALOGV("Entering BpDrmManagerService::openDecryptSession: mime=%s", mime? mime: "NULL");
639 if (mime) {
640 mimeType = mime;
1309 const String8 mime = data.readString8();
1312 = openDecryptSession(uniqueId, fd, offset, length, mime.string());
1329 const String8 mime = data.readString8();
1331 DecryptHandle* handle = openDecryptSession(uniqueId, uri.string(), mime.string());