Home
last modified time | relevance | path

Searched refs:getContentType (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/av/services/oboeservice/
DAAudioServiceEndpoint.cpp61 result << " ContentType: " << getContentType() << "\n"; in dump()
175 AAudioConvert_contentTypeToInternal(params->getContentType()); in getAudioAttributesFrom()
/frameworks/base/media/java/android/media/audiopolicy/
DAudioProductStrategy.java379 && ((refAttr.getContentType() == AudioAttributes.CONTENT_TYPE_UNKNOWN) in attributesMatches()
380 || (attr.getContentType() == refAttr.getContentType())) in attributesMatches()
/frameworks/av/media/libaaudio/src/core/
DAAudioStreamParameters.h99 aaudio_content_type_t getContentType() const { in getContentType() function
DAudioStreamBuilder.cpp276 getUsage(), getContentType(), getInputPreset(), getAllowedCapturePolicy()); in logParameters()
DAudioStream.h243 aaudio_content_type_t getContentType() const { in getContentType() function
DAudioStream.cpp84 mContentType = builder.getContentType(); in open()
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DRetrieveConf.java89 public byte[] getContentType() { in getContentType() method in RetrieveConf
DSendReq.java164 public byte[] getContentType() { in getContentType() method in SendReq
DPduPart.java337 public byte[] getContentType() { in getContentType() method in PduPart
DPduPersister.java714 return part.getContentType() == null ? null : toIsoString(part.getContentType()); in getPartContentType()
966 byte[] contentType = sendReq.getContentType(); in updateHeaders()
1063 if (part.getContentType() != null) { in updatePart()
1064 contentType = toIsoString(part.getContentType()); in updatePart()
DPduComposer.java923 appendTextString(part.getContentType()); in makeMessageBody()
945 byte[] partContentType = part.getContentType(); in makeMessageBody()
DPduParser.java178 byte[] contentType = retrieveConf.getContentType(); in parse()
904 String partContentType = new String(part.getContentType()); in parseParts()
1795 byte[] contentType = part.getContentType(); in checkPartPosition()
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
DPhotoPagerAdapter.java110 public String getContentType(Cursor cursor) { in getContentType() method in PhotoPagerAdapter
/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
DMultipartTest.java53 Header h = me.getContentType(); in testParts()
/frameworks/av/media/libaaudio/examples/utils/
DAAudioArgsParser.h180 aaudio_content_type_t getContentType() const { in getContentType() function
549 getContentType(), s_getContentType(stream)); in compareWithStream()
/frameworks/av/media/libaaudio/src/binding/
DAAudioStreamConfiguration.cpp61 status = parcel->writeInt32((int32_t) getContentType()); in writeToParcel()
/frameworks/base/core/java/android/os/
DExternalVibration.java170 out.writeInt(attrs.getContentType()); in writeAudioAttributes()
/frameworks/base/core/java/android/print/
DPrintDocumentInfo.java188 public int getContentType() { in getContentType() method in PrintDocumentInfo
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp123 request.getConfiguration().setContentType(getContentType()); in open()
169 setContentType(configurationOutput.getContentType()); in open()
/frameworks/base/media/java/android/media/
DMediaHTTPConnection.java466 return mConnection.getContentType(); in getMIMEType()
DAudioPlaybackConfiguration.java239 .setContentType(in.mPlayerAttr.getContentType()) in anonymizedCopy()
DAudioTrack.java1421 attributes.getContentType(), attributes.getUsage(), attributes.getFlags()); in isDirectPlaybackSupported()
1590 || (attributes.getContentType() != AudioAttributes.CONTENT_TYPE_UNKNOWN in shouldEnablePowerSaving()
1591 && attributes.getContentType() != AudioAttributes.CONTENT_TYPE_MUSIC in shouldEnablePowerSaving()
1592 && attributes.getContentType() != AudioAttributes.CONTENT_TYPE_MOVIE))) { in shouldEnablePowerSaving()
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp141 AAudioConvert_contentTypeToInternal(builder.getContentType()); in open()
DAudioStreamTrack.cpp136 AAudioConvert_contentTypeToInternal(builder.getContentType()); in open()
/frameworks/base/core/java/com/android/internal/print/
DDumpUtils.java252 proto.write("content_type", PrintDocumentInfoProto.CONTENT_TYPE, info.getContentType()); in writePrintDocumentInfo()

12