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.cpp2089 mVolumeHandler->forall([&t](const VolumeShaper &shaper) -> VolumeShaper::Status { in open() argument
2091 new VolumeShaper::Operation(shaper.mOperation); in open()
2099 if (shaper.isStarted()) { in open()
2102 return t->applyVolumeShaper(shaper.mConfiguration, operationToEnd); in open()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp2359 mVolumeHandler->forall([this](const VolumeShaper &shaper) -> VolumeShaper::Status { in restoreTrack_l() argument
2361 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()