Home
last modified time | relevance | path

Searched refs:NativeBridgeRuntimeValues (Results 1 – 7 of 7) sorted by relevance

/art/libnativebridge/include/nativebridge/
Dnative_bridge.h38 struct NativeBridgeRuntimeValues;
238 const struct NativeBridgeRuntimeValues* (*getAppEnv)(const char* instruction_set);
/art/libnativebridge/tests/
DNativeBridgeTestCase.cpp41 extern "C" const struct android::NativeBridgeRuntimeValues* native_bridge_getAppEnv( in native_bridge_getAppEnv()
DNativeBridgeTestCase2.cpp43 extern "C" const struct android::NativeBridgeRuntimeValues* native_bridge2_getAppEnv( in native_bridge2_getAppEnv()
DNativeBridgeTestCase3.cpp44 extern "C" const struct android::NativeBridgeRuntimeValues* native_bridge3_getAppEnv( in native_bridge3_getAppEnv()
DNativeBridgeTestCase6.cpp44 extern "C" const struct android::NativeBridgeRuntimeValues* native_bridge6_getAppEnv( in native_bridge6_getAppEnv()
/art/test/115-native-bridge/
Dnativebridge.cc496 struct NativeBridgeRuntimeValues { struct
510 const struct android::NativeBridgeRuntimeValues nb_env { argument
518 extern "C" const struct android::NativeBridgeRuntimeValues* native_bridge_getAppEnv( in native_bridge_getAppEnv()
/art/libnativebridge/
Dnative_bridge.cc70 struct NativeBridgeRuntimeValues { struct
426 const struct NativeBridgeRuntimeValues* env_values = cbs->getAppEnv(isa); in SetupEnvironment()