/frameworks/base/media/java/android/media/audiopolicy/ |
D | AudioProductStrategy.java | 341 && ((refAttr.getContentType() == AudioAttributes.CONTENT_TYPE_UNKNOWN) in attributesMatches() 342 || (attr.getContentType() == refAttr.getContentType())) in attributesMatches()
|
/frameworks/av/services/oboeservice/ |
D | AAudioServiceEndpoint.cpp | 61 result << " ContentType: " << getContentType() << "\n"; in dump()
|
D | AAudioServiceEndpointMMAP.cpp | 85 AAudioConvert_contentTypeToInternal(getContentType()); in open()
|
/frameworks/av/media/libaaudio/src/core/ |
D | AAudioStreamParameters.h | 99 aaudio_content_type_t getContentType() const { in getContentType() function
|
D | AudioStreamBuilder.cpp | 259 getUsage(), getContentType(), getInputPreset(), getAllowedCapturePolicy()); in logParameters()
|
D | AudioStream.h | 221 aaudio_content_type_t getContentType() const { in getContentType() function
|
D | AudioStream.cpp | 82 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 | 925 appendTextString(part.getContentType()); in makeMessageBody() 947 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/av/media/libaaudio/examples/utils/ |
D | AAudioArgsParser.h | 167 aaudio_content_type_t getContentType() const { in getContentType() function 506 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 | 166 out.writeInt(attrs.getContentType()); in writeAudioAttributes()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/ |
D | MultipartTest.java | 53 Header h = me.getContentType(); in testParts()
|
/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/java/android/print/ |
D | PrintDocumentInfo.java | 188 public int getContentType() { in getContentType() method in PrintDocumentInfo
|
/frameworks/av/media/libaaudio/src/client/ |
D | AudioStreamInternal.cpp | 118 request.getConfiguration().setContentType(getContentType()); in open() 158 setContentType(configurationOutput.getContentType()); in open()
|
/frameworks/base/media/java/android/media/ |
D | AudioTrack.java | 1162 attributes.getContentType(), attributes.getUsage(), attributes.getFlags()); in isDirectPlaybackSupported() 1197 || (attributes.getContentType() != AudioAttributes.CONTENT_TYPE_UNKNOWN in shouldEnablePowerSaving() 1198 && attributes.getContentType() != AudioAttributes.CONTENT_TYPE_MUSIC in shouldEnablePowerSaving() 1199 && attributes.getContentType() != AudioAttributes.CONTENT_TYPE_MOVIE))) { in shouldEnablePowerSaving()
|
D | MediaHTTPConnection.java | 466 return mConnection.getContentType(); in getMIMEType()
|
D | AudioPlaybackConfiguration.java | 239 .setContentType(in.mPlayerAttr.getContentType()) in anonymizedCopy()
|
/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()
|