Home
last modified time | relevance | path

Searched defs:shouldDrop (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/av/media/module/bqhelper/
H A DFrameDropper.cpp50 bool FrameDropper::shouldDrop(int64_t timeUs) { in shouldDrop() function in android::FrameDropper
/aosp_15_r20/frameworks/av/media/module/bqhelper/tests/
H A DFrameDropper_test.cpp30 bool shouldDrop; member
/aosp_15_r20/frameworks/native/services/inputflinger/
H A DPreferStylusOverTouchBlocker.cpp171 const bool shouldDrop = mCanceledDevices.find(args.deviceId) != mCanceledDevices.end(); in processMotion() local