Searched refs:NativeBridgeRuntimeValues (Results 1 – 4 of 4) sorted by relevance
28 struct NativeBridgeRuntimeValues;146 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()
32 struct NativeBridgeRuntimeValues { struct348 const struct NativeBridgeRuntimeValues* env_values = callbacks->getAppEnv(isa); in SetupEnvironment()