Home
last modified time | relevance | path

Searched refs:for_each (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/libs/hwui/
DAnimatorManager.cpp38 for_each(mNewAnimators.begin(), mNewAnimators.end(), detach); in ~AnimatorManager()
39 for_each(mAnimators.begin(), mAnimators.end(), detach); in ~AnimatorManager()
179 for_each(mNewAnimators.begin(), mNewAnimators.end(), endStagingAnimator); in endAllStagingAnimators()
197 for_each(mAnimators.begin(), mAnimators.end(), functor); in endAllActiveAnimators()
/frameworks/base/libs/hwui/canvas/
DCanvasOpRasterizer.cpp35 source.for_each([&]<CanvasOpType T>(const CanvasOpContainer<T> * op) { in rasterizeCanvasBuffer()
DOpBuffer.h137 void for_each(F&& f) const { in for_each() function
279 for_each([](auto op) { in clear()
DCanvasOpBuffer.h69 using SUPER::for_each;
/frameworks/base/libs/hwui/tests/unit/
DOpBufferTests.cpp90 t.for_each([&](auto i) { in countItems()
155 buffer.for_each([](auto op) { in TEST()
DCanvasOpTests.cpp67 t.for_each([&](auto i) { in countItems()
79 buffer.for_each([](auto op) { in TEST()
99 buffer.for_each([&](auto op) { in TEST()
119 buffer.for_each([&](auto op) { in TEST()
DCanvasFrontendTests.cpp158 receiver.for_each([&](auto op) { in TEST()
/frameworks/native/services/inputflinger/dispatcher/
DTouchState.cpp141 std::for_each(windows.begin(), windows.end(), [&](TouchedWindow& w) { in cancelPointersForWindowsExcept()
173 std::for_each(windows.begin(), windows.end(), [&](TouchedWindow& w) { in cancelPointersForNonPilferingWindows()
/frameworks/native/services/powermanager/tests/
DPowerHalControllerTest.cpp231 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
271 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
DPowerHalWrapperAidlTest.cpp171 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
249 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
/frameworks/native/services/inputflinger/
DInputProcessor.cpp341 std::for_each(mClassifications.begin(), mClassifications.end(), in dump()
343 std::for_each(mLastDownTimes.begin(), mLastDownTimes.end(), in dump()
/frameworks/native/services/vibratorservice/test/
DVibratorManagerHalWrapperAidlTest.cpp180 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
216 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
DVibratorManagerHalControllerTest.cpp224 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
DVibratorHalControllerTest.cpp219 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
DVibratorHalWrapperHidlV1_3Test.cpp205 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
DVibratorHalWrapperHidlV1_0Test.cpp238 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
DVibratorHalWrapperAidlTest.cpp466 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
/frameworks/native/services/inputflinger/tests/
DUinputDevice.cpp90 std::for_each(mKeys.begin(), mKeys.end(), [fd](int key) { in configureDevice()
/frameworks/compile/slang/
Drs_cc_options.cpp280 std::for_each(DelegatedStrings.cbegin(), DelegatedStrings.cend(), in ParseArguments()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h583 std::for_each(channels_.begin(), channels_.end(), action); in ForEachChannelUnlocked()
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerLifecycleManager.cpp398 std::for_each(references.begin(), references.end(), in getDebugString()
/frameworks/av/media/libaudiohal/tests/
DEffectsFactoryHalInterface_test.cpp116 std::for_each(processings.begin(), processings.end(), [](const auto& process) { in TEST()
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateSelector.cpp1220 std::for_each(mPrimaryFrameRates.begin(), mPrimaryFrameRates.end(), rankFrameRate); in rankFrameRates()
1222 std::for_each(mPrimaryFrameRates.rbegin(), mPrimaryFrameRates.rend(), rankFrameRate); in rankFrameRates()
/frameworks/base/core/jni/
Dandroid_util_Process.cpp674 std::for_each(mem.begin(), mem.end(), [&](uint64_t val) { sum += val; }); in android_os_Process_getFreeMemory()
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp1187 std::for_each(mVirtualDisplays.begin(), mVirtualDisplays.end(), in TearDown()

12