Home
last modified time | relevance | path

Searched defs:NativeBridgeRuntimeValues (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/native_bridge/include/berberis/native_bridge/
Dnative_bridge.h26 struct NativeBridgeRuntimeValues { struct
41 extern const android::NativeBridgeRuntimeValues kNativeBridgeRuntimeValues; argument
/aosp_15_r20/art/libnativebridge/
H A Dnative_bridge.cc70 struct NativeBridgeRuntimeValues { struct
71 const char* os_arch;
72 const char* cpu_abi;
73 const char* cpu_abi2;
74 const char* *supported_abis;
75 int32_t abi_count;
/aosp_15_r20/art/test/115-native-bridge/
H A Dnativebridge.cc503 struct NativeBridgeRuntimeValues { struct
517 const struct android::NativeBridgeRuntimeValues nb_env {