Home | History | Annotate | Download | only in nav

Lines Matching defs:nativeDestroy

1032 static void nativeDestroy(JNIEnv *env, jobject obj, jint ptr)
1035 ALOGD("nativeDestroy view: %p", view);
1036 ALOG_ASSERT(view, "view not set in nativeDestroy");
1357 { "nativeDestroy", "(I)V",
1358 (void*) nativeDestroy },