Searched refs:InputManagerService (Results 1 – 5 of 5) sorted by relevance
21 InputEventHub* InputManagerService::hub_ = nullptr;25 std::queue<RawEvent> InputManagerService::eventQueue_;26 pthread_mutex_t InputManagerService::lock_;27 pthread_cond_t InputManagerService::nonEmpty_;28 pthread_cond_t InputManagerService::nonFull_;30 InputManagerService* InputManagerService::GetInstance() in GetInstance()32 static InputManagerService instance; in GetInstance()36 void InputManagerService::Run() in Run()48 void InputManagerService::Stop() in Stop()53 InputManagerService::~InputManagerService() in ~InputManagerService()[all …]
26 class InputManagerService {33 static InputManagerService* GetInstance();74 InputManagerService() in InputManagerService() function80 ~InputManagerService();82 InputManagerService(const InputManagerService&) = delete;83 InputManagerService& operator=(const InputManagerService&) = delete;84 InputManagerService(InputManagerService&&) = delete;85 InputManagerService& operator=(InputManagerService&&) = delete;
42 OHOS::InputManagerService::GetInstance()->Run(); in main()
108 InputManagerService::GetInstance()->GetDistributer()->AddRawEventListener(this);
38 InputManagerService::GetInstance()->GetDistributer()->AddRawEventListener(this); in InputEventClientProxy()