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

/frameworks/av/services/audiopolicy/
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.cpp420 command->mStatus = AudioSystem::setStreamVolume(data->mStream,
944 int AudioPolicyService::setStreamVolume(audio_stream_type_t stream, function in class:android::AudioPolicyService
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp135 status_t AudioSystem::setStreamVolume(audio_stream_type_t stream, float value, function in class:android::AudioSystem
141 af->setStreamVolume(stream, value, output);
H A DIAudioFlinger.cpp331 virtual status_t setStreamVolume(audio_stream_type_t stream, float value, function in class:android::BpAudioFlinger
1019 reply->writeInt32( setStreamVolume((audio_stream_type_t) stream, volume, output) );
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java881 void setStreamVolume(float volume) { method in class:TvInputService.Session
H A DTvView.java257 public void setStreamVolume(float volume) { method in class:TvView
258 if (DEBUG) Log.d(TAG, "setStreamVolume(" + volume + ")");
265 mSession.setStreamVolume(volume);
863 mSession.setStreamVolume(mStreamVolume);
H A DTvInputManager.java1234 public void setStreamVolume(float volume) { method in class:TvInputManager.Session
1786 public void setStreamVolume(float volume) { method in class:TvInputManager.Hardware
1788 mInterface.setStreamVolume(volume);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java766 public void setStreamVolume(float volume) throws RemoteException { method in class:TvInputHardwareManager.TvInputHardwareImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java584 private void setStreamVolume(StreamControl sc, int index, int flags) { method in class:VolumePanel
595 mAudioManager.setStreamVolume(sc.streamType, index, flags);
1415 setStreamVolume(sc, progress,
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp893 status_t AudioFlinger::setStreamVolume(audio_stream_type_t stream, float value, function in class:android::AudioFlinger
902 ALOGE("setStreamVolume() invalid stream %d", stream);
919 mPlaybackThreads.valueAt(i)->setStreamVolume(stream, value);
922 thread->setStreamVolume(stream, value);
H A DThreads.cpp1594 void AudioFlinger::PlaybackThread::setStreamVolume(audio_stream_type_t stream, float value) function in class:android::AudioFlinger::PlaybackThread
4745 thread->setStreamVolume(AUDIO_STREAM_CNT, 1.0f);
/frameworks/base/media/java/android/media/
H A DAudioManager.java403 * @see #setStreamVolume(int, int, int)
434 * @see #setStreamVolume(int, int, int)
736 * <li> {@link #setStreamVolume(int, int, int)}
760 * @see #setStreamVolume(int, int, int)
792 * @see #setStreamVolume(int, int, int)
826 * @see #setStreamVolume(int, int, int)
920 * @see #setStreamVolume(int, int, int)
1017 public void setStreamVolume(int streamType, int index, int flags) { method in class:AudioManager
1023 service.setStreamVolume(streamType, index, flags, mContext.getOpPackageName());
1026 Log.e(TAG, "Dead object in setStreamVolume",
[all...]
H A DAudioService.java500 // Used when safe volume warning message display is requested by setStreamVolume(). In this
1144 // setStreamVolume() in case the user has to acknowledge the safe volume warning message.
1183 /** @see AudioManager#setStreamVolume(int, int, int) */
1184 public void setStreamVolume(int streamType, int index, int flags, String callingPackage) { method in class:AudioService
1185 setStreamVolume(streamType, index, flags, callingPackage, Binder.getCallingUid());
1188 private void setStreamVolume(int streamType, int index, int flags, String callingPackage, method in class:AudioService
5597 setStreamVolume(streamType, direction, flags, callingPackage, uid);

Completed in 224 milliseconds