Home
last modified time | relevance | path

Searched defs:DestructionAction (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderAllocationLimits.cpp52 struct DestructionAction { struct
53 DestructionAction(std::function<void()> f) : mF(std::move(f)) {} in DestructionAction() argument
54 ~DestructionAction() { mF(); }; in ~DestructionAction() argument
56 std::function<void()> mF;