Methods Summary |
---|
protected void | finalize()
try {
if (mNativeClient != 0) {
nativeDestroy(mNativeClient);
}
} finally {
super.finalize();
}
|
public void | kill()Forcibly detach native resources associated with this object.
Unlike destroy(), after this call any surfaces that were created
from the session will no longer work.
nativeKill(mNativeClient);
|
private static native long | nativeCreate()
|
private static native void | nativeDestroy(long ptr)
|
private static native void | nativeKill(long ptr)
|