Searched refs:shaper (Results 1 – 3 of 3) sorted by relevance
945 for (const auto &shaper : mVolumeShapers) { in toString() local951 ss << shaper.toString().c_str(); in toString()960 for (const auto &shaper : mVolumeShapers) { in forall() local961 VolumeShaper::Status status = lambda(shaper); in forall()962 VS_LOG("forall applying lambda on shaper (%p): %d", &shaper, (int)status); in forall()1012 for (const auto &shaper : mVolumeShapers) { in numberOfUserVolumeShapers_l() local1013 count += (shaper.mConfiguration->getId() >= VolumeShaper::kSystemVolumeShapersMax); in numberOfUserVolumeShapers_l()
2262 mVolumeHandler->forall([this](const VolumeShaper &shaper) -> VolumeShaper::Status { in restoreTrack_l() argument2264 new VolumeShaper::Operation(shaper.mOperation); in restoreTrack_l()2272 if (shaper.isStarted()) { in restoreTrack_l()2275 return mAudioTrack->applyVolumeShaper(shaper.mConfiguration, operationToEnd); in restoreTrack_l()
2020 mVolumeHandler->forall([&t](const VolumeShaper &shaper) -> VolumeShaper::Status { in open() argument2022 new VolumeShaper::Operation(shaper.mOperation); in open()2030 if (shaper.isStarted()) { in open()2033 return t->applyVolumeShaper(shaper.mConfiguration, operationToEnd); in open()