Ion
|
Pushes and pops a JNI local reference frame. More...
#include "jniutil.h"
Public Member Functions | |
LocalFrame (JNIEnv *env) | |
Pushes a local reference frame frame with env->PushLocalFrame(0). More... | |
~LocalFrame () | |
Pops a local reference frame with env->PopLocalFrame(NULL);. More... | |
|
explicit |
Pushes a local reference frame frame with env->PushLocalFrame(0).
Definition at line 206 of file jniutil.cc.
References ion::port::ERROR.
ion::port::android::LocalFrame::~LocalFrame | ( | ) |
Pops a local reference frame with env->PopLocalFrame(NULL);.
Definition at line 214 of file jniutil.cc.