Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DVolumeShaper.h956 void forall(const std::function<VolumeShaper::Status (const VolumeShaper &)> &lambda) { in forall() function
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp2353 mVolumeHandler->forall([this](const VolumeShaper &shaper) -> VolumeShaper::Status { in restoreTrack_l()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp2088 mVolumeHandler->forall([&t](const VolumeShaper &shaper) -> VolumeShaper::Status { in open()