Home
last modified time | relevance | path

Searched refs:content_type (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
DWapPushManager.java123 String app_id, String content_type) { in queryLastApp() argument
125 + " content_type: " + content_type); in queryLastApp()
131 new String[] {app_id, content_type}, in queryLastApp()
185 public int processMessage(String app_id, String content_type, Intent intent) in processMessage() argument
187 Log.d(LOG_TAG, "wpman processMsg " + app_id + ":" + content_type); in processMessage()
191 WapPushManDBHelper.queryData lastapp = dbh.queryLastApp(db, app_id, content_type); in processMessage()
195 Log.w(LOG_TAG, "no receiver app found for " + app_id + ":" + content_type); in processMessage()
267 public boolean addPackage(String x_app_id, String content_type, in addPackage() argument
272 WapPushManDBHelper.queryData lastapp = dbh.queryLastApp(db, x_app_id, content_type); in addPackage()
297 values.put("content_type", content_type); in addPackage()
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/
DIWapPushManager.aidl26 int processMessage(String app_id, String content_type, in Intent intent); in processMessage() argument
34 boolean addPackage(String x_app_id, String content_type, in addPackage() argument
43 boolean updatePackage(String x_app_id, String content_type, in updatePackage() argument
52 boolean deletePackage(String x_app_id, String content_type, in deletePackage() argument
/frameworks/av/media/libaudioclient/
DAudioProductStrategy.cpp85 ((refAttributes.content_type == AUDIO_CONTENT_TYPE_UNKNOWN) || in attributesMatches()
86 (clientAttritubes.content_type == refAttributes.content_type)) && in attributesMatches()
DAudioAttributes.cpp30 mAttributes.content_type = static_cast<audio_content_type_t>(parcel->readInt32()); in readFromParcel()
52 parcel->writeInt32(static_cast<int32_t>(mAttributes.content_type)); in writeToParcel()
DAudioTrack.cpp188 toString(track->mAttributes.content_type).c_str()); in gather()
222 mAttributes.content_type = AUDIO_CONTENT_TYPE_UNKNOWN; in AudioTrack()
439 mAttributes.usage, mAttributes.content_type, mAttributes.flags, mAttributes.tags); in set()
/frameworks/av/include/media/
DAudioCommonTypes.h34 return lhs.usage == rhs.usage && lhs.content_type == rhs.content_type &&
DTypeConverter.h305 result << "{ Content type: " << toString(attributes.content_type) in toString()
/frameworks/av/media/libaudioclient/include/media/
DAudioCommonTypes.h34 return lhs.usage == rhs.usage && lhs.content_type == rhs.content_type &&
/frameworks/native/libs/vibrator/
DExternalVibration.cpp25 out->writeInt32(attrs.content_type); in writeAudioAttributes()
32 attrs->content_type = static_cast<audio_content_type_t>(in->readInt32()); in readAudioAttributes()
/frameworks/base/core/jni/
Dandroid_media_AudioAttributes.cpp92 aa->content_type = in nativeAudioAttributesFromJavaAudioAttributes()
100 aa->usage, aa->content_type, aa->source, aa->tags, aa->flags, aa->tags); in nativeAudioAttributesFromJavaAudioAttributes()
120 attributes.content_type); in nativeAudioAttributesToJavaAudioAttributes()
Dandroid_media_AudioTrack.cpp304 paa->usage, paa->content_type, paa->flags, paa->tags); in android_media_AudioTrack_setup()
467 attributes.content_type = static_cast<audio_content_type_t>(contentType); in android_media_AudioTrack_is_direct_output_supported()
/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h44 pAttributes->content_type); in createAudioAttributesObj()
DTypeConverter.h305 result << "{ Content type: " << toString(attributes.content_type) in toString()
/frameworks/av/media/libaudioclient/tests/
Dtest_create_audiotrack.cpp109 attributes.content_type = contentType; in testTrack()
/frameworks/base/core/proto/android/media/
Daudioattributes.proto31 optional ContentType content_type = 2; field
/frameworks/av/services/oboeservice/
DAAudioServiceEndpointMMAP.cpp97 .content_type = contentType, in open()
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp146 .content_type = contentType, in open()
DAudioStreamTrack.cpp143 .content_type = contentType, in open()
/frameworks/base/media/jni/soundpool/
Dandroid_media_SoundPool.cpp199 paa->content_type = in android_media_SoundPool_native_setup()
/frameworks/base/core/proto/android/stats/mediametrics/
Dmediametrics.proto113 optional string content_type = 2; field
/frameworks/av/services/audioflinger/
DTracks.cpp750 mAttr.content_type, in appendDump()
1256 .content_type = mAttr.content_type, in copyMetadataTo()
2408 result.appendFormat("%3x %2x", mAttr.usage, mAttr.content_type); in appendDump()
/frameworks/base/core/proto/android/service/
Dprint.proto312 optional int32 content_type = 3; field
/frameworks/av/media/extractors/mp4/
DItemTable.cpp1108 String8 content_type; in parse() local
1109 if (!parseNullTerminatedString(&offset, &size, &content_type)) { in parse()
/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp214 attributes.content_type = contentType; in parseAttributes()
/frameworks/av/media/libaudiohal/impl/
DStreamHalHidl.cpp609 .contentType=static_cast<AudioContentType>(metadata.content_type), in updateSourceMetadata()

12