/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | RegisteredHandlePool.cpp | 49 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()
|
D | RegisteredHandlePool.h | 42 void for_each(std::function<void(const buffer_handle_t &)> fn);
|
D | Mapper.cpp | 688 gRegisteredHandles->for_each([&bufferDumps](buffer_handle_t buffer) { in dumpBuffers()
|
/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
D | ProtectCallback.cpp | 37 std::for_each(mObjects.begin(), mObjects.end(), in serviceDied()
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | EvsEnumerator.cpp | 204 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/ |
D | SkipList.h | 139 for_each(mMainList.begin(), mMainList.end(), [&](SkipNode<T> &item) { in dump()
|
D | LogBuffer.cpp | 104 for_each (li.begin(), li.end(), [&, this](const pair<pair<uint64_t, string>, int> &item){ in dump()
|
/hardware/qcom/sm7250/gps/utils/ |
D | SkipList.h | 139 for_each(mMainList.begin(), mMainList.end(), [&](SkipNode<T> &item) { in dump()
|
D | LogBuffer.cpp | 104 for_each (li.begin(), li.end(), [&, this](const pair<pair<uint64_t, string>, int> &item){ in dump()
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | ProtectCallback.cpp | 49 std::for_each(mObjects.begin(), mObjects.end(), in serviceDied()
|
/hardware/qcom/sm7150/gps/utils/ |
D | SkipList.h | 139 for_each(mMainList.begin(), mMainList.end(), [&](SkipNode<T> &item) { in dump()
|
D | LogBuffer.cpp | 99 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/ |
D | DisplayStateResidencyProvider.cpp | 229 std::for_each(uniqueStates.begin(), uniqueStates.end(), in generatePowerStatsStates()
|
/hardware/interfaces/automotive/can/1.0/default/ |
D | CanBus.cpp | 78 std::for_each(listener.filter.begin(), listener.filter.end(), in listen()
|
/hardware/interfaces/audio/aidl/default/ |
D | Module.cpp | 461 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/ |
D | VtsHalCanBusVirtualV1_0TargetTest.cpp | 164 std::for_each(messages.begin(), messages.end(), [](auto& msg) { msg.timestamp = 0; }); in clearTimestamps()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_session.cpp | 3022 std::for_each(map_info_pluggable_.begin(), map_info_pluggable_.end(), in HandleConnectedDisplays()
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_session.cpp | 2916 std::for_each(map_info_pluggable_.begin(), map_info_pluggable_.end(), in HandleConnectedDisplays()
|
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | KeyMintTest.cpp | 5577 std::for_each(hw_auths.begin(), hw_auths.end(), [&](auto& param) { in TEST_P()
|