Searched refs:newEntryCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/camera/
H A DCameraMetadata.cpp410 size_t newEntryCount = currentEntryCount + local
412 newEntryCount = (newEntryCount > currentEntryCap) ?
413 newEntryCount * 2 : currentEntryCap;
422 if (newEntryCount > currentEntryCap ||
425 mBuffer = allocate_camera_metadata(newEntryCount,
/frameworks/opt/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java907 * @param newEntryCount number of newly loaded entries
910 protected void cacheCurrentEntriesIfNeeded(int newEntryCount, int paramListCount) { argument
911 if (newEntryCount == 0 && paramListCount > 1) {

Completed in 2169 milliseconds