Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DAudioPolicyHelper.h71 attr->content_type = AUDIO_CONTENT_TYPE_MUSIC; in stream_type_to_audio_attributes()
75 attr->content_type = AUDIO_CONTENT_TYPE_SPEECH; in stream_type_to_audio_attributes()
82 attr->content_type = AUDIO_CONTENT_TYPE_SONIFICATION; 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_SPEECH; in stream_type_to_audio_attributes()
103 attr->content_type = AUDIO_CONTENT_TYPE_SONIFICATION; in stream_type_to_audio_attributes()
107 attr->content_type = AUDIO_CONTENT_TYPE_SPEECH; in stream_type_to_audio_attributes()
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
DWapPushManager.java119 String app_id, String content_type) { in queryLastApp() argument
121 + " content_type: " + content_type); in queryLastApp()
127 new String[] {app_id, content_type}, in queryLastApp()
181 public int processMessage(String app_id, String content_type, Intent intent) in processMessage() argument
183 Log.d(LOG_TAG, "wpman processMsg " + app_id + ":" + content_type); in processMessage()
187 WapPushManDBHelper.queryData lastapp = dbh.queryLastApp(db, app_id, content_type); in processMessage()
191 Log.w(LOG_TAG, "no receiver app found for " + app_id + ":" + content_type); in processMessage()
243 public boolean addPackage(String x_app_id, String content_type, in addPackage() argument
248 WapPushManDBHelper.queryData lastapp = dbh.queryLastApp(db, x_app_id, content_type); in addPackage()
273 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/base/media/jni/soundpool/
Dandroid_media_SoundPool.cpp190 paa->content_type = in android_media_SoundPool_native_setup()
/frameworks/base/core/jni/
Dandroid_media_AudioTrack.cpp289 paa->content_type = in android_media_AudioTrack_setup()
294 paa->usage, paa->content_type, paa->flags, paa->tags); in android_media_AudioTrack_setup()
/frameworks/av/media/libmedia/
DAudioTrack.cpp172 mAttributes.content_type = AUDIO_CONTENT_TYPE_UNKNOWN; in AudioTrack()
354 mAttributes.usage, mAttributes.content_type, mAttributes.flags, mAttributes.tags); in set()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp225 attributes->content_type = (audio_content_type_t) parcel.readInt32(); in unmarshallAudioAttributes()
1111 mAudioAttributes->usage, mAudioAttributes->content_type, mAudioAttributes->flags, in setAudioAttributes_l()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp660 attr->usage, attr->content_type, attr->flags, in getOutputForAttr()
690 attributes.usage, attributes.content_type, attributes.tags, attributes.flags, in getOutputForAttr()