/frameworks/base/libs/hwui/ |
D | AnimatorManager.cpp | 38 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/ |
D | CanvasOpRasterizer.cpp | 35 source.for_each([&]<CanvasOpType T>(const CanvasOpContainer<T> * op) { in rasterizeCanvasBuffer()
|
D | OpBuffer.h | 137 void for_each(F&& f) const { in for_each() function 279 for_each([](auto op) { in clear()
|
D | CanvasOpBuffer.h | 69 using SUPER::for_each;
|
/frameworks/base/libs/hwui/tests/unit/ |
D | OpBufferTests.cpp | 90 t.for_each([&](auto i) { in countItems() 155 buffer.for_each([](auto op) { in TEST()
|
D | CanvasOpTests.cpp | 67 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()
|
D | CanvasFrontendTests.cpp | 158 receiver.for_each([&](auto op) { in TEST()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | TouchState.cpp | 141 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/ |
D | PowerHalControllerTest.cpp | 231 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()
|
D | PowerHalWrapperAidlTest.cpp | 171 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/ |
D | InputProcessor.cpp | 341 std::for_each(mClassifications.begin(), mClassifications.end(), in dump() 343 std::for_each(mLastDownTimes.begin(), mLastDownTimes.end(), in dump()
|
/frameworks/native/services/vibratorservice/test/ |
D | VibratorManagerHalWrapperAidlTest.cpp | 180 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()
|
D | VibratorManagerHalControllerTest.cpp | 224 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
|
D | VibratorHalControllerTest.cpp | 219 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
|
D | VibratorHalWrapperHidlV1_3Test.cpp | 205 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
|
D | VibratorHalWrapperHidlV1_0Test.cpp | 238 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
|
D | VibratorHalWrapperAidlTest.cpp | 466 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
|
/frameworks/native/services/inputflinger/tests/ |
D | UinputDevice.cpp | 90 std::for_each(mKeys.begin(), mKeys.end(), [fd](int key) { in configureDevice()
|
/frameworks/compile/slang/ |
D | rs_cc_options.cpp | 280 std::for_each(DelegatedStrings.cbegin(), DelegatedStrings.cend(), in ParseArguments()
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | service.h | 583 std::for_each(channels_.begin(), channels_.end(), action); in ForEachChannelUnlocked()
|
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | LayerLifecycleManager.cpp | 398 std::for_each(references.begin(), references.end(), in getDebugString()
|
/frameworks/av/media/libaudiohal/tests/ |
D | EffectsFactoryHalInterface_test.cpp | 116 std::for_each(processings.begin(), processings.end(), [](const auto& process) { in TEST()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | RefreshRateSelector.cpp | 1220 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/ |
D | android_util_Process.cpp | 674 std::for_each(mem.begin(), mem.end(), [&](uint64_t val) { sum += val; }); in android_os_Process_getFreeMemory()
|
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 1187 std::for_each(mVirtualDisplays.begin(), mVirtualDisplays.end(), in TearDown()
|