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