Searched refs:stateCount (Results 1 – 3 of 3) sorted by relevance
89 size_t stateCount = halfNumCoefs * CHANNELS * 2 * kStateSizeMultipleOfFilterLength; in resize() local93 && stateCount == mStateCount in resize()103 stateCount * sizeof(*state)); in resize()104 memset(state, 0, stateCount*sizeof(*state)); in resize()125 mStateCount = stateCount; in resize()
624 final int stateCount = states.length; in hasState() local625 for (int stateIndex = 0; stateIndex < stateCount; stateIndex++) { in hasState()
880 final int stateCount = uninstalledAppStates.size(); in getUninstalledInstantApplicationsLPr() local881 for (int i = 0; i < stateCount; i++) { in getUninstalledInstantApplicationsLPr()