Home
last modified time | relevance | path

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

/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()
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/
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.cpp58 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()
DCanvasFrontendTests.cpp158 receiver.for_each([&](auto op) { in TEST()
/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.cpp142 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/
DVibratorCallbackSchedulerTest.cpp111 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
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.cpp210 std::for_each(threads.begin(), threads.end(), [](std::thread& t) { t.join(); }); in TEST_F()
DVibratorHalControllerTest.cpp192 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/
DInputClassifier.cpp355 std::for_each(mClassifications.begin(), mClassifications.end(), in dump()
357 std::for_each(mLastDownTimes.begin(), mLastDownTimes.end(), in dump()
/frameworks/native/services/inputflinger/tests/
DUinputDevice.cpp88 std::for_each(mKeys.begin(), mKeys.end(), [fd](int key) { in configureDevice()
DInputReader_test.cpp9042 std::for_each(frames.begin(), frames.end(), [](TouchVideoFrame& frame) { in TEST_F()
/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/base/core/jni/
Dandroid_util_Process.cpp624 std::for_each(mem.begin(), mem.end(), [&](uint64_t val) { sum += val; }); in android_os_Process_getFreeMemory()
/frameworks/native/libs/input/
DInput.cpp655 std::for_each(mSamplePointerCoords.begin(), mSamplePointerCoords.end(), in applyTransform()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp269 std::for_each(nodeStr.begin(), nodeStr.end(), in findSysfsNodes()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp3730 std::for_each(frames.begin(), frames.end(), in dispatchMotion()