Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DTrackPlayerBase.cpp136 sp<VolumeShaper::Operation> spOperation = new VolumeShaper::Operation(); in applyVolumeShaper() local
139 ?: spOperation->readFromParcelable(operation); in applyVolumeShaper()
146 VolumeShaper::Status status = mAudioTrack->applyVolumeShaper(spConfiguration, spOperation); in applyVolumeShaper()
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamTrack.cpp565 sp<VolumeShaper::Operation> spOperation = new VolumeShaper::Operation(operation); in applyVolumeShaper() local
569 binder::Status status = mAudioTrack->applyVolumeShaper(spConfiguration, spOperation); in applyVolumeShaper()