Searched defs:shouldDrop (Results 1 – 3 of 3) sorted by relevance
50 bool FrameDropper::shouldDrop(int64_t timeUs) { in shouldDrop() function in android::FrameDropper
171 const bool shouldDrop = mCanceledDevices.find(args.deviceId) != mCanceledDevices.end(); in processMotion() local
30 bool shouldDrop; member