Home | History | Annotate | Download | only in utils

Lines Matching defs:conflicting

102  * resource, and the corresponding cost, priority, owner ID, and conflicting keys list used
145 * Return true if the given key is in this descriptor's conflicting keys list.
150 * Return the set of all conflicting keys for this descriptor.
276 * - Any descriptors with keys that are in the incoming descriptor's 'conflicting keys' list
488 bool conflicting = (curKey == key || i->isConflicting(key) ||
494 if (conflicting && curPriority < priority) {
495 // Pre-existing conflicting client with higher priority exists
499 } else if (conflicting || ((totalCost > mMaxCost && curCost > 0) &&
514 if (curPriority < priority && (conflicting || (totalCost > mMaxCost && curCost > 0))) {
515 // Pre-existing conflicting client with higher priority exists