HomeSort by relevance Sort by last modified time
    Searched defs:canSchedule (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameSlotSource.java 37 protected boolean canSchedule() {
38 return super.canSchedule() && slotHasFrame();
GraphInputSource.java 54 protected boolean canSchedule() {
55 return super.canSchedule() && mFrame != null;
GraphOutputTarget.java 56 protected boolean canSchedule() {
57 return super.canSchedule() && mFrame == null;
Filter.java 335 * This is used by {@link #canSchedule()} to determine if the input-port conditions given by
362 * This is used by {@link #canSchedule()} to determine if the output-port conditions given by
388 * When overriding the filter's {@link #canSchedule()} method, you should never allow
409 protected boolean canSchedule() {

Completed in 554 milliseconds