Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/view/
DVolumePanel.java174 int streamType; field in VolumePanel.StreamResources
181 StreamResources(int streamType, int descRes, int iconRes, int iconMuteRes, boolean show) { in StreamResources()
204 int streamType; field in VolumePanel.StreamControl
349 private boolean isMuted(int streamType) { in isMuted()
359 private int getStreamMaxVolume(int streamType) { in getStreamMaxVolume()
369 private int getStreamVolume(int streamType) { in getStreamVolume()
379 private void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume()
396 int streamType = streamRes.streamType; in createSliders() local
442 final int streamType = STREAMS[i].streamType; in addOtherVolumes() local
502 public void postVolumeChanged(int streamType, int flags) { in postVolumeChanged()
[all …]
/frameworks/base/media/java/android/media/
DIAudioService.aidl39 oneway void adjustLocalOrRemoteStreamVolume(int streamType, int direction); in adjustLocalOrRemoteStreamVolume()
43 void adjustStreamVolume(int streamType, int direction, int flags); in adjustStreamVolume()
47 void setStreamVolume(int streamType, int index, int flags); in setStreamVolume()
53 void setStreamSolo(int streamType, boolean state, IBinder cb); in setStreamSolo()
55 void setStreamMute(int streamType, boolean state, IBinder cb); in setStreamMute()
57 boolean isStreamMute(int streamType); in isStreamMute()
63 int getStreamVolume(int streamType); in getStreamVolume()
67 int getStreamMaxVolume(int streamType); in getStreamMaxVolume()
71 int getLastAudibleStreamVolume(int streamType); in getLastAudibleStreamVolume()
146 void forceVolumeControlStream(int streamType, IBinder cb); in forceVolumeControlStream()
DIRingtonePlayer.aidl27 void play(IBinder token, in Uri uri, int streamType); in play()
32 void playAsync(in Uri uri, in UserHandle user, boolean looping, int streamType); in playAsync()
DAudioManager.java548 public void adjustStreamVolume(int streamType, int direction, int flags) { in adjustStreamVolume()
678 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume()
700 public int getStreamVolume(int streamType) { in getStreamVolume()
719 public int getLastAudibleStreamVolume(int streamType) { in getLastAudibleStreamVolume()
781 public void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume()
876 public void setStreamSolo(int streamType, boolean state) { in setStreamSolo()
905 public void setStreamMute(int streamType, boolean state) { in setStreamMute()
919 public boolean isStreamMute(int streamType) { in isStreamMute()
974 public void forceVolumeControlStream(int streamType) { in forceVolumeControlStream()
1543 public void adjustLocalOrRemoteStreamVolume(int streamType, int direction) { in adjustLocalOrRemoteStreamVolume()
[all …]
DAudioTrack.java264 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, in AudioTrack()
305 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, in AudioTrack()
362 private void audioParamCheck(int streamType, int sampleRateInHz, in audioParamCheck()
639 static public int getNativeOutputSampleRate(int streamType) { in getNativeOutputSampleRate()
1207 int streamType, int sampleRate, int nbChannels, int audioFormat, in native_setup()
1248 static private native final int native_get_output_sample_rate(int streamType); in native_get_output_sample_rate()
DAudioService.java773 public void adjustLocalOrRemoteStreamVolume(int streamType, int direction) { in adjustLocalOrRemoteStreamVolume()
785 int streamType; in adjustSuggestedStreamVolume() local
811 public void adjustStreamVolume(int streamType, int direction, int flags) { in adjustStreamVolume()
920 public void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume()
971 public void forceVolumeControlStream(int streamType, IBinder cb) { in forceVolumeControlStream()
1075 private void sendVolumeUpdate(int streamType, int oldIndex, int index, int flags) { in sendVolumeUpdate()
1128 private void setStreamVolumeInt(int streamType, in setStreamVolumeInt()
1165 public void setStreamSolo(int streamType, boolean state, IBinder cb) { in setStreamSolo()
1174 public void setStreamMute(int streamType, boolean state, IBinder cb) { in setStreamMute()
1181 public boolean isStreamMute(int streamType) { in isStreamMute()
[all …]
DSoundPool.java137 public SoundPool(int maxStreams, int streamType, int srcQuality) { in SoundPool()
483 …private native final int native_setup(Object weakRef, int maxStreams, int streamType, int srcQuali… in native_setup()
DRingtone.java84 public void setStreamType(int streamType) { in setStreamType()
DToneGenerator.java739 public ToneGenerator(int streamType, int volume) { in ToneGenerator()
874 private native final void native_setup(int streamType, int volume); in native_setup()
/frameworks/av/media/libmedia/
DAudioSystem.cpp209 status_t AudioSystem::getOutputSamplingRate(int* samplingRate, int streamType) { in getOutputSamplingRate()
213 status_t AudioSystem::getOutputSamplingRate(int* samplingRate, audio_stream_type_t streamType) in getOutputSamplingRate()
230 audio_stream_type_t streamType, in getSamplingRate()
255 status_t AudioSystem::getOutputFrameCount(int* frameCount, int streamType) { in getOutputFrameCount()
259 status_t AudioSystem::getOutputFrameCount(int* frameCount, audio_stream_type_t streamType) in getOutputFrameCount()
276 audio_stream_type_t streamType, in getFrameCount()
298 status_t AudioSystem::getOutputLatency(uint32_t* latency, audio_stream_type_t streamType) in getOutputLatency()
315 audio_stream_type_t streamType, in getLatency()
495 bool AudioSystem::routedToA2dpOutput(audio_stream_type_t streamType) { in routedToA2dpOutput()
DAudioTrack.cpp54 audio_stream_type_t streamType, in getMinFrameCount()
103 audio_stream_type_t streamType, in AudioTrack()
125 int streamType, in AudioTrack()
146 audio_stream_type_t streamType, in AudioTrack()
187 audio_stream_type_t streamType, in set()
337 audio_stream_type_t AudioTrack::streamType() const in streamType() function in android::AudioTrack
750 audio_stream_type_t streamType, in createTrack_l()
DToneGenerator.cpp801 ToneGenerator::ToneGenerator(audio_stream_type_t streamType, float volume, bool threadCanCallJava) { in ToneGenerator()
/frameworks/base/core/java/android/preference/
DVolumePreference.java60 public void setStreamType(int streamType) { in setStreamType()
248 public SeekBarVolumizer(Context context, SeekBar seekBar, int streamType) { in SeekBarVolumizer()
252 public SeekBarVolumizer(Context context, SeekBar seekBar, int streamType, Uri defaultUri) { in SeekBarVolumizer()
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorPlayer.h63 void setAudioStreamType(audio_stream_type_t streamType) { mStreamType = streamType; } in setAudioStreamType()
/frameworks/base/core/java/android/speech/tts/
DAudioPlaybackQueueItem.java38 Context context, Uri uri, int streamType) { in AudioPlaybackQueueItem()
DSynthesisPlaybackQueueItem.java66 SynthesisPlaybackQueueItem(int streamType, int sampleRate, in SynthesisPlaybackQueueItem()
DPlaybackSynthesisCallback.java69 PlaybackSynthesisCallback(int streamType, float volume, float pan, in PlaybackSynthesisCallback()
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
DMediaPlayerProxy.java48 void setAudioStreamType(int streamType); in setAudioStreamType()
DSingleThreadedMediaPlayerProxy.java107 public void setAudioStreamType(int streamType) { in setAudioStreamType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DRingtonePlayer.java75 public Client(IBinder token, Uri uri, UserHandle user, int streamType) { in Client()
/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.cpp86 unsigned PID, unsigned streamType, unsigned streamID) in Track()
123 unsigned TSPacketizer::Track::streamType() const { in streamType() function in android::TSPacketizer::Track
366 unsigned streamType; in addTrack() local
/frameworks/av/libvideoeditor/vss/src/
DM4AMRR_CoreReader.c111 M4OSA_UInt32 M4AMRR_getAuSize(M4OSA_UInt32 frameType, M4SYS_StreamType streamType) in M4AMRR_getAuSize()
137 M4OSA_UInt32 M4AMRR_getBitrate(M4OSA_UInt32 frameType, M4SYS_StreamType streamType) in M4AMRR_getBitrate()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.h105 … void setAudioStreamType(audio_stream_type_t streamType) { mStreamType = streamType; } in setAudioStreamType()
206 void setAudioStreamType(audio_stream_type_t streamType) {} in setAudioStreamType()
/frameworks/wilhelm/src/android/
Dandroid_defs.h69 audio_stream_type_t streamType; member

12