Searched refs:inputInterfaces_ (Results 1 – 4 of 4) sorted by relevance
24 InputCallbackImpl::InputCallbackImpl(const wptr<IInputInterfaces> &inputInterfaces_, in InputCallbackImpl() argument25 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()
25 const wptr<InputCallbackImpl> &otherCallback) : 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()
33 wptr<IInputInterfaces> inputInterfaces_;