/frameworks/base/media/java/android/media/ |
D | PlayerProxy.java | 142 public void applyVolumeShaper( in applyVolumeShaper() method in PlayerProxy 146 mConf.getIPlayer().applyVolumeShaper(configuration, operation); in applyVolumeShaper()
|
D | IPlayer.aidl | 31 oneway void applyVolumeShaper(in VolumeShaper.Configuration configuration, in applyVolumeShaper() method
|
/frameworks/av/media/libaudioclient/ |
D | TrackPlayerBase.cpp | 106 void TrackPlayerBase::applyVolumeShaper( in applyVolumeShaper() function in android::TrackPlayerBase 111 VolumeShaper::Status status = mAudioTrack->applyVolumeShaper(configuration, operation); in applyVolumeShaper()
|
D | IAudioTrack.cpp | 149 virtual VolumeShaper::Status applyVolumeShaper( in applyVolumeShaper() function in android::BpAudioTrack 274 status = (status_t)applyVolumeShaper(configuration, operation); in onTransact()
|
D | PlayerBase.cpp | 172 void PlayerBase::applyVolumeShaper( in applyVolumeShaper() function in android::PlayerBase
|
/frameworks/av/media/libaaudio/src/core/ |
D | AudioStream.h | 259 virtual ::android::binder::Status applyVolumeShaper( 355 ::android::binder::Status applyVolumeShaper( in applyVolumeShaper() function 358 return mParent->applyVolumeShaper(configuration, operation); in applyVolumeShaper()
|
D | AudioStream.cpp | 204 android::media::VolumeShaper::Status AudioStream::applyVolumeShaper( in applyVolumeShaper() function in AudioStream
|
/frameworks/native/services/audiomanager/ |
D | IPlayer.cpp | 93 virtual void applyVolumeShaper( in applyVolumeShaper() function in android::BpPlayer 180 applyVolumeShaper(configuration, operation); in onTransact()
|
/frameworks/native/include/audiomanager/ |
D | IPlayer.h | 49 virtual void applyVolumeShaper(
|
/frameworks/av/media/libaudioclient/include/media/ |
D | TrackPlayerBase.h | 35 virtual void applyVolumeShaper(
|
D | IAudioTrack.h | 80 virtual VolumeShaper::Status applyVolumeShaper(
|
D | PlayerBase.h | 42 virtual void applyVolumeShaper(
|
/frameworks/av/include/media/ |
D | IAudioTrack.h | 80 virtual VolumeShaper::Status applyVolumeShaper(
|
D | IMediaPlayer.h | 94 virtual VolumeShaper::Status applyVolumeShaper(
|
D | mediaplayer.h | 269 VolumeShaper::Status applyVolumeShaper(
|
D | MediaPlayerInterface.h | 152 virtual VolumeShaper::Status applyVolumeShaper(
|
/frameworks/av/media/libaaudio/src/legacy/ |
D | AudioStreamTrack.h | 83 virtual android::binder::Status applyVolumeShaper(
|
D | AudioStreamTrack.cpp | 484 binder::Status AudioStreamTrack::applyVolumeShaper( in applyVolumeShaper() function in AudioStreamTrack 493 binder::Status status = mAudioTrack->applyVolumeShaper(spConfiguration, spOperation); in applyVolumeShaper()
|
/frameworks/av/media/libmedia/include/media/ |
D | IMediaPlayer.h | 94 virtual VolumeShaper::Status applyVolumeShaper(
|
D | mediaplayer.h | 269 VolumeShaper::Status applyVolumeShaper(
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaPlayerService.cpp | 1232 VolumeShaper::Status MediaPlayerService::Client::applyVolumeShaper( in applyVolumeShaper() function in android::MediaPlayerService::Client 1245 return mAudioOutput->applyVolumeShaper(configuration, operation); in applyVolumeShaper() 2071 return t->applyVolumeShaper(shaper.mConfiguration, operationToEnd); in open() 2314 VolumeShaper::Status MediaPlayerService::AudioOutput::applyVolumeShaper( in applyVolumeShaper() function in android::MediaPlayerService::AudioOutput 2325 status = mTrack->applyVolumeShaper(configuration, operation); in applyVolumeShaper() 2327 (void)mVolumeHandler->applyVolumeShaper(configuration, operation); in applyVolumeShaper() 2348 (void)track->applyVolumeShaper(configuration, operation); in applyVolumeShaper() 2356 (void)track->applyVolumeShaper(configuration, operation); in applyVolumeShaper() 2360 status = mVolumeHandler->applyVolumeShaper(configuration, operation); in applyVolumeShaper()
|
D | MediaPlayerService.h | 134 virtual VolumeShaper::Status applyVolumeShaper( 344 virtual VolumeShaper::Status applyVolumeShaper(
|
/frameworks/av/services/audioflinger/ |
D | PlaybackTracks.h | 85 VolumeShaper::Status applyVolumeShaper(
|
D | Tracks.cpp | 340 VolumeShaper::Status AudioFlinger::TrackHandle::applyVolumeShaper( in applyVolumeShaper() function in android::AudioFlinger::TrackHandle 343 return mTrack->applyVolumeShaper(configuration, operation); in applyVolumeShaper() 947 VolumeShaper::Status AudioFlinger::PlaybackThread::Track::applyVolumeShaper( in applyVolumeShaper() function in android::AudioFlinger::PlaybackThread::Track 966 VolumeShaper::Status status = mVolumeHandler->applyVolumeShaper( in applyVolumeShaper()
|
/frameworks/av/media/libmediaplayerservice/include/ |
D | MediaPlayerInterface.h | 152 virtual VolumeShaper::Status applyVolumeShaper(
|