Home
last modified time | relevance | path

Searched refs:canProcess (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSimpleScheduler.java39 if (filter.canProcess()) in scheduleNextNode()
H A DRandomScheduler.java45 if (filter.canProcess()) in scheduleNextNode()
H A DRoundRobinScheduler.java49 if (filter.canProcess()) { in scheduleNextNode()
H A DFilter.java498 synchronized final boolean canProcess() { in canProcess() method in Filter
/aosp12/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraHALPP.h79 virtual bool canProcess() = 0;
H A DQCameraDualFOVPP.h85 bool canProcess();
H A DQCameraDualFOVPP.cpp356 if (canProcess()) { in process()
591 bool QCameraDualFOVPP::canProcess() in canProcess() function in qcamera::QCameraDualFOVPP
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17989 Landroid/filterfw/core/Filter;->canProcess()Z