Searched defs:cachedObj (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DNfcJniUtil.cpp79 int nfc_jni_cache_object (JNIEnv *e, const char *className, jobject *cachedObj) argument
96 *cachedObj = e->NewGlobalRef(obj.get());
97 if (*cachedObj == NULL)
154 int nfc_jni_cache_object_local (JNIEnv *e, const char *className, jobject *cachedObj) argument
171 *cachedObj = obj;
172 if (*cachedObj == NULL)

Completed in 500 milliseconds