Searched refs:canAddSample (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/input/
H A DInputTransport.h434 static bool canAddSample(const Batch& batch, const InputMessage* msg);
/frameworks/native/libs/input/
H A DInputTransport.cpp447 if (canAddSample(batch, &mMsg)) {
935 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage *msg) { function in class:android::InputConsumer

Completed in 276 milliseconds