Home
last modified time | relevance | path

Searched refs:forEachCommand (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/lshal/
DLshal.cpp54 void Lshal::forEachCommand(const std::function<void(const Command* c)>& f) const { in forEachCommand() function in android::lshal::Lshal
63 forEachCommand([&](const Command* e) { in usage()
67 forEachCommand([&](const Command* e) { in usage()
77 forEachCommand([&](const Command* e) { in usage()
DHelpCommand.cpp66 mLshal.forEachCommand([&](const Command* e) { in usage()
DLshal.h60 void forEachCommand(const std::function<void(const Command* c)>& f) const;