Home
last modified time | relevance | path

Searched refs:shaper (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/include/media/
DVolumeShaper.h945 for (const auto &shaper : mVolumeShapers) { in toString() local
951 ss << shaper.toString().c_str(); in toString()
960 for (const auto &shaper : mVolumeShapers) { in forall() local
961 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() local
1013 count += (shaper.mConfiguration->getId() >= VolumeShaper::kSystemVolumeShapersMax); in numberOfUserVolumeShapers_l()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp2262 mVolumeHandler->forall([this](const VolumeShaper &shaper) -> VolumeShaper::Status { in restoreTrack_l() argument
2264 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()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp2020 mVolumeHandler->forall([&t](const VolumeShaper &shaper) -> VolumeShaper::Status { in open() argument
2022 new VolumeShaper::Operation(shaper.mOperation); in open()
2030 if (shaper.isStarted()) { in open()
2033 return t->applyVolumeShaper(shaper.mConfiguration, operationToEnd); in open()