/frameworks/av/services/oboeservice/ |
D | AAudioServiceEndpoint.cpp | 61 result << " ContentType: " << getContentType() << "\n"; in dump() 175 AAudioConvert_contentTypeToInternal(params->getContentType()); in getAudioAttributesFrom()
|
/frameworks/base/media/java/android/media/audiopolicy/ |
D | AudioProductStrategy.java | 379 && ((refAttr.getContentType() == AudioAttributes.CONTENT_TYPE_UNKNOWN) in attributesMatches() 380 || (attr.getContentType() == refAttr.getContentType())) in attributesMatches()
|
/frameworks/av/media/libaaudio/src/core/ |
D | AAudioStreamParameters.h | 99 aaudio_content_type_t getContentType() const { in getContentType() function
|
D | AudioStreamBuilder.cpp | 276 getUsage(), getContentType(), getInputPreset(), getAllowedCapturePolicy()); in logParameters()
|
D | AudioStream.h | 243 aaudio_content_type_t getContentType() const { in getContentType() function
|
D | AudioStream.cpp | 84 mContentType = builder.getContentType(); in open()
|
/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
D | RetrieveConf.java | 89 public byte[] getContentType() { in getContentType() method in RetrieveConf
|
D | SendReq.java | 164 public byte[] getContentType() { in getContentType() method in SendReq
|
D | PduPart.java | 337 public byte[] getContentType() { in getContentType() method in PduPart
|
D | PduPersister.java | 714 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()
|
D | PduComposer.java | 923 appendTextString(part.getContentType()); in makeMessageBody() 945 byte[] partContentType = part.getContentType(); in makeMessageBody()
|
D | PduParser.java | 178 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/ |
D | PhotoPagerAdapter.java | 110 public String getContentType(Cursor cursor) { in getContentType() method in PhotoPagerAdapter
|
/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/ |
D | MultipartTest.java | 53 Header h = me.getContentType(); in testParts()
|
/frameworks/av/media/libaaudio/examples/utils/ |
D | AAudioArgsParser.h | 180 aaudio_content_type_t getContentType() const { in getContentType() function 549 getContentType(), s_getContentType(stream)); in compareWithStream()
|
/frameworks/av/media/libaaudio/src/binding/ |
D | AAudioStreamConfiguration.cpp | 61 status = parcel->writeInt32((int32_t) getContentType()); in writeToParcel()
|
/frameworks/base/core/java/android/os/ |
D | ExternalVibration.java | 170 out.writeInt(attrs.getContentType()); in writeAudioAttributes()
|
/frameworks/base/core/java/android/print/ |
D | PrintDocumentInfo.java | 188 public int getContentType() { in getContentType() method in PrintDocumentInfo
|
/frameworks/av/media/libaaudio/src/client/ |
D | AudioStreamInternal.cpp | 123 request.getConfiguration().setContentType(getContentType()); in open() 169 setContentType(configurationOutput.getContentType()); in open()
|
/frameworks/base/media/java/android/media/ |
D | MediaHTTPConnection.java | 466 return mConnection.getContentType(); in getMIMEType()
|
D | AudioPlaybackConfiguration.java | 239 .setContentType(in.mPlayerAttr.getContentType()) in anonymizedCopy()
|
D | AudioTrack.java | 1421 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/ |
D | AudioStreamRecord.cpp | 141 AAudioConvert_contentTypeToInternal(builder.getContentType()); in open()
|
D | AudioStreamTrack.cpp | 136 AAudioConvert_contentTypeToInternal(builder.getContentType()); in open()
|
/frameworks/base/core/java/com/android/internal/print/ |
D | DumpUtils.java | 252 proto.write("content_type", PrintDocumentInfoProto.CONTENT_TYPE, info.getContentType()); in writePrintDocumentInfo()
|