Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DVolumeShaper.h961 auto replaceIt = findId_l(replaceId); in applyVolumeShaper()
981 auto oldIt = findId_l(id); in applyVolumeShaper()
1012 auto it = findId_l(id); in applyVolumeShaper()
1066 auto it = findId_l(id); in getVolumeShaperState()
1158 if (findId_l(mVolumeShaperIdCounter) != mVolumeShapers.end()) { in setIdIfNecessary()
1170 std::list<VolumeShaper>::iterator findId_l(int32_t id) { in findId_l() function