Searched defs:AsyncScreenLockInfo (Results 1 – 1 of 1) sorted by relevance
25 struct AsyncScreenLockInfo : public AsyncCall::Context { struct28 AsyncScreenLockInfo() : Context(nullptr, nullptr), allowed(false) {}; in AsyncScreenLockInfo() argument29 AsyncScreenLockInfo(InputAction input, OutputAction output) in AsyncScreenLockInfo() function31 ~AsyncScreenLockInfo() override{}; in ~AsyncScreenLockInfo() argument