mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
6fe3618e7c2e9fc563d97fa4c77de27d79f95262
BoundFunction is an alias for std::function<>. Copying a function object may be expensive. Use std::move() to avoid copying std::function<>. From https://engdoc.corp.google.com/eng/doc/devguide/cpp/std_function.md: "Generally prefer both accepting and passing by value if ownership is transferred. Recall that when using value semantics, it's important to also use std::move() when appropriate." Bug: 203462310 Change-Id: I9fb87737dd5ce0fbb84bfbbdb0f8bb952dea1fbc Signed-off-by: Bart Van Assche <bvanassche@google.com>
Merge "Tag vts module VtsHalSecureElementTargetTest with secure element sim" into main am:
7653e2653d am: 9235c8bf1f am: c6ab68fec7
Description
No description provided
Languages
C++
56.3%
AIDL
41.2%
C
1.5%
Rust
0.4%
Java
0.4%
Other
0.1%