Home
last modified time | relevance | path

Searched refs:inputInterfaces_ (Results 1 - 6 of 6) sorted by relevance

/test/xts/hats/hdf/input/PassthroughBenchmarkTest/
H A Dinput_callback_impl.cpp24 InputCallbackImpl::InputCallbackImpl(const wptr<IInputInterfaces> &inputInterfaces_, in InputCallbackImpl() argument
25 const wptr<InputCallbackImpl> &reportCallback_) : inputInterfaces_(inputInterfaces_), in InputCallbackImpl()
51 ret = inputInterfaces_->OpenInputDevice(event.devIndex); in HotPlugCallback()
57 ret = inputInterfaces_->RegisterReportCallback(event.devIndex, reportCallback_.GetRefPtr()); in HotPlugCallback()
63 ret = inputInterfaces_->UnregisterReportCallback(event.devIndex); in HotPlugCallback()
69 ret = inputInterfaces_->CloseInputDevice(event.devIndex); in HotPlugCallback()
H A Dinput_callback_impl.h33 wptr<IInputInterfaces> inputInterfaces_; member in OHOS::HDI::Input::V1_0::InputCallbackImpl
/test/xts/hats/hdf/input/hdi_passthrough_additional/
H A Dinput_callback_impl.cpp24 InputCallbackImpl::InputCallbackImpl(const wptr<IInputInterfaces> &inputInterfaces_, in InputCallbackImpl() argument
25 const wptr<InputCallbackImpl> &reportCallback_) : inputInterfaces_(inputInterfaces_), in InputCallbackImpl()
51 ret = inputInterfaces_->OpenInputDevice(event.devIndex); in HotPlugCallback()
57 ret = inputInterfaces_->RegisterReportCallback(event.devIndex, reportCallback_.GetRefPtr()); in HotPlugCallback()
63 ret = inputInterfaces_->UnregisterReportCallback(event.devIndex); in HotPlugCallback()
69 ret = inputInterfaces_->CloseInputDevice(event.devIndex); in HotPlugCallback()
H A Dinput_callback_impl.h33 wptr<IInputInterfaces> inputInterfaces_; member in OHOS::HDI::Input::V1_0::InputCallbackImpl
/test/xts/hats/hdf/input/hdi_passthrough/
H A Dinput_callback_impl.cpp24 InputCallbackImpl::InputCallbackImpl(const wptr<IInputInterfaces> &inputInterfaces_, in InputCallbackImpl() argument
25 const wptr<InputCallbackImpl> &reportCallback_) : inputInterfaces_(inputInterfaces_), in InputCallbackImpl()
51 ret = inputInterfaces_->OpenInputDevice(event.devIndex); in HotPlugCallback()
57 ret = inputInterfaces_->RegisterReportCallback(event.devIndex, reportCallback_.GetRefPtr()); in HotPlugCallback()
63 ret = inputInterfaces_->UnregisterReportCallback(event.devIndex); in HotPlugCallback()
69 ret = inputInterfaces_->CloseInputDevice(event.devIndex); in HotPlugCallback()
H A Dinput_callback_impl.h33 wptr<IInputInterfaces> inputInterfaces_; member in OHOS::HDI::Input::V1_0::InputCallbackImpl

Completed in 1 milliseconds