Searched defs:setStreamVolume (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyClientImpl.cpp126 status_t AudioPolicyService::AudioPolicyClient::setStreamVolume(audio_stream_type_t stream, function in class:android::AudioPolicyService::AudioPolicyClient
130 return mAudioPolicyService->setStreamVolume(stream, volume, output,
H A DAudioPolicyService.cpp701 command->mStatus = AudioSystem::setStreamVolume(data->mStream,
1324 int AudioPolicyService::setStreamVolume(audio_stream_type_t stream, function in class:android::AudioPolicyService
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DVolumeDialogController.java44 void setStreamVolume(int stream, int userLevel); method in interface:VolumeDialogController
/frameworks/base/media/java/android/media/tv/
H A DTvView.java278 public void setStreamVolume(@FloatRange(from = 0.0, to = 1.0) float volume) { method in class:TvView
279 if (DEBUG) Log.d(TAG, "setStreamVolume(" + volume + ")");
285 mSession.setStreamVolume(volume);
1107 mSession.setStreamVolume(mStreamVolume);
H A DTvInputService.java1180 void setStreamVolume(float volume) { method in class:TvInputService.Session
H A DTvInputManager.java1840 public void setStreamVolume(float volume) { method in class:TvInputManager.Session
2588 public void setStreamVolume(float volume) { method in class:TvInputManager.Hardware
2590 mInterface.setStreamVolume(volume);
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp162 status_t AudioSystem::setStreamVolume(audio_stream_type_t stream, float value, function in class:android::AudioSystem
168 af->setStreamVolume(stream, value, output);
H A DIAudioFlinger.cpp247 virtual status_t setStreamVolume(audio_stream_type_t stream, float value, function in class:android::BpAudioFlinger
1055 reply->writeInt32( setStreamVolume((audio_stream_type_t) stream, volume, output) );
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java180 mAudio.setStreamVolume(stream, level, flag);
298 public void setStreamVolume(int stream, int level) { method in class:VolumeDialogControllerImpl
607 mMediaSessionsCallbacksW.setStreamVolume(stream, level);
1055 public void setStreamVolume(int stream, int level) { method in class:VolumeDialogControllerImpl.MediaSessionsCallbacks
1058 Log.w(TAG, "setStreamVolume: No token found for stream: " + stream);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java1015 public void setStreamVolume(float volume) throws RemoteException { method in class:TvInputHardwareManager.TvInputHardwareImpl
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1090 status_t AudioFlinger::setStreamVolume(audio_stream_type_t stream, float value, function in class:android::AudioFlinger
1112 volumeInterface->setStreamVolume(stream, value);
H A DThreads.cpp2269 void AudioFlinger::PlaybackThread::setStreamVolume(audio_stream_type_t stream, float value) function in class:android::AudioFlinger::PlaybackThread
6138 thread->setStreamVolume(AUDIO_STREAM_PATCH, 1.0f);
8716 void AudioFlinger::MmapPlaybackThread::setStreamVolume(audio_stream_type_t stream, float value) function in class:android::AudioFlinger::MmapPlaybackThread
/frameworks/base/media/java/android/media/
H A DAudioManager.java445 * @see #setStreamVolume(int, int, int)
476 * @see #setStreamVolume(int, int, int)
782 * <li> {@link #setStreamVolume(int, int, int)}
806 * @see #setStreamVolume(int, int, int)
838 * @see #setStreamVolume(int, int, int)
867 * @see #setStreamVolume(int, int, int)
976 * @see #setStreamVolume(int, int, int)
1125 public void setStreamVolume(int streamType, int index, int flags) { method in class:AudioManager
1128 service.setStreamVolume(streamType, index, flags, getContext().getOpPackageName());
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java610 // Used when safe volume warning message display is requested by setStreamVolume(). In this
1815 // setStreamVolume() in case the user has to acknowledge the safe volume warning message.
1898 /** @see AudioManager#setStreamVolume(int, int, int) */
1899 public void setStreamVolume(int streamType, int index, int flags, String callingPackage) { method in class:AudioService
1901 Log.w(TAG, "Trying to call setStreamVolume() for a11y without"
1910 Log.w(TAG, "Trying to call setStreamVolume() for STREAM_VOICE_CALL and index 0 without"
1916 setStreamVolume(streamType, index, flags, callingPackage, callingPackage,
1938 private void setStreamVolume(int streamType, int index, int flags, String callingPackage, method in class:AudioService
1941 Log.d(TAG, "setStreamVolume(stream=" + streamType+", index=" + index
7533 setStreamVolume(streamTyp
[all...]

Completed in 338 milliseconds