OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newEntryCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/camera/
CameraMetadata.cpp
423
size_t
newEntryCount
= currentEntryCount +
425
newEntryCount
= (
newEntryCount
> currentEntryCap) ?
426
newEntryCount
* 2 : currentEntryCap;
435
if (
newEntryCount
> currentEntryCap ||
438
mBuffer = allocate_camera_metadata(
newEntryCount
,
/frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java
[
all
...]
Completed in 515 milliseconds