/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() 173 for_each(mNewAnimators.begin(), mNewAnimators.end(), endStagingAnimator); in endAllStagingAnimators() 191 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 | 58 t.for_each([&](auto i) { in countItems() 70 buffer.for_each([](auto op) { in TEST() 90 buffer.for_each([&](auto op) { in TEST() 110 buffer.for_each([&](auto op) { in TEST()
|
D | CanvasFrontendTests.cpp | 158 receiver.for_each([&](auto op) { in TEST()
|
/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 | 142 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F() 210 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
|
/frameworks/native/services/vibratorservice/test/ |
D | VibratorCallbackSchedulerTest.cpp | 111 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
|
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 | 210 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
|
D | VibratorHalControllerTest.cpp | 192 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/ |
D | InputClassifier.cpp | 355 std::for_each(mClassifications.begin(), mClassifications.end(), in dump() 357 std::for_each(mLastDownTimes.begin(), mLastDownTimes.end(), in dump()
|
/frameworks/native/services/inputflinger/tests/ |
D | UinputDevice.cpp | 88 std::for_each(mKeys.begin(), mKeys.end(), [fd](int key) { in configureDevice()
|
D | InputReader_test.cpp | 9042 std::for_each(frames.begin(), frames.end(), [](TouchVideoFrame& frame) { in TEST_F()
|
/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/base/core/jni/ |
D | android_util_Process.cpp | 624 std::for_each(mem.begin(), mem.end(), [&](uint64_t val) { sum += val; }); in android_os_Process_getFreeMemory()
|
/frameworks/native/libs/input/ |
D | Input.cpp | 655 std::for_each(mSamplePointerCoords.begin(), mSamplePointerCoords.end(), in applyTransform()
|
/frameworks/native/services/inputflinger/reader/ |
D | EventHub.cpp | 269 std::for_each(nodeStr.begin(), nodeStr.end(), in findSysfsNodes()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.cpp | 3730 std::for_each(frames.begin(), frames.end(), in dispatchMotion()
|