コード例 #1
0
ファイル: Node.cpp プロジェクト: flowyard/FlowVX
 int register_org_khronos_OpenVX_Node(JNIEnv *env)
 {
     PrintJNITable(LOG_TAG, NodeClass, method_table, NELEM(method_table));
     return jniRegisterNativeMethods(env, NodeClass, method_table, NELEM(method_table));
 }
コード例 #2
0
ファイル: Target.cpp プロジェクト: arunarunmeister/vision
 int register_org_khronos_OpenVX_Target(JNIEnv *env)
 {
     PrintJNITable(LOG_TAG, ParameterClass, method_table, NELEM(method_table));
     return jniRegisterNativeMethods(env, TargetClass, method_table, NELEM(method_table));
 }