Home
last modified time | relevance | path

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

12

/frameworks/base/media/java/android/media/
DIAudioService.aidl31 void adjustStreamVolume(int streamType, int direction, int flags); in adjustStreamVolume()
33 void setStreamVolume(int streamType, int index, int flags); in setStreamVolume()
35 void setStreamSolo(int streamType, boolean state, IBinder cb); in setStreamSolo()
37 void setStreamMute(int streamType, boolean state, IBinder cb); in setStreamMute()
39 int getStreamVolume(int streamType); in getStreamVolume()
41 int getStreamMaxVolume(int streamType); in getStreamMaxVolume()
DAudioService.java413 int streamType = getActiveStreamType(suggestedStreamType); in adjustSuggestedStreamVolume() local
424 public void adjustStreamVolume(int streamType, int direction, int flags) { in adjustStreamVolume()
468 public void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume()
485 private void sendVolumeUpdate(int streamType, int oldIndex, int index) { in sendVolumeUpdate()
507 private void setStreamVolumeInt(int streamType, int index, boolean force, boolean lastAudible) { in setStreamVolumeInt()
530 public void setStreamSolo(int streamType, boolean state, IBinder cb) { in setStreamSolo()
539 public void setStreamMute(int streamType, boolean state, IBinder cb) { in setStreamMute()
546 public int getStreamVolume(int streamType) { in getStreamVolume()
552 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume()
759 int streamType = getActiveStreamType(AudioManager.USE_DEFAULT_STREAM_TYPE); in setMode() local
[all …]
DAudioManager.java376 public void adjustStreamVolume(int streamType, int direction, int flags) { in adjustStreamVolume()
461 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume()
479 public int getStreamVolume(int streamType) { in getStreamVolume()
519 public void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume()
545 public void setStreamSolo(int streamType, boolean state) { in setStreamSolo()
574 public void setStreamMute(int streamType, boolean state) { in setStreamMute()
1443 public int requestAudioFocus(OnAudioFocusChangeListener l, int streamType, int durationHint) { in requestAudioFocus()
DAudioTrack.java262 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, in AudioTrack()
302 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat, in AudioTrack()
350 private void audioParamCheck(int streamType, int sampleRateInHz, in audioParamCheck()
587 static public int getNativeOutputSampleRate(int streamType) { in getNativeOutputSampleRate()
1131 int streamType, int sampleRate, int nbChannels, int audioFormat, in native_setup()
1172 static private native final int native_get_output_sample_rate(int streamType); in native_get_output_sample_rate()
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.java80 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()
DRingtoneManager.java595 private static Ringtone getRingtone(final Context context, Uri ringtoneUri, int streamType) { in getRingtone()
/frameworks/base/core/java/android/view/
DVolumePanel.java125 public void postVolumeChanged(int streamType, int flags) { in postVolumeChanged()
136 protected void onVolumeChanged(int streamType, int flags) { in onVolumeChanged()
159 protected void onShowVolumeChanged(int streamType, int flags) { in onShowVolumeChanged()
277 protected void onPlaySound(int streamType, int flags) { in onPlaySound()
319 private ToneGenerator getOrCreateToneGenerator(int streamType) { in getOrCreateToneGenerator()
/frameworks/base/media/libmedia/
DAudioTrack.cpp49 int streamType, in getMinFrameCount()
82 int streamType, in AudioTrack()
100 int streamType, in AudioTrack()
136 int streamType, in set()
263 int AudioTrack::streamType() const in streamType() function in android::AudioTrack
654 int streamType, in createTrack()
DAudioSystem.cpp220 status_t AudioSystem::getOutputSamplingRate(int* samplingRate, int streamType) in getOutputSamplingRate()
253 status_t AudioSystem::getOutputFrameCount(int* frameCount, int streamType) in getOutputFrameCount()
284 status_t AudioSystem::getOutputLatency(uint32_t* latency, int streamType) in getOutputLatency()
465 bool AudioSystem::routedToA2dpOutput(int streamType) { in routedToA2dpOutput()
DToneGenerator.cpp802 ToneGenerator::ToneGenerator(int streamType, float volume, bool threadCanCallJava) { in ToneGenerator()
DIAudioFlinger.cpp86 int streamType, in createTrack()
704 int streamType = data.readInt32(); in onTransact() local
/frameworks/base/media/libmediaplayerservice/
DMediaPlayerService.h93 void setAudioStreamType(int streamType) { mStreamType = streamType; } in setAudioStreamType()
150 void setAudioStreamType(int streamType) {} in setAudioStreamType()
/frameworks/base/core/java/android/preference/
DVolumePreference.java60 public void setStreamType(int streamType) { in setStreamType()
245 public SeekBarVolumizer(Context context, SeekBar seekBar, int streamType) { in SeekBarVolumizer()
/frameworks/base/core/jni/
Dandroid_media_ToneGenerator.cpp81 jint streamType, jint volume) { in android_media_ToneGenerator_native_setup()
/frameworks/base/packages/TtsService/src/android/tts/
DSynthProxy.java81 public int speak(String text, int streamType) { in speak()
195 private native final int native_speak(int jniData, String text, int streamType); in native_speak()
DTtsService.java787 int streamType = DEFAULT_STREAM_TYPE; in speakInternalOnly() local
1135 int streamType = DEFAULT_STREAM_TYPE; in getStreamTypeFromParams() local
/frameworks/base/media/libstagefright/mpeg2ts/
DATSParser.cpp185 unsigned streamType = br->getBits(8); in parseProgramMap() local
268 Program *program, unsigned elementaryPID, unsigned streamType) in Stream()
/frameworks/base/packages/TtsService/jni/
Dandroid_tts_SynthProxy.cpp65 AudioSystem::stream_type streamType; member
207 void createAudioOut(AudioSystem::stream_type streamType, uint32_t rate, in createAudioOut()
253 void prepAudioTrack(SynthProxyJniStorage* pJniData, AudioSystem::stream_type streamType, in prepAudioTrack()
/frameworks/base/media/jni/soundpool/
DSoundPool.cpp41 SoundPool::SoundPool(int maxChannels, int streamType, int srcQuality) in SoundPool()
533 int streamType = mSoundPool->streamType(); in play() local
DSoundPool.h181 int streamType() const { return mStreamType; } in streamType() function
Dandroid_media_SoundPool.cpp179 …_setup(JNIEnv *env, jobject thiz, jobject weakRef, jint maxChannels, jint streamType, jint srcQual… in android_media_SoundPool_native_setup()
/frameworks/base/media/libstagefright/
DMPEG2TSWriter.cpp106 unsigned MPEG2TSWriter::SourceInfo::streamType() const { in streamType() function in android::MPEG2TSWriter::SourceInfo
/frameworks/base/core/java/android/app/
DDialog.java1018 public final void setVolumeControlStream(int streamType) { in setVolumeControlStream()

12