Searched refs:mimeType (Results 151 - 175 of 242) sorted by relevance

12345678910

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportStorageProvider.java167 String mimeType = getTypeForName(file.getName());
171 row.add(Document.COLUMN_MIME_TYPE, mimeType);
/frameworks/native/include/media/drm/
H A DDrmAPI.h65 // given media container format specified by mimeType
66 virtual bool isContentTypeSupported(const String8 &mimeType) = 0;
149 // meaning is interpreted based on the mime type provided in the mimeType
155 // mimeType identifies the mime type of the content
166 String8 const &mimeType, KeyType keyType,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandler.java344 String mimeType = pduDecoder.getValueString();
345 return (WspTypeDecoder.CONTENT_TYPE_B_PUSH_SYNCML_NOTI.equals(mimeType));
/frameworks/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/view/inputmethod/
H A DCommitContentSupport.java131 for (final String mimeType : contentMimeTypes) {
132 if (inputContentInfo.getDescription().hasMimeType(mimeType)) {
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/view/inputmethod/
H A DCommitContentSupport.java131 for (final String mimeType : contentMimeTypes) {
132 if (inputContentInfo.getDescription().hasMimeType(mimeType)) {
/frameworks/support/v13/java/android/support/v13/view/inputmethod/
H A DInputConnectionCompat.java189 for (String mimeType : EditorInfoCompat.getContentMimeTypes(editorInfo)) {
190 if (description.hasMimeType(mimeType)) {
/frameworks/av/drm/libmediadrm/
H A DDrm.cpp289 bool Drm::isCryptoSchemeSupported(const uint8_t uuid[16], const String8 &mimeType) { argument
300 if (mimeType != "") {
301 return mFactory->isContentTypeSupported(mimeType);
407 String8 const &mimeType, DrmPlugin::KeyType keyType,
423 return mPlugin->getKeyRequest(sessionId, initData, mimeType, keyType,
405 getKeyRequest(Vector<uint8_t> const &sessionId, Vector<uint8_t> const &initData, String8 const &mimeType, DrmPlugin::KeyType keyType, KeyedVector<String8, String8> const &optionalParameters, Vector<uint8_t> &request, String8 &defaultUrl, DrmPlugin::KeyRequestType *keyRequestType) argument
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp86 const char *mimeType; local
89 || !md->findCString(kKeyMIMEType, &mimeType)) {
96 mimeType,
101 mimeType,
106 ALOGE("Unsupported codec: %s", mimeType);
/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java241 * @param mimeType the concrete MIME type associated with the new document.
252 public String createDocument(String parentDocumentId, String mimeType, String displayName) argument
996 final String mimeType = extras.getString(Document.COLUMN_MIME_TYPE);
998 final String newDocumentId = createDocument(documentId, mimeType, displayName);
1254 final String mimeType =
1258 if ((flags & Document.FLAG_VIRTUAL_DOCUMENT) == 0 && mimeType != null &&
1259 mimeTypeMatches(mimeTypeFilter, mimeType)) {
1260 return new String[] { mimeType };
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h167 * @param mimeType Mime type of the content or null.
173 const String8& mimeType);
/frameworks/av/include/media/stagefright/
H A DMPEG4Extractor.h153 const sp<DataSource> &source, String8 *mimeType, float *confidence,
/frameworks/av/media/libstagefright/foundation/include/
H A DMPEG4Extractor.h153 const sp<DataSource> &source, String8 *mimeType, float *confidence,
/frameworks/av/media/libstagefright/include/
H A DMPEG4Extractor.h153 const sp<DataSource> &source, String8 *mimeType, float *confidence,
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp83 const char *mimeType,
86 numOutputBuffers, numOutputBuffers, mimeType, minCompressionRatio);
95 const char *mimeType,
114 def.format.video.cMIMEType = const_cast<char *>(mimeType);
79 initPorts( OMX_U32 numInputBuffers, OMX_U32 inputBufferSize, OMX_U32 numOutputBuffers, const char *mimeType, OMX_U32 minCompressionRatio) argument
89 initPorts( OMX_U32 numMinInputBuffers, OMX_U32 numInputBuffers, OMX_U32 inputBufferSize, OMX_U32 numMinOutputBuffers, OMX_U32 numOutputBuffers, const char *mimeType, OMX_U32 minCompressionRatio) argument
/frameworks/base/core/java/android/content/
H A DIContentProvider.java73 public AssetFileDescriptor openTypedAssetFile(String callingPkg, Uri url, String mimeType, argument
/frameworks/base/media/java/android/media/
H A DMediaDrm.java169 * media container format specified by mimeType.
171 * @param mimeType The MIME type of the media container, e.g. "video/mp4"
175 @NonNull UUID uuid, @NonNull String mimeType) {
176 return isCryptoSchemeSupportedNative(getByteArrayFromUUID(uuid), mimeType);
193 @NonNull byte[] uuid, @Nullable String mimeType);
757 * mime type provided in the mimeType parameter. It could contain, for example,
762 * @param mimeType identifies the mime type of the content. May be null if the
777 @Nullable String mimeType, @KeyType int keyType,
174 isCryptoSchemeSupported( @onNull UUID uuid, @NonNull String mimeType) argument
192 isCryptoSchemeSupportedNative( @onNull byte[] uuid, @Nullable String mimeType) argument
775 getKeyRequest( @onNull byte[] scope, @Nullable byte[] init, @Nullable String mimeType, @KeyType int keyType, @Nullable HashMap<String, String> optionalParameters) argument
H A DRingtoneManager.java945 final String mimeType = mContext.getContentResolver().getType(fileUri);
946 if(mimeType == null ||
947 !(mimeType.startsWith("audio/") || mimeType.equals("application/ogg"))) {
949 + " Given file has MIME type \"" + mimeType + "\"");
958 Utils.getFileDisplayNameFromUri(mContext, fileUri), mimeType);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockIContentProvider.java122 public AssetFileDescriptor openTypedAssetFile(String callingPackage, Uri url, String mimeType, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWspTypeDecoder.java435 String mimeType = mStringValue;
440 mStringValue = mimeType;
450 String mimeType = mStringValue;
455 mStringValue = mimeType;
/frameworks/wilhelm/tests/listening/
H A DseekTorture.c66 mime.mimeType = (SLchar *) NULL;
/frameworks/wilhelm/tests/sandbox/
H A Durimime.c62 format_mime.mimeType = NULL;
H A Dxa.c84 fmtMime.mimeType = NULL;
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java130 public void loadData(String data, String mimeType, String encoding); argument
133 String mimeType, String encoding, String historyUrl);
132 loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding, String historyUrl) argument
/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp186 bool AMediaDrm_isCryptoSchemeSupported(const AMediaUUID uuid, const char *mimeType) { argument
193 String8 mimeStr = mimeType ? String8(mimeType) : String8("");
273 const uint8_t *init, size_t initSize, const char *mimeType, AMediaDrmKeyType keyType,
280 if (!mimeType || !scope || !keyRequest || !keyRequestSize) {
312 status_t status = mObj->mDrm->getKeyRequest(*iter, mdInit, String8(mimeType),
272 AMediaDrm_getKeyRequest(AMediaDrm *mObj, const AMediaDrmScope *scope, const uint8_t *init, size_t initSize, const char *mimeType, AMediaDrmKeyType keyType, const AMediaDrmKeyValue *optionalParameters, size_t numOptionalParameters, const uint8_t **keyRequest, size_t *keyRequestSize) argument
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDatabase.java824 final String mimeType = getMimeType(info);
831 values.put(Document.COLUMN_MIME_TYPE, mimeType);
839 operationsSupported, mimeType, info.getThumbCompressedSizeLong(),
883 @Nullable int[] operationsSupported, String mimeType, long thumbnailSize,
886 if (!mimeType.equals(Document.MIME_TYPE_DIR) &&
898 if (mimeType.equals(Document.MIME_TYPE_DIR) &&
882 getDocumentFlags( @ullable int[] operationsSupported, String mimeType, long thumbnailSize, int protectionState, @DocumentType int documentType) argument

Completed in 766 milliseconds

12345678910