Home
last modified time | relevance | path

Searched refs:spConfiguration (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaudioclient/
DTrackPlayerBase.cpp132 sp<VolumeShaper::Configuration> spConfiguration = new VolumeShaper::Configuration(); in applyVolumeShaper() local
135 status_t s = spConfiguration->readFromParcelable(configuration) in applyVolumeShaper()
143 VolumeShaper::Status status = mAudioTrack->applyVolumeShaper(spConfiguration, spOperation); in applyVolumeShaper()
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamTrack.cpp568 … sp<VolumeShaper::Configuration> spConfiguration = new VolumeShaper::Configuration(configuration); in applyVolumeShaper() local
573 binder::Status status = mAudioTrack->applyVolumeShaper(spConfiguration, spOperation); in applyVolumeShaper()