/aosp12/frameworks/base/media/java/android/media/ |
H A D | PlayerProxy.java | 142 public void applyVolumeShaper( in applyVolumeShaper() method in PlayerProxy 146 mConf.getIPlayer().applyVolumeShaper(configuration.toParcelable(), in applyVolumeShaper()
|
H A D | PlayerBase.java | 423 public void applyVolumeShaper( in applyVolumeShaper() method in PlayerBase.IPlayerWrapper
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | TrackPlayerBase.cpp | 128 binder::Status TrackPlayerBase::applyVolumeShaper( in applyVolumeShaper() function in android::TrackPlayerBase 143 VolumeShaper::Status status = mAudioTrack->applyVolumeShaper(spConfiguration, spOperation); in applyVolumeShaper()
|
H A D | PlayerBase.cpp | 205 binder::Status PlayerBase::applyVolumeShaper( in applyVolumeShaper() function in android::PlayerBase
|
H A D | AudioTrack.cpp | 2825 mAudioTrack->applyVolumeShaper(config, operation, &status); in restoreTrack_l() 2931 VolumeShaper::Status AudioTrack::applyVolumeShaper( in applyVolumeShaper() function in android::AudioTrack 2942 mAudioTrack->applyVolumeShaper(config, op, &status); in applyVolumeShaper() 2946 mAudioTrack->applyVolumeShaper(config, op, &status); in applyVolumeShaper() 2951 mVolumeHandler->applyVolumeShaper(configuration, operation); in applyVolumeShaper()
|
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/ |
H A D | IPlayer.aidl | 32 oneway void applyVolumeShaper(in VolumeShaperConfiguration configuration, in applyVolumeShaper() method
|
H A D | IAudioTrack.aidl | 81 int applyVolumeShaper(in VolumeShaperConfiguration configuration, in applyVolumeShaper() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | FadeOutManager.java | 249 apc.getPlayerProxy().applyVolumeShaper( in addFade() 267 apc.getPlayerProxy().applyVolumeShaper( in removeUnfadeAll()
|
H A D | PlaybackActivityMonitor.java | 935 apc.getPlayerProxy().applyVolumeShaper( in addDuck() 951 apc.getPlayerProxy().applyVolumeShaper( in removeUnduckAll()
|
/aosp12/frameworks/av/media/libaudioclient/include/media/ |
H A D | TrackPlayerBase.h | 36 virtual binder::Status applyVolumeShaper(
|
H A D | PlayerBase.h | 43 virtual binder::Status applyVolumeShaper(
|
H A D | AudioTrack.h | 872 media::VolumeShaper::Status applyVolumeShaper(
|
/aosp12/frameworks/av/media/libaaudio/src/legacy/ |
H A D | AudioStreamTrack.h | 94 virtual android::binder::Status applyVolumeShaper(
|
H A D | AudioStreamTrack.cpp | 563 binder::Status AudioStreamTrack::applyVolumeShaper( in applyVolumeShaper() function in AudioStreamTrack 572 binder::Status status = mAudioTrack->applyVolumeShaper(spConfiguration, spOperation); in applyVolumeShaper()
|
/aosp12/frameworks/av/media/libaaudio/src/core/ |
H A D | AudioStream.h | 387 virtual ::android::binder::Status applyVolumeShaper( 487 ::android::binder::Status applyVolumeShaper();
|
H A D | AudioStream.cpp | 588 ::android::binder::Status AudioStream::MyPlayerBase::applyVolumeShaper( in applyVolumeShaper() function in aaudio::AudioStream::MyPlayerBase 597 return audioStream->applyVolumeShaper(configuration, operation); in applyVolumeShaper()
|
/aosp12/frameworks/av/media/libmediaplayerservice/ |
H A D | MediaPlayerService.cpp | 1406 VolumeShaper::Status MediaPlayerService::Client::applyVolumeShaper( in applyVolumeShaper() function in android::MediaPlayerService::Client 1419 return mAudioOutput->applyVolumeShaper(configuration, operation); in applyVolumeShaper() 2307 return t->applyVolumeShaper(shaper.mConfiguration, operationToEnd); in open() 2598 VolumeShaper::Status MediaPlayerService::AudioOutput::applyVolumeShaper( in applyVolumeShaper() function in android::MediaPlayerService::AudioOutput 2609 status = mTrack->applyVolumeShaper(configuration, operation); in applyVolumeShaper() 2611 (void)mVolumeHandler->applyVolumeShaper(configuration, operation); in applyVolumeShaper() 2632 (void)track->applyVolumeShaper(configuration, operation); in applyVolumeShaper() 2640 (void)track->applyVolumeShaper(configuration, operation); in applyVolumeShaper() 2644 status = mVolumeHandler->applyVolumeShaper(configuration, operation); in applyVolumeShaper()
|
H A D | MediaPlayerService.h | 141 virtual media::VolumeShaper::Status applyVolumeShaper( 359 virtual media::VolumeShaper::Status applyVolumeShaper(
|
/aosp12/frameworks/av/media/libmedia/include/media/ |
H A D | IMediaPlayer.h | 96 virtual media::VolumeShaper::Status applyVolumeShaper(
|
H A D | mediaplayer.h | 273 media::VolumeShaper::Status applyVolumeShaper(
|
/aosp12/frameworks/av/include/media/ |
H A D | MediaPlayerInterface.h | 152 virtual media::VolumeShaper::Status applyVolumeShaper(
|
/aosp12/frameworks/av/media/libmediaplayerservice/include/ |
H A D | MediaPlayerInterface.h | 152 virtual media::VolumeShaper::Status applyVolumeShaper(
|
/aosp12/frameworks/av/media/libmedia/ |
H A D | mediaplayer.cpp | 1005 VolumeShaper::Status MediaPlayer::applyVolumeShaper( in applyVolumeShaper() function in android::MediaPlayer 1013 VolumeShaper::Status status = mPlayer->applyVolumeShaper(configuration, operation); in applyVolumeShaper()
|
H A D | IMediaPlayer.cpp | 472 virtual VolumeShaper::Status applyVolumeShaper( in applyVolumeShaper() function in android::BpMediaPlayer 934 status = (status_t)applyVolumeShaper(configuration, operation); in onTransact()
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | PlaybackTracks.h | 142 media::VolumeShaper::Status applyVolumeShaper(
|