Home
last modified time | relevance | path

Searched refs:newNumSlots (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java1556 private void handleMsimConfigChange(Integer newNumSlots) { in handleMsimConfigChange() argument
1558 if (oldLen == newNumSlots) { in handleMsimConfigChange()
1561 mNumSlots = newNumSlots; in handleMsimConfigChange()
1562 Log.i(TAG, "handleMsimConfigChange: oldLen=" + oldLen + ", newLen=" + newNumSlots); in handleMsimConfigChange()
1563 mEventLog.log("MSIM config change: " + oldLen + " -> " + newNumSlots); in handleMsimConfigChange()
1564 if (newNumSlots < oldLen) { in handleMsimConfigChange()
1568 for (int oldSlot = newNumSlots; oldSlot < oldLen; oldSlot++) { in handleMsimConfigChange()
1596 .removeIf(filter -> filter.slotId >= newNumSlots); in handleMsimConfigChange()
1608 if (newNumSlots < oldLen) { in handleMsimConfigChange()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp2381 size_t newNumSlots = in handleWork() local
2387 if (input->numSlots >= newNumSlots) { in handleWork()
2390 input->numExtraSlots = newNumSlots - input->numSlots; in handleWork()
2395 input->numSlots = newNumSlots; in handleWork()