Searched refs:inputDeviceBufferSize_ (Results 1 – 2 of 2) sorted by relevance
69 static const int inputDeviceBufferSize_ = 32; variable70 InputDeviceEvent mEventBuffer_[inputDeviceBufferSize_] = {};
199 size_t count = inputHub_->StartCollectInputHandler(mEventBuffer_, inputDeviceBufferSize_); in StartInputMonitorDeviceThread()