Home
last modified time | relevance | path

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

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