Searched refs:nativeFlushSensor (Results 1 – 2 of 2) sorted by relevance
414 static jint nativeFlushSensor(JNIEnv *env, jclass clazz, jlong eventQ) { in nativeFlushSensor() function472 (void*)nativeFlushSensor },
503 private static native int nativeFlushSensor(long eventQ); in nativeFlushSensor() method in SystemSensorManager.BaseEventQueue579 return nativeFlushSensor(nSensorEventQueue); in flush()