Home
last modified time | relevance | path

Searched refs:mContentType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/
DAudioAttributes.java217 private int mContentType = CONTENT_TYPE_UNKNOWN; field in AudioAttributes
231 return mContentType; in getContentType()
302 private int mContentType = CONTENT_TYPE_UNKNOWN; field in AudioAttributes.Builder
325 mContentType = aa.mContentType; in Builder()
338 aa.mContentType = mContentType; in build()
410 mContentType = contentType; in setContentType()
463 mContentType = CONTENT_TYPE_SPEECH; in setInternalLegacyStreamType()
469 mContentType = CONTENT_TYPE_SONIFICATION; in setInternalLegacyStreamType()
472 mContentType = CONTENT_TYPE_SONIFICATION; in setInternalLegacyStreamType()
475 mContentType = CONTENT_TYPE_MUSIC; in setInternalLegacyStreamType()
[all …]
/frameworks/base/core/java/android/print/
DPrintDocumentInfo.java106 private int mContentType; field in PrintDocumentInfo
124 mContentType = prototype.mContentType; in PrintDocumentInfo()
136 mContentType = parcel.readInt(); in PrintDocumentInfo()
171 return mContentType; in getContentType()
203 parcel.writeInt(mContentType); in writeToParcel()
212 result = prime * result + mContentType; in hashCode()
234 if (mContentType != other.mContentType) { in equals()
252 builder.append(", contentType=").append(contentTyepToString(mContentType)); in toString()
331 mPrototype.mContentType = type; in setContentType()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.h142 String8 mContentType; member
DGenericSource.cpp358 mHTTPService, uri, &mUriHeaders, &mContentType, in onPrepareAsync()
439 mContentType = ""; in notifyPreparedAndCleanup()
461 if (!strncasecmp(mContentType.string(), "audio/", 6)) { in prefillCacheIfNecessary()