Lines Matching refs:VolumeShaper
468 virtual VolumeShaper::Status applyVolumeShaper( in applyVolumeShaper()
469 const sp<VolumeShaper::Configuration>& configuration, in applyVolumeShaper()
470 const sp<VolumeShaper::Operation>& operation) { in applyVolumeShaper()
480 return VolumeShaper::Status(status); in applyVolumeShaper()
488 return VolumeShaper::Status(status); in applyVolumeShaper()
497 return VolumeShaper::Status(status); in applyVolumeShaper()
499 return VolumeShaper::Status(remoteVolumeShaperStatus); in applyVolumeShaper()
502 virtual sp<VolumeShaper::State> getVolumeShaperState(int id) { in getVolumeShaperState()
511 sp<VolumeShaper::State> state = new VolumeShaper::State(); in getVolumeShaperState()
847 sp<VolumeShaper::Configuration> configuration; in onTransact()
848 sp<VolumeShaper::Operation> operation; in onTransact()
853 configuration = new VolumeShaper::Configuration(); in onTransact()
860 operation = new VolumeShaper::Operation(); in onTransact()
874 sp<VolumeShaper::State> state = getVolumeShaperState(id); in onTransact()