Searched defs:NativeBridgeRuntimeCallbacks (Results 1 – 2 of 2) sorted by relevance
133 struct NativeBridgeRuntimeCallbacks { struct141 const char* (*getMethodShorty)(JNIEnv* env, jmethodID mid);150 uint32_t (*getNativeMethodCount)(JNIEnv* env, jclass clazz);162 uint32_t (*getNativeMethods)(JNIEnv* env, jclass clazz, JNINativeMethod* methods,
22 extern "C" bool native_bridge_initialize(const android::NativeBridgeRuntimeCallbacks* /* art_cbs */, in native_bridge_initialize()