Searched refs:reportCallback_ (Results 1 – 6 of 6) sorted by relevance
25 const wptr<InputCallbackImpl> &reportCallback_) : inputInterfaces_(inputInterfaces_), in InputCallbackImpl() argument26 reportCallback_(reportCallback_) in InputCallbackImpl()57 … ret = inputInterfaces_->RegisterReportCallback(event.devIndex, reportCallback_.GetRefPtr()); in HotPlugCallback()
34 wptr<IInputCallback> reportCallback_; variable