blob: ea71ec52323ecdc4b45e2ade34abac83c70c59fe [file] [log] [blame]
package com.google.sample.oboe.manualtest;
public class NativeEngine {
static native boolean isMMapSupported();
static native boolean isMMapExclusiveSupported();
static native void setWorkaroundsEnabled(boolean enabled);
static native boolean areWorkaroundsEnabled();
}