Searched defs:NativeBridgeCallbacks (Results 1 – 1 of 1) sorted by relevance
181 struct NativeBridgeCallbacks { struct183 uint32_t version;206 void* (*loadLibrary)(const char* libpath, int flag);228 bool (*isSupported)(const char* libpath);249 bool (*isCompatibleWith)(uint32_t bridge_version);263 NativeBridgeSignalHandlerFn (*getSignalHandler)(int signal);275 int (*unloadLibrary)(void* handle);284 const char* (*getError)();295 bool (*isPathSupported)(const char* library_path);378 struct native_bridge_namespace_t* (*getVendorNamespace)();[all …]