Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DAudioPolicyHelper.h75 attr->content_type = AUDIO_CONTENT_TYPE_MUSIC; in stream_type_to_audio_attributes()
79 attr->content_type = AUDIO_CONTENT_TYPE_SPEECH; in stream_type_to_audio_attributes()
86 attr->content_type = AUDIO_CONTENT_TYPE_SONIFICATION; in stream_type_to_audio_attributes()
90 attr->content_type = AUDIO_CONTENT_TYPE_SONIFICATION; in stream_type_to_audio_attributes()
94 attr->content_type = AUDIO_CONTENT_TYPE_SONIFICATION; in stream_type_to_audio_attributes()
98 attr->content_type = AUDIO_CONTENT_TYPE_SONIFICATION; in stream_type_to_audio_attributes()
102 attr->content_type = AUDIO_CONTENT_TYPE_SPEECH; in stream_type_to_audio_attributes()
107 attr->content_type = AUDIO_CONTENT_TYPE_SONIFICATION; in stream_type_to_audio_attributes()
111 attr->content_type = AUDIO_CONTENT_TYPE_SPEECH; in stream_type_to_audio_attributes()
/frameworks/av/media/libaudioclient/include/media/
DAudioPolicyHelper.h75 attr->content_type = AUDIO_CONTENT_TYPE_MUSIC; in stream_type_to_audio_attributes()
79 attr->content_type = AUDIO_CONTENT_TYPE_SPEECH; in stream_type_to_audio_attributes()
86 attr->content_type = AUDIO_CONTENT_TYPE_SONIFICATION; in stream_type_to_audio_attributes()
90 attr->content_type = AUDIO_CONTENT_TYPE_SONIFICATION; in stream_type_to_audio_attributes()
94 attr->content_type = AUDIO_CONTENT_TYPE_SONIFICATION; in stream_type_to_audio_attributes()
98 attr->content_type = AUDIO_CONTENT_TYPE_SONIFICATION; in stream_type_to_audio_attributes()
102 attr->content_type = AUDIO_CONTENT_TYPE_SPEECH; in stream_type_to_audio_attributes()
107 attr->content_type = AUDIO_CONTENT_TYPE_SONIFICATION; in stream_type_to_audio_attributes()
111 attr->content_type = AUDIO_CONTENT_TYPE_SPEECH; in stream_type_to_audio_attributes()
/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
33 boolean addPackage(String x_app_id, String content_type, in addPackage() argument
41 boolean updatePackage(String x_app_id, String content_type, in updatePackage() argument
49 boolean deletePackage(String x_app_id, String content_type, in deletePackage() argument
/frameworks/av/media/libmedia/include/media/
DJAudioAttributes.h45 pAttributes->content_type); in createAudioAttributesObj()
/frameworks/av/media/libaudioclient/tests/
Dtest_create_audiotrack.cpp109 attributes.content_type = contentType; in testTrack()
/frameworks/av/services/oboeservice/
DAAudioServiceEndpointMMAP.cpp98 .content_type = contentType, in open()
105 __func__, this, attributes.usage, attributes.content_type, attributes.source); in open()
/frameworks/base/core/proto/android/media/
Daudioattributes.proto32 optional ContentType content_type = 2; field
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp137 .content_type = contentType, in open()
DAudioStreamTrack.cpp131 .content_type = contentType, in open()
/frameworks/base/media/jni/soundpool/
Dandroid_media_SoundPool.cpp199 paa->content_type = in android_media_SoundPool_native_setup()
/frameworks/av/media/libmediaplayer2/
Dmediaplayer2.cpp174 attributes->content_type = (audio_content_type_t) parcel.readInt32(); in unmarshallAudioAttributes()
741 mAudioAttributes->usage, mAudioAttributes->content_type, mAudioAttributes->flags, in setAudioAttributes_l()
/frameworks/base/core/jni/
Dandroid_media_AudioTrack.cpp304 paa->content_type = in android_media_AudioTrack_setup()
309 paa->usage, paa->content_type, paa->flags, paa->tags); in android_media_AudioTrack_setup()
/frameworks/base/core/proto/android/service/
Dprint.proto311 optional int32 content_type = 3; field
/frameworks/av/media/extractors/mp4/
DItemTable.cpp1107 String8 content_type; in parse() local
1108 if (!parseNullTerminatedString(&offset, &size, &content_type)) { in parse()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp224 audioContentTypeString(track->mAttributes.content_type).c_str()); in gather()
252 mAttributes.content_type = AUDIO_CONTENT_TYPE_UNKNOWN; in AudioTrack()
456 mAttributes.usage, mAttributes.content_type, mAttributes.flags, mAttributes.tags); in set()
/frameworks/av/services/audioflinger/
DTracks.cpp1015 .content_type = mAttr.content_type, in copyMetadataTo()
DThreads.cpp8622 mAttr.content_type, mAttr.usage, mAttr.source); in dumpInternals()
8819 .content_type = track->attributes().content_type, in updateMetadata_l()
/frameworks/av/media/libaudiohal/4.0/
DStreamHalHidl.cpp584 .contentType=static_cast<AudioContentType>(metadata.content_type), in updateSourceMetadata()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp227 attributes->content_type = (audio_content_type_t) parcel.readInt32(); in unmarshallAudioAttributes()
1295 mAudioAttributes->usage, mAudioAttributes->content_type, mAudioAttributes->flags, in setAudioAttributes_l()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp809 attr->usage, attr->content_type, attr->flags, in getOutputForAttr()
845 attributes.usage, attributes.content_type, attributes.tags, attributes.flags, in getOutputForAttr()