Searched defs:shouldDrop (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/module/bqhelper/ | ||
D | FrameDropper.cpp | 50 bool FrameDropper::shouldDrop(int64_t timeUs) { in shouldDrop() function in android::FrameDropper |
/frameworks/av/media/codec2/hal/aidl/inputsurface/ | ||
D | FrameDropper.cpp | 50 bool FrameDropper::shouldDrop(int64_t timeUs) { in shouldDrop() function in aidl::android::hardware::media::c2::implementation::FrameDropper |
/frameworks/native/services/inputflinger/ | ||
D | PreferStylusOverTouchBlocker.cpp | 171 const bool shouldDrop = mCanceledDevices.find(args.deviceId) != mCanceledDevices.end(); in processMotion() local |
/frameworks/av/media/module/bqhelper/tests/ | ||
D | FrameDropper_test.cpp | 30 bool shouldDrop; member |