Searched refs:reportCallback_ (Results 1 – 4 of 4) 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()
26 reportCallback_(otherCallback) in InputCallbackImpl()57 … ret = inputInterfaces_->RegisterReportCallback(event.devIndex, reportCallback_.GetRefPtr()); in HotPlugCallback()
34 wptr<IInputCallback> reportCallback_; variable