Lines Matching refs:VolumeShaper
149 virtual VolumeShaper::Status applyVolumeShaper( in applyVolumeShaper()
150 const sp<VolumeShaper::Configuration>& configuration, in applyVolumeShaper()
151 const sp<VolumeShaper::Operation>& operation) { in applyVolumeShaper()
160 return VolumeShaper::Status(status); in applyVolumeShaper()
168 return VolumeShaper::Status(status); in applyVolumeShaper()
175 return VolumeShaper::Status(status ?: remoteVolumeShaperStatus); in applyVolumeShaper()
178 virtual sp<VolumeShaper::State> getVolumeShaperState(int id) { in getVolumeShaperState()
187 sp<VolumeShaper::State> state = new VolumeShaper::State; in getVolumeShaperState()
259 sp<VolumeShaper::Configuration> configuration; in onTransact()
260 sp<VolumeShaper::Operation> operation; in onTransact()
265 configuration = new VolumeShaper::Configuration(); in onTransact()
270 operation = new VolumeShaper::Operation(); in onTransact()
284 sp<VolumeShaper::State> state = getVolumeShaperState(id); in onTransact()