Searched refs:curCount (Results 1 – 2 of 2) sorted by relevance
828 jsize curCount = 0; in android_os_Process_getPids() local831 curCount = env->GetArrayLength(lastArray); in android_os_Process_getPids()849 if (curPos >= curCount) { in android_os_Process_getPids()850 jsize newCount = (curCount == 0) ? 10 : (curCount*2); in android_os_Process_getPids()859 memcpy(newData, curData, sizeof(jint)*curCount); in android_os_Process_getPids()863 curCount = newCount; in android_os_Process_getPids()877 while (curPos < curCount) { in android_os_Process_getPids()
1073 final int curCount = Float.floatToIntBits(values[6]); in dispatchSensorEvent() local1074 if (lastCount >= 0 && lastCount != curCount) { in dispatchSensorEvent()1075 mSensorDiscontinuityCounts.put(handle, curCount); in dispatchSensorEvent()