Searched refs:NativeBridgeRuntimeValues (Results 1 – 7 of 7) sorted by relevance
38 struct NativeBridgeRuntimeValues;238 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()
44 extern "C" const struct android::NativeBridgeRuntimeValues* native_bridge6_getAppEnv( in native_bridge6_getAppEnv()
496 struct NativeBridgeRuntimeValues { struct510 const struct android::NativeBridgeRuntimeValues nb_env { argument518 extern "C" const struct android::NativeBridgeRuntimeValues* native_bridge_getAppEnv( in native_bridge_getAppEnv()
70 struct NativeBridgeRuntimeValues { struct426 const struct NativeBridgeRuntimeValues* env_values = cbs->getAppEnv(isa); in SetupEnvironment()