Home
last modified time | relevance | path

Searched refs:stateCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libaudioprocessing/
DAudioResamplerDyn.cpp86 size_t stateCount = halfNumCoefs * CHANNELS * 2 * kStateSizeMultipleOfFilterLength; in resize() local
90 && stateCount == mStateCount in resize()
97 (void)posix_memalign(reinterpret_cast<void**>(&state), 32, stateCount*sizeof(*state)); in resize()
98 memset(state, 0, stateCount*sizeof(*state)); in resize()
119 mStateCount = stateCount; in resize()
/frameworks/base/core/java/android/content/res/
DColorStateList.java614 final int stateCount = states.length; in hasState() local
615 for (int stateIndex = 0; stateIndex < stateCount; stateIndex++) { in hasState()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppRegistry.java804 final int stateCount = uninstalledAppStates.size(); in getUninstalledInstantApplicationsLPr() local
805 for (int i = 0; i < stateCount; i++) { in getUninstalledInstantApplicationsLPr()