Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DEventThread.cpp110 const int32_t new_count = (count == 0) ? -1 : count; in setVsyncRate() local
111 if (connection->count != new_count) { in setVsyncRate()
112 connection->count = new_count; in setVsyncRate()
/frameworks/base/libs/androidfw/
DAssetManager2.cpp962 const int new_count = entry_idx + 1; in ApplyStyle() local
964 realloc(type.release(), sizeof(ThemeType) + (new_count * sizeof(ThemeEntry))))); in ApplyStyle()
968 (new_count - type->entry_count) * sizeof(ThemeEntry)); in ApplyStyle()
969 type->entry_count = new_count; in ApplyStyle()