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

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

Completed in 231 milliseconds