Searched refs:shaper (Results 1 – 3 of 3) sorted by relevance
944 for (const auto &shaper : mVolumeShapers) { in toString() local950 ss << shaper.toString().c_str(); in toString()959 for (const auto &shaper : mVolumeShapers) { in forall() local960 VolumeShaper::Status status = lambda(shaper); in forall()961 VS_LOG("forall applying lambda on shaper (%p): %d", &shaper, (int)status); in forall()1011 for (const auto &shaper : mVolumeShapers) { in numberOfUserVolumeShapers_l() local1012 count += (shaper.mConfiguration->getId() >= VolumeShaper::kSystemVolumeShapersMax); in numberOfUserVolumeShapers_l()
2089 mVolumeHandler->forall([&t](const VolumeShaper &shaper) -> VolumeShaper::Status { in open() argument2091 new VolumeShaper::Operation(shaper.mOperation); in open()2099 if (shaper.isStarted()) { in open()2102 return t->applyVolumeShaper(shaper.mConfiguration, operationToEnd); in open()
2359 mVolumeHandler->forall([this](const VolumeShaper &shaper) -> VolumeShaper::Status { in restoreTrack_l() argument2361 new VolumeShaper::Operation(shaper.mOperation); in restoreTrack_l()2369 if (shaper.isStarted()) { in restoreTrack_l()2372 return mAudioTrack->applyVolumeShaper(shaper.mConfiguration, operationToEnd); in restoreTrack_l()