Searched refs:audioStreamType (Results 1 – 10 of 10) sorted by relevance
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/ |
D | EngineParameters.java | 80 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()
|
D | VariableSpeed.java | 217 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()
|
D | VariableSpeedNative.java | 91 int startPositionMillis, int audioStreamType); in initializeEngine() argument
|
/frameworks/ex/variablespeed/jni/ |
D | jni_entry.cc | 82 size_t startPositionMillis, int audioStreamType) { in JNI_METHOD() 86 decodeInitialSize, decodeMaxSize, startPositionMillis, audioStreamType)); in JNI_METHOD()
|
D | variablespeed.cc | 212 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()
|
D | variablespeed.h | 48 size_t startPositionMillis, int audioStreamType);
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 185 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/ |
D | NotificationManagerService.java | 808 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/ |
D | current.txt | 3609 field public int audioStreamType;
|
D | 14.txt | 3609 field public int audioStreamType;
|