Searched defs:LoadNativeBridge (Results 1 - 1 of 1) sorted by relevance

/system/core/libnativebridge/
H A Dnative_bridge.cc84 // Pointer to the callbacks. Available as soon as LoadNativeBridge succeeds, but only initialized
87 // Callbacks provided by the environment to the bridge. Passed to LoadNativeBridge.
169 bool LoadNativeBridge(const char* nb_library_filename, function in namespace:android
171 // We expect only one place that calls LoadNativeBridge: Runtime::Init. At that point we are not
177 ALOGW("Called LoadNativeBridge for an already set up native bridge. State is %s.",

Completed in 89 milliseconds