HomeSort by relevance Sort by last modified time
    Searched defs:LoadNativeBridge (Results 1 - 2 of 2) sorted by null

  /art/runtime/
native_bridge_art_interface.cc 94 bool LoadNativeBridge(const std::string& native_bridge_library_filename) {
97 return android::LoadNativeBridge(native_bridge_library_filename.c_str(),
  /system/core/libnativebridge/
native_bridge.cc 104 // 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,
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 257 milliseconds