Home
last modified time | relevance | path

Searched defs:streamType (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/base/media/java/android/media/
DIAudioService.aidl45 void adjustStreamVolume(int streamType, int direction, int flags, String callingPackage); in adjustStreamVolume()
49 void setStreamVolume(int streamType, int index, int flags, String callingPackage); in setStreamVolume()
55 void setStreamSolo(int streamType, boolean state, IBinder cb); in setStreamSolo()
57 void setStreamMute(int streamType, boolean state, IBinder cb); in setStreamMute()
59 boolean isStreamMute(int streamType); in isStreamMute()
67 int getStreamVolume(int streamType); in getStreamVolume()
71 int getStreamMaxVolume(int streamType); in getStreamMaxVolume()
75 int getLastAudibleStreamVolume(int streamType); in getLastAudibleStreamVolume()
192 void forceVolumeControlStream(int streamType, IBinder cb); in forceVolumeControlStream()
209 boolean isStreamAffectedByRingerMode(int streamType); in isStreamAffectedByRingerMode()
DAudioManagerInternal.java31 public abstract void adjustSuggestedStreamVolumeForUid(int streamType, int direction, in adjustSuggestedStreamVolumeForUid()
35 public abstract void adjustStreamVolumeForUid(int streamType, int direction, int flags, in adjustStreamVolumeForUid()
38 public abstract void setStreamVolumeForUid(int streamType, int direction, int flags, in setStreamVolumeForUid()
DAudioService.java767 private void checkAllFixedVolumeDevices(int streamType) { in checkAllFixedVolumeDevices()
979 int streamType; in adjustSuggestedStreamVolume() local
1005 public void adjustStreamVolume(int streamType, int direction, int flags, in adjustStreamVolume()
1010 private void adjustStreamVolume(int streamType, int direction, int flags, in adjustStreamVolume()
1204 StreamVolumeCommand(int streamType, int index, int flags, int device) { in StreamVolumeCommand()
1219 private void onSetStreamVolume(int streamType, int index, int flags, int device) { in onSetStreamVolume()
1237 public void setStreamVolume(int streamType, int index, int flags, String callingPackage) { in setStreamVolume()
1241 private void setStreamVolume(int streamType, int index, int flags, String callingPackage, in setStreamVolume()
1317 public void forceVolumeControlStream(int streamType, IBinder cb) { in forceVolumeControlStream()
1422 private void sendVolumeUpdate(int streamType, int oldIndex, int index, int flags) { in sendVolumeUpdate()
[all …]
DIVolumeController.aidl28 void volumeChanged(int streamType, int flags); in volumeChanged()
DAudioManager.java822 public void adjustStreamVolume(int streamType, int direction, int flags) { in adjustStreamVolume()
966 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume()
988 public int getStreamVolume(int streamType) { in getStreamVolume()
1007 public int getLastAudibleStreamVolume(int streamType) { in getLastAudibleStreamVolume()
1074 public void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume()
1173 public void setStreamSolo(int streamType, boolean state) { in setStreamSolo()
1206 public void setStreamMute(int streamType, boolean state) { in setStreamMute()
1220 public boolean isStreamMute(int streamType) { in isStreamMute()
1275 public void forceVolumeControlStream(int streamType) { in forceVolumeControlStream()
2368 public int requestAudioFocus(OnAudioFocusChangeListener l, int streamType, int durationHint) { in requestAudioFocus()
[all …]
DAudioAttributes.java450 public Builder setLegacyStreamType(int streamType) { in setLegacyStreamType()
460 public Builder setInternalLegacyStreamType(int streamType) { in setInternalLegacyStreamType()
686 public static int usageForLegacyStreamType(int streamType) { in usageForLegacyStreamType()
DToneGenerator.java745 public ToneGenerator(int streamType, int volume) { in ToneGenerator()
880 private native final void native_setup(int streamType, int volume); in native_setup()
DRingtone.java90 public void setStreamType(int streamType) { in setStreamType()
DAudioTrack.java313 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, in AudioTrack()
355 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, in AudioTrack()
787 static public int getNativeOutputSampleRate(int streamType) { in getNativeOutputSampleRate()
1692 static private native final int native_get_output_sample_rate(int streamType); in native_get_output_sample_rate()
DRingtoneManager.java586 private static Ringtone getRingtone(final Context context, Uri ringtoneUri, int streamType) { in getRingtone()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumePanel.java229 int streamType; field in VolumePanel.StreamResources
236 StreamResources(int streamType, int descRes, int iconRes, int iconMuteRes, boolean show) { in StreamResources()
259 int streamType; field in VolumePanel.StreamControl
575 private boolean isMuted(int streamType) { in isMuted()
586 private int getStreamMaxVolume(int streamType) { in getStreamMaxVolume()
603 private int getStreamVolume(int streamType) { in getStreamVolume()
647 final int streamType = streamRes.streamType; in createSliders() local
876 private static boolean isNotificationOrRing(int streamType) { in isNotificationOrRing()
932 public void postVolumeChanged(int streamType, int flags) { in postVolumeChanged()
981 public void postMuteChanged(int streamType, int flags) { in postMuteChanged()
[all …]
DVolumeUI.java158 public void volumeChanged(int streamType, int flags) in volumeChanged()
/frameworks/av/include/media/
DAudioPolicyHelper.h64 static void stream_type_to_audio_attributes(audio_stream_type_t streamType, in stream_type_to_audio_attributes()
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
DMediaPlayerProxy.java49 void setAudioStreamType(int streamType); in setAudioStreamType()
DSingleThreadedMediaPlayerProxy.java112 public void setAudioStreamType(int streamType) { in setAudioStreamType()
/frameworks/av/media/libmedia/
DAudioTrack.cpp57 audio_stream_type_t streamType, in getMinFrameCount()
129 audio_stream_type_t streamType, in AudioTrack()
157 audio_stream_type_t streamType, in AudioTrack()
209 audio_stream_type_t streamType, in set()
919 audio_stream_type_t AudioTrack::streamType() const in streamType() function in android::AudioTrack
939 audio_stream_type_t streamType = mStreamType; in createTrack_l() local
DToneGenerator.cpp797 ToneGenerator::ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava) { in ToneGenerator()
DAudioSystem.cpp242 status_t AudioSystem::getOutputSamplingRate(uint32_t* samplingRate, audio_stream_type_t streamType) in getOutputSamplingRate()
286 status_t AudioSystem::getOutputFrameCount(size_t* frameCount, audio_stream_type_t streamType) in getOutputFrameCount()
328 status_t AudioSystem::getOutputLatency(uint32_t* latency, audio_stream_type_t streamType) in getOutputLatency()
/frameworks/base/core/jni/
Dandroid_media_ToneGenerator.cpp89 jint streamType, jint volume) { in android_media_ToneGenerator_native_setup()
/frameworks/av/media/libstagefright/wifi-display/source/
DTSPacketizer.cpp88 unsigned PID, unsigned streamType, unsigned streamID) in Track()
134 unsigned TSPacketizer::Track::streamType() const { in streamType() function in android::TSPacketizer::Track
398 unsigned streamType; in addTrack() local
/frameworks/base/core/java/android/preference/
DSeekBarVolumizer.java78 public SeekBarVolumizer(Context context, int streamType, Uri defaultUri, Callback callback) { in SeekBarVolumizer()
367 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in onReceive() local
DVolumePreference.java60 public void setStreamType(int streamType) { in setStreamType()
/frameworks/av/services/audioflinger/
DPlaybackTracks.h55 audio_stream_type_t streamType() const { in streamType() function
/frameworks/wilhelm/src/android/
Dandroid_defs.h69 audio_stream_type_t streamType; member
/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.cpp184 int streamType = params.quirks.useZslFormat ? in updateStream() local

123