Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DVolumeShaper.h944 for (const auto &shaper : mVolumeShapers) { in toString() local
950 ss << shaper.toString().c_str(); in toString()
959 for (const auto &shaper : mVolumeShapers) { in forall() local
960 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() local
1012 count += (shaper.mConfiguration->getId() >= VolumeShaper::kSystemVolumeShapersMax); in numberOfUserVolumeShapers_l()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp2092 mVolumeHandler->forall([&t](const VolumeShaper &shaper) -> VolumeShaper::Status { in open() argument
2094 new VolumeShaper::Operation(shaper.mOperation); in open()
2102 if (shaper.isStarted()) { in open()
2105 return t->applyVolumeShaper(shaper.mConfiguration, operationToEnd); in open()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp2293 mVolumeHandler->forall([this](const VolumeShaper &shaper) -> VolumeShaper::Status { in restoreTrack_l() argument
2295 new VolumeShaper::Operation(shaper.mOperation); in restoreTrack_l()
2303 if (shaper.isStarted()) { in restoreTrack_l()
2306 return mAudioTrack->applyVolumeShaper(shaper.mConfiguration, operationToEnd); in restoreTrack_l()