Lines Matching refs:samples
156 batch.samples.push_back(inputEvent_);
166 batch.samples.push_back(inputEvent_);
242 result = ConsumeSamples(batch, batch.samples.size(), outEvent);
258 if (batch.samples.empty()) {
262 next = &batch.samples.at(0);
278 MotionEvent& event = batch.samples.at(i);
286 batch.samples.erase(batch.samples.begin(), batch.samples.begin() + count);
447 const MotionEvent& head = it->samples.at(0);
468 const MotionEvent& head = batch.samples.at(0);
496 size_t numSamples = batch.samples.size();
498 while ((idx < numSamples) && (batch.samples.at(idx).actionTime <= time)) {