Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioResamplerDyn.cpp89 size_t stateCount = halfNumCoefs * CHANNELS * 2 * kStateSizeMultipleOfFilterLength; in resize() local
93 && stateCount == mStateCount in resize()
103 stateCount * sizeof(*state)); in resize()
104 memset(state, 0, stateCount*sizeof(*state)); in resize()
125 mStateCount = stateCount; in resize()
/frameworks/base/core/java/android/content/res/
DColorStateList.java624 final int stateCount = states.length; in hasState() local
625 for (int stateIndex = 0; stateIndex < stateCount; stateIndex++) { in hasState()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppRegistry.java880 final int stateCount = uninstalledAppStates.size(); in getUninstalledInstantApplicationsLPr() local
881 for (int i = 0; i < stateCount; i++) { in getUninstalledInstantApplicationsLPr()