Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/
H A DTrackPlayerBase.cpp133 sp<VolumeShaper::Operation> spOperation = new VolumeShaper::Operation(); in applyVolumeShaper() local
136 ?: spOperation->readFromParcelable(operation); in applyVolumeShaper()
143 VolumeShaper::Status status = mAudioTrack->applyVolumeShaper(spConfiguration, spOperation); in applyVolumeShaper()
/aosp12/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamTrack.cpp568 sp<VolumeShaper::Operation> spOperation = new VolumeShaper::Operation(operation); in applyVolumeShaper() local
572 binder::Status status = mAudioTrack->applyVolumeShaper(spConfiguration, spOperation); in applyVolumeShaper()