Searched defs:audioStreamType (Results 1 - 5 of 5) sorted by relevance

/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DEngineParameters.java80 int decodeBufferMaxSize, int startPositionMillis, int audioStreamType) {
89 mAudioStreamType = audioStreamType;
153 public Builder audioStreamType(int audioStreamType) { argument
154 mAudioStreamType = audioStreamType;
78 EngineParameters(int targetFrames, int maxPlayBufferCount, float windowDuration, float windowOverlapDuration, float initialRate, int decodeBufferInitialSize, int decodeBufferMaxSize, int startPositionMillis, int audioStreamType) argument
H A DVariableSpeedNative.java91 int startPositionMillis, int audioStreamType);
88 initializeEngine(int targetFrames, float windowDuration, float windowOverlapDuration, int maxPlayBufferCount, float initialRate, int decodeBufferInitialSize, int decodeBufferMaxSize, int startPositionMillis, int audioStreamType) argument
H A DVariableSpeed.java217 int audioStreamType;
224 audioStreamType = mAudioStreamType;
228 mediaPlayer.setAudioStreamType(audioStreamType);
294 .audioStreamType(mAudioStreamType)
398 public void setAudioStreamType(int audioStreamType) { argument
400 mAudioStreamType = audioStreamType;
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc212 static void setAudioStreamType(SLObjectItf audioPlayer, SLint32 audioStreamType) { argument
220 &audioStreamType, sizeof(audioStreamType));
284 int audioStreamType)
294 audioStreamType_(audioStreamType),
567 size_t channelCount, SLuint32 slChannels, SLint32 audioStreamType, SLObjectItf &outputMix,
588 setAudioStreamType(audioPlayer, audioStreamType);
281 AudioEngine(size_t targetFrames, float windowDuration, float windowOverlapDuration, size_t maxPlayBufferCount, float initialRate, size_t decodeInitialSize, size_t decodeMaxSize, size_t startPositionMillis, int audioStreamType) argument
566 CreateAndRealizeAudioPlayer(SLuint32 slSampleRate, size_t channelCount, SLuint32 slChannels, SLint32 audioStreamType, SLObjectItf &outputMix, SLObjectItf &audioPlayer, SLEngineItf &engineInterface) argument
/frameworks/base/core/java/android/app/
H A DNotification.java219 * Use this constant as the value for audioStreamType to request that
230 public int audioStreamType = STREAM_DEFAULT; field in class:Notification
740 audioStreamType = parcel.readInt();
800 that.audioStreamType = this.audioStreamType;
944 parcel.writeInt(audioStreamType);
1022 builder.setSound(this.sound, this.audioStreamType);
1808 n.audioStreamType = mAudioStreamType;

Completed in 82 milliseconds