blob: 6978bdcad4205fceafca120135cf4f05478d1472 [file] [log] [blame]
package com.mobileer.oboetester;
public class NativeEngine {
static native boolean isMMapSupported();
static native boolean isMMapExclusiveSupported();
static native void setWorkaroundsEnabled(boolean enabled);
static native boolean areWorkaroundsEnabled();
}