Home
last modified time | relevance | path

Searched refs:audioStreamType (Results 1 – 10 of 10) sorted by relevance

/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
DEngineParameters.java80 int decodeBufferMaxSize, int startPositionMillis, int audioStreamType) { in EngineParameters() argument
89 mAudioStreamType = audioStreamType; in EngineParameters()
153 public Builder audioStreamType(int audioStreamType) { in audioStreamType() argument
154 mAudioStreamType = audioStreamType; in audioStreamType()
DVariableSpeed.java217 int audioStreamType; in prepare() local
224 audioStreamType = mAudioStreamType; in prepare()
228 mediaPlayer.setAudioStreamType(audioStreamType); in prepare()
294 .audioStreamType(mAudioStreamType) in start()
398 public void setAudioStreamType(int audioStreamType) { in setAudioStreamType() argument
400 mAudioStreamType = audioStreamType; in setAudioStreamType()
DVariableSpeedNative.java91 int startPositionMillis, int audioStreamType); in initializeEngine() argument
/frameworks/ex/variablespeed/jni/
Djni_entry.cc82 size_t startPositionMillis, int audioStreamType) { in JNI_METHOD()
86 decodeInitialSize, decodeMaxSize, startPositionMillis, audioStreamType)); in JNI_METHOD()
Dvariablespeed.cc212 static void setAudioStreamType(SLObjectItf audioPlayer, SLint32 audioStreamType) { in setAudioStreamType() argument
220 &audioStreamType, sizeof(audioStreamType)); in setAudioStreamType()
284 int audioStreamType) in AudioEngine() argument
294 audioStreamType_(audioStreamType), in AudioEngine()
567 size_t channelCount, SLuint32 slChannels, SLint32 audioStreamType, SLObjectItf &outputMix, in CreateAndRealizeAudioPlayer() argument
588 setAudioStreamType(audioPlayer, audioStreamType); in CreateAndRealizeAudioPlayer()
Dvariablespeed.h48 size_t startPositionMillis, int audioStreamType);
/frameworks/base/core/java/android/app/
DNotification.java185 public int audioStreamType = STREAM_DEFAULT; field in Notification
386 audioStreamType = parcel.readInt(); in Notification()
425 that.audioStreamType = this.audioStreamType; in clone()
504 parcel.writeInt(audioStreamType); in writeToParcel()
1027 n.audioStreamType = mAudioStreamType; in getNotification()
/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java808 int audioStreamType; in enqueueNotificationInternal() local
809 if (notification.audioStreamType >= 0) { in enqueueNotificationInternal()
810 audioStreamType = notification.audioStreamType; in enqueueNotificationInternal()
812 audioStreamType = DEFAULT_STREAM_TYPE; in enqueueNotificationInternal()
817 if (audioManager.getStreamVolume(audioStreamType) != 0) { in enqueueNotificationInternal()
820 mSound.play(mContext, uri, looping, audioStreamType); in enqueueNotificationInternal()
/frameworks/base/api/
Dcurrent.txt3609 field public int audioStreamType;
D14.txt3609 field public int audioStreamType;