Searched refs:NativeBridgeRuntimeValues (Results 1 – 8 of 8) sorted by relevance
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()
62 extern "C" const struct android::NativeBridgeRuntimeValues* native_bridge7_getAppEnv( in native_bridge7_getAppEnv()
43 struct NativeBridgeRuntimeValues;258 const struct NativeBridgeRuntimeValues* (*getAppEnv)(const char* instruction_set);
503 struct NativeBridgeRuntimeValues { struct517 const struct android::NativeBridgeRuntimeValues nb_env { argument525 extern "C" const struct android::NativeBridgeRuntimeValues* native_bridge_getAppEnv( in native_bridge_getAppEnv()
70 struct NativeBridgeRuntimeValues { struct428 const struct NativeBridgeRuntimeValues* env_values = cbs->getAppEnv(isa); in SetupEnvironment()