Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioResamplerDyn.cpp85 size_t stateCount = halfNumCoefs * CHANNELS * 2 * kStateSizeMultipleOfFilterLength; in resize() local
89 && stateCount == mStateCount in resize()
96 (void)posix_memalign(reinterpret_cast<void**>(&state), 32, stateCount*sizeof(*state)); in resize()
97 memset(state, 0, stateCount*sizeof(*state)); in resize()
118 mStateCount = stateCount; in resize()
/frameworks/base/core/java/android/content/res/
DColorStateList.java549 final int stateCount = states.length; in hasState() local
550 for (int stateIndex = 0; stateIndex < stateCount; stateIndex++) { in hasState()