HomeSort by relevance Sort by last modified time
    Searched refs:newEntryCount (Results 1 - 7 of 7) sorted by null

  /hardware/interfaces/camera/common/1.0/default/
CameraMetadata.cpp 424 size_t newEntryCount = currentEntryCount +
426 newEntryCount = (newEntryCount > currentEntryCap) ?
427 newEntryCount * 2 : currentEntryCap;
436 if (newEntryCount > currentEntryCap ||
439 mBuffer = allocate_camera_metadata(newEntryCount,
  /frameworks/av/camera/
CameraMetadata.cpp 426 size_t newEntryCount = currentEntryCount +
428 newEntryCount = (newEntryCount > currentEntryCap) ?
429 newEntryCount * 2 : currentEntryCap;
438 if (newEntryCount > currentEntryCap ||
441 mBuffer = allocate_camera_metadata(newEntryCount,
  /frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java     [all...]
  /tools/external/gradle/
gradle-api-3.2.jar 
gradle-api-3.3.jar 
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 

Completed in 1275 milliseconds