Searched refs:satisfied (Results 1 – 7 of 7) sorted by relevance
48 private boolean satisfied(int flag) { in satisfied() method in JobSnapshot72 || satisfied(JobInfo.CONSTRAINT_FLAG_CHARGING); in isChargingSatisfied()80 || satisfied(JobInfo.CONSTRAINT_FLAG_BATTERY_NOT_LOW); in isBatteryNotLowSatisfied()88 || satisfied(JobInfo.CONSTRAINT_FLAG_DEVICE_IDLE); in isRequireDeviceIdleSatisfied()93 || satisfied(JobInfo.CONSTRAINT_FLAG_STORAGE_NOT_LOW); in isRequireStorageNotLowSatisfied()
164 final boolean satisfied = isSatisfied(job, network, capabilities, mConstants); in isNetworkAvailable()167 + " and capabilities " + capabilities + ". Satisfied=" + satisfied); in isNetworkAvailable()169 if (satisfied) { in isNetworkAvailable()427 final boolean satisfied = isSatisfied(jobStatus, network, capabilities, mConstants); in updateConstraintsSatisfied()430 .setConnectivityConstraintSatisfied(connected && satisfied); in updateConstraintsSatisfied()440 + " satisfied=" + satisfied); in updateConstraintsSatisfied()
1072 int satisfied = mSatisfiedConstraintsOfInterest; in wouldBeReadyWithConstraint() local1091 satisfied |= constraint; in wouldBeReadyWithConstraint()1095 boolean toReturn = isReady(satisfied); in wouldBeReadyWithConstraint()
27 // Set of constraints that a job potentially needs satisfied before it can run.
130 When the condition of the sync object is satisfied by the fence command,134 fence object is also signaled when the condition is satisfied. The135 EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR condition is satisfied by completion142 The EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID condition is satisfied by the
354 // If the constraints are satisfied, then the controller will mark454 // If the constraints are satisfied, then the controller will mark866 // implicit constraint must be satisfied for the job to run.869 // Battery Saver). This implicit constraint must be satisfied for the
4408 * satisfied by caching.