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

  /system/core/include/nativebridge/
native_bridge.h 39 const NativeBridgeRuntimeCallbacks* runtime_callbacks);
  /system/core/libnativebridge/
native_bridge.cc 88 static const NativeBridgeRuntimeCallbacks* runtime_callbacks = nullptr; member in namespace:android
222 runtime_callbacks = runtime_cbs;
429 if (callbacks->initialize(runtime_callbacks, app_code_cache_dir, instruction_set)) {

Completed in 1109 milliseconds