Searched refs:newCount (Results 1 – 9 of 9) sorted by relevance
130 void updateIndexCount(unsigned int newCount) { in updateIndexCount() argument131 mIndexCount = std::min(newCount, mAllocatedIndexCount); in updateIndexCount()133 void updateVertexCount(unsigned int newCount) { in updateVertexCount() argument134 mVertexCount = std::min(newCount, mAllocatedVertexCount); in updateVertexCount()
49 protected void setRefCountLPw(int newCount) { in setRefCountLPw() argument50 mRefCount = newCount; in setRefCountLPw()
188 int newCount = newDims == null ? 0 : newDims.length; in resize() local189 if (oldCount != newCount) { in resize()191 + "Frame to " + newCount + "-dimensional Frame!"); in resize()
170 final int newCount = mAlarmUids.get(recipientUid, 0) + 1;171 mAlarmUids.put(recipientUid, newCount);187 final int newCount = mAlarmUids.get(recipientUid, 0) - 1;188 if (newCount >= 0) {189 mAlarmUids.put(recipientUid, newCount);196 if (newCount <= 0) {
1108 int newCount = mSplitRefcounts.get(r.splitToken) - 1; in processNextBroadcastLocked() local1109 if (newCount == 0) { in processNextBroadcastLocked()1122 "Result refcount now " + newCount + " for split token " in processNextBroadcastLocked()1127 mSplitRefcounts.put(r.splitToken, newCount); in processNextBroadcastLocked()
212 int newCount = receivedCount + 1; in scanRawTable() local213 if (newCount == tracker.getMessageCount()) { in scanRawTable()221 multiPartReceivedCount.put(reference, newCount); in scanRawTable()
287 int newCount; in handleMessage() local290 newCount = adapter.mCache.getTemporaryMetaData().count; in handleMessage()291 visibleWindow = adapter.getVisibleWindow(newCount); in handleMessage()301 if (position < newCount) { in handleMessage()
808 jsize newCount = (curCount == 0) ? 10 : (curCount*2); in android_os_Process_getPids() local809 jintArray newArray = env->NewIntArray(newCount); in android_os_Process_getPids()821 curCount = newCount; in android_os_Process_getPids()
1071 final int newCount = in rebatchAllAlarmsLocked() local1076 if (oldCount != newCount) { in rebatchAllAlarmsLocked()1077 Slog.wtf(TAG, "Rebatching: total count changed from " + oldCount + " to " + newCount); in rebatchAllAlarmsLocked()