Searched refs:stateCount (Results 1 – 3 of 3) sorted by relevance
86 size_t stateCount = halfNumCoefs * CHANNELS * 2 * kStateSizeMultipleOfFilterLength; in resize() local90 && 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()
614 final int stateCount = states.length; in hasState() local615 for (int stateIndex = 0; stateIndex < stateCount; stateIndex++) { in hasState()
804 final int stateCount = uninstalledAppStates.size(); in getUninstalledInstantApplicationsLPr() local805 for (int i = 0; i < stateCount; i++) { in getUninstalledInstantApplicationsLPr()