Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:Operation

1207         const sp<VolumeShaper::Operation>& operation) {
1218 return mAudioOutput->applyVolumeShaper(configuration, operation);
2089 sp<VolumeShaper::Operation> operationToEnd =
2090 new VolumeShaper::Operation(shaper.mOperation);
2389 const sp<VolumeShaper::Operation>& operation)
2398 status = mTrack->applyVolumeShaper(configuration, operation);
2400 (void)mVolumeHandler->applyVolumeShaper(configuration, operation);
2410 // Unducking is an idempotent operation, same if applied back-to-back.
2413 ALOGV("applyVolumeShaper: Attempting to forward missed operation: %s %s",
2414 configuration->toString().c_str(), operation->toString().c_str());
2420 ALOGD("Forward VolumeShaper operation to recycled track %p", track.get());
2421 (void)track->applyVolumeShaper(configuration, operation);
2428 ALOGD("Forward VolumeShaper operation to track %p", track.get());
2429 (void)track->applyVolumeShaper(configuration, operation);
2433 status = mVolumeHandler->applyVolumeShaper(configuration, operation);