Searched refs:newNumSlots (Results 1 – 3 of 3) sorted by relevance
213 public void updateFeatureControllerSize(int newNumSlots) { in updateFeatureControllerSize() argument216 if (oldNumSlots == newNumSlots) { in updateFeatureControllerSize()220 + newNumSlots); in updateFeatureControllerSize()221 mNumSlots = newNumSlots; in updateFeatureControllerSize()222 if (oldNumSlots < newNumSlots) { in updateFeatureControllerSize()223 for (int i = oldNumSlots; i < newNumSlots; i++) { in updateFeatureControllerSize()233 for (int i = (oldNumSlots - 1); i > (newNumSlots - 1); i--) { in updateFeatureControllerSize()
1509 private void handleMsimConfigChange(Integer newNumSlots) { in handleMsimConfigChange() argument1511 if (oldLen == newNumSlots) { in handleMsimConfigChange()1514 mNumSlots = newNumSlots; in handleMsimConfigChange()1515 Log.i(TAG, "handleMsimConfigChange: oldLen=" + oldLen + ", newLen=" + newNumSlots); in handleMsimConfigChange()1516 mEventLog.log("MSIM config change: " + oldLen + " -> " + newNumSlots); in handleMsimConfigChange()1517 if (newNumSlots < oldLen) { in handleMsimConfigChange()1521 for (int oldSlot = newNumSlots; oldSlot < oldLen; oldSlot++) { in handleMsimConfigChange()1547 .removeIf(filter -> filter.slotId >= newNumSlots); in handleMsimConfigChange()1559 if (newNumSlots < oldLen) { in handleMsimConfigChange()
1782 size_t newNumSlots = in handleWork() local1787 if (input->numSlots >= newNumSlots) { in handleWork()1790 input->numExtraSlots = newNumSlots - input->numSlots; in handleWork()1795 input->numSlots = newNumSlots; in handleWork()