Searched refs:inputInterface_ (Results 1 – 8 of 8) sorted by relevance
166 if (inputInterface_ == nullptr || inputInterface_->iInputManager == nullptr || in ScanInputDevice()197 if (inputInterface_ == nullptr || inputInterface_->iInputManager == nullptr || in OpenInputDevice()213 if (inputInterface_ == nullptr || inputInterface_->iInputManager == nullptr || in CloseInputDevice()229 if (inputInterface_ == nullptr || inputInterface_->iInputManager == nullptr || in GetInputDevice()256 if (inputInterface_ == nullptr || inputInterface_->iInputManager == nullptr || in GetInputDeviceList()292 if (inputInterface_ == nullptr || inputInterface_->iInputController == nullptr || in SetPowerStatus()308 if (inputInterface_ == nullptr || inputInterface_->iInputController == nullptr || in GetPowerStatus()450 if (inputInterface_ == nullptr || inputInterface_->iInputReporter == nullptr || in RegisterReportCallback()481 if (inputInterface_ == nullptr || inputInterface_->iInputReporter == nullptr || in UnregisterReportCallback()497 if (inputInterface_ == nullptr || inputInterface_->iInputReporter == nullptr || in RegisterHotPlugCallback()[all …]
28 InputInterfacesImpl(): inputInterface_(NULL) {} in InputInterfacesImpl()31 ReleaseInputInterface(&inputInterface_); in ~InputInterfacesImpl()54 IInputInterface *inputInterface_;
25 IInputInterface* InputEventHub::inputInterface_ = nullptr; member in OHOS::InputEventHub52 int32_t ret = GetInputInterface(&inputInterface_); in SetUp()63 if (inputInterface_ == nullptr || inputInterface_->iInputManager == nullptr) { in SetUp()87 if (inputInterface_ == nullptr) { in TearDown()91 … if (inputInterface_->iInputReporter == nullptr || inputInterface_->iInputManager == nullptr) { in TearDown()106 if (inputInterface_ != nullptr) { in TearDown()108 free(inputInterface_->iInputManager); in TearDown()111 free(inputInterface_->iInputReporter); in TearDown()114 free(inputInterface_->iInputController); in TearDown()116 free(inputInterface_); in TearDown()[all …]
78 static IInputInterface* inputInterface_; variable
37 inputInterface_ = IInputInterfaces::Get(true); in ConnectHDFInit()38 if (inputInterface_ == nullptr) { in ConnectHDFInit()44 int32_t ret = inputInterface_->OpenInputDevice(TOUCH_DEV_ID); in ConnectHDFInit()46 ret = inputInterface_->GetInputDevice(TOUCH_DEV_ID, iDevInfo_); in ConnectHDFInit()57 ret = inputInterface_->RegisterReportCallback(TOUCH_DEV_ID, callback_); in ConnectHDFInit()
38 sptr<IInputInterfaces> inputInterface_ { nullptr };
90 int ret = GetInputInterface(&inputInterface_); in HdfInit()99 ret = inputInterface_->iInputManager->ScanInputDevice(sta, MAX_INPUT_DEVICES); in HdfInit()108 if ((idx == 0) || (inputInterface_->iInputManager->OpenInputDevice(idx) == INPUT_FAILURE)) { in HdfInit()118 ret = inputInterface_->iInputReporter->RegisterReportCallback(1, &callback_); in HdfInit()
45 IInputInterface *inputInterface_;