Searched refs:NativeBridgeRuntimeValues (Results 1 – 5 of 5) sorted by relevance
28 struct NativeBridgeRuntimeValues;225 const struct NativeBridgeRuntimeValues* (*getAppEnv)(const char* instruction_set);
41 extern "C" const struct android::NativeBridgeRuntimeValues* native_bridge_getAppEnv( in native_bridge_getAppEnv()
43 extern "C" const struct android::NativeBridgeRuntimeValues* native_bridge2_getAppEnv( in native_bridge2_getAppEnv()
44 extern "C" const struct android::NativeBridgeRuntimeValues* native_bridge3_getAppEnv( in native_bridge3_getAppEnv()
36 struct NativeBridgeRuntimeValues { struct372 const struct NativeBridgeRuntimeValues* env_values = callbacks->getAppEnv(isa); in SetupEnvironment()