Searched refs:suggestedStreamType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
H A DIAudioService.aidl41 void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags);
H A DAudioService.java774 public void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags) { argument
775 if (DEBUG_VOL) Log.d(TAG, "adjustSuggestedStreamVolume() stream="+suggestedStreamType);
780 streamType = getActiveStreamType(suggestedStreamType);
2432 private int getActiveStreamType(int suggestedStreamType) { argument
2443 } else if (suggestedStreamType == AudioManager.USE_DEFAULT_STREAM_TYPE) {
2466 + suggestedStreamType);
2467 return suggestedStreamType;
2485 } else if (suggestedStreamType == AudioManager.USE_DEFAULT_STREAM_TYPE) {
2498 + suggestedStreamType);
2499 return suggestedStreamType;
[all...]
H A DAudioManager.java601 * @param suggestedStreamType The stream type that will be used if there
608 public void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags) { argument
614 service.adjustSuggestedStreamVolume(direction, suggestedStreamType, flags);

Completed in 39 milliseconds