Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/hidl_common/
DRegisteredHandlePool.cpp49 void RegisteredHandlePool::for_each(std::function<void(const buffer_handle_t &)> fn) in for_each() function in RegisteredHandlePool
52 std::for_each(bufPool.begin(), bufPool.end(), fn); in for_each()
DRegisteredHandlePool.h42 void for_each(std::function<void(const buffer_handle_t &)> fn);
DMapper.cpp688 gRegisteredHandles->for_each([&bufferDumps](buffer_handle_t buffer) { in dumpBuffers()
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DProtectCallback.cpp37 std::for_each(mObjects.begin(), mObjects.end(), in serviceDied()
/hardware/interfaces/automotive/evs/1.1/default/
DEvsEnumerator.cpp204 std::for_each(sDisplayPortList.begin(), sDisplayPortList.end(), in getDisplayIdList()
270 std::for_each(sCameraList.begin(), sCameraList.end(), in getCameraList_1_1()
/hardware/qcom/sm8150/gps/utils/
DSkipList.h139 for_each(mMainList.begin(), mMainList.end(), [&](SkipNode<T> &item) { in dump()
DLogBuffer.cpp104 for_each (li.begin(), li.end(), [&, this](const pair<pair<uint64_t, string>, int> &item){ in dump()
/hardware/qcom/sm7250/gps/utils/
DSkipList.h139 for_each(mMainList.begin(), mMainList.end(), [&](SkipNode<T> &item) { in dump()
DLogBuffer.cpp104 for_each (li.begin(), li.end(), [&, this](const pair<pair<uint64_t, string>, int> &item){ in dump()
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DProtectCallback.cpp49 std::for_each(mObjects.begin(), mObjects.end(), in serviceDied()
/hardware/qcom/sm7150/gps/utils/
DSkipList.h139 for_each(mMainList.begin(), mMainList.end(), [&](SkipNode<T> &item) { in dump()
DLogBuffer.cpp99 for_each (li.begin(), li.end(), [&, this](const pair<pair<uint64_t, string>, int> &item){ in dump()
/hardware/google/graphics/common/libhwc2.1/libvrr/Power/
DDisplayStateResidencyProvider.cpp229 std::for_each(uniqueStates.begin(), uniqueStates.end(), in generatePowerStatsStates()
/hardware/interfaces/automotive/can/1.0/default/
DCanBus.cpp78 std::for_each(listener.filter.begin(), listener.filter.end(), in listen()
/hardware/interfaces/audio/aidl/default/
DModule.cpp461 std::for_each(oldConnections.begin(), oldConnections.end(), [&](const auto& connectionPair) { in updateStreamsConnectedState()
477 std::for_each(newConnections.begin(), newConnections.end(), [&](const auto& connectionPair) { in updateStreamsConnectedState()
503 std::for_each(idsToDisconnectOnFailure.begin(), idsToDisconnectOnFailure.end(), in updateStreamsConnectedState()
/hardware/interfaces/automotive/can/1.0/vts/functional/
DVtsHalCanBusVirtualV1_0TargetTest.cpp164 std::for_each(messages.begin(), messages.end(), [](auto& msg) { msg.timestamp = 0; }); in clearTimestamps()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.cpp3022 std::for_each(map_info_pluggable_.begin(), map_info_pluggable_.end(), in HandleConnectedDisplays()
/hardware/qcom/sm7250/display/composer/
Dhwc_session.cpp2916 std::for_each(map_info_pluggable_.begin(), map_info_pluggable_.end(), in HandleConnectedDisplays()
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintTest.cpp5577 std::for_each(hw_auths.begin(), hw_auths.end(), [&](auto& param) { in TEST_P()