Searched refs:audioStreamType (Results 1 - 16 of 16) 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 DVariableSpeed.java217 int audioStreamType;
224 audioStreamType = mAudioStreamType;
228 mediaPlayer.setAudioStreamType(audioStreamType);
294 .audioStreamType(mAudioStreamType)
405 public void setAudioStreamType(int audioStreamType) { argument
407 mAudioStreamType = audioStreamType;
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
/frameworks/ex/variablespeed/jni/
H A Djni_entry.cc82 jint startPositionMillis, jint audioStreamType) {
86 decodeInitialSize, decodeMaxSize, startPositionMillis, audioStreamType);
H A Dvariablespeed.h48 size_t startPositionMillis, int audioStreamType);
H A Dvariablespeed.cc219 static void setAudioStreamType(SLObjectItf audioPlayer, SLint32 audioStreamType) { argument
227 &audioStreamType, sizeof(audioStreamType));
291 int audioStreamType)
301 audioStreamType_(audioStreamType),
574 SLuint32 channelCount, SLuint32 slChannels, SLint32 audioStreamType, SLObjectItf &outputMix,
595 setAudioStreamType(audioPlayer, audioStreamType);
288 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
573 CreateAndRealizeAudioPlayer(SLuint32 slSampleRate, SLuint32 channelCount, SLuint32 slChannels, SLint32 audioStreamType, SLObjectItf &outputMix, SLObjectItf &audioPlayer, SLEngineItf &engineInterface) argument
/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DNotificationCompatHoneycomb.java35 .setSound(n.sound, n.audioStreamType)
/frameworks/support/v4/ics/android/support/v4/app/
H A DNotificationCompatIceCreamSandwich.java36 .setSound(n.sound, n.audioStreamType)
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java116 pw.println(prefix + " audioStreamType=" + notification.audioStreamType);
250 return getNotification().audioStreamType == stream;
H A DNotificationManagerService.java2179 } else if (n.audioStreamType >= 0 && n.audioStreamType < AudioSystem.getNumStreamTypes()) {
2182 .setInternalLegacyStreamType(n.audioStreamType)
2184 } else if (n.audioStreamType == AudioSystem.STREAM_DEFAULT) {
2187 Log.w(TAG, String.format("Invalid stream type: %d", n.audioStreamType));
/frameworks/support/v4/api20/android/support/v4/app/
H A DNotificationCompatApi20.java50 .setSound(n.sound, n.audioStreamType)
/frameworks/support/v4/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java51 .setSound(n.sound, n.audioStreamType)
/frameworks/support/v4/api21/android/support/v4/app/
H A DNotificationCompatApi21.java74 .setSound(n.sound, n.audioStreamType)
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java82 .setSound(n.sound, n.audioStreamType)
/frameworks/base/core/java/android/app/
H A DNotification.java286 * Use this constant as the value for audioStreamType to request that
303 public int audioStreamType = STREAM_DEFAULT; field in class:Notification
1381 audioStreamType = parcel.readInt();
1460 that.audioStreamType = this.audioStreamType;
1627 parcel.writeInt(audioStreamType);
1736 builder.setSound(this.sound, this.audioStreamType);
3165 n.audioStreamType = mAudioStreamType;
3414 mAudioStreamType = n.audioStreamType;
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java84 * Use this constant as the value for audioStreamType to request that
911 mNotification.audioStreamType = Notification.STREAM_DEFAULT;
1132 mNotification.audioStreamType = Notification.STREAM_DEFAULT;
1149 mNotification.audioStreamType = streamType;

Completed in 1660 milliseconds