Lines Matching refs:isCompatibleWith
182 static bool isCompatibleWith(const uint32_t version) { in isCompatibleWith() function
191 return callbacks->isCompatibleWith(version); in isCompatibleWith()
232 if (isCompatibleWith(NAMESPACE_VERSION)) { in LoadNativeBridge()
335 if (isCompatibleWith(PRE_ZYGOTE_FORK_VERSION)) { in PreZygoteForkNativeBridge()
541 if (isCompatibleWith(SIGNAL_VERSION)) { in NativeBridgeGetSignalHandler()
552 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeUnloadLibrary()
563 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeGetError()
574 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeIsPathSupported()
586 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeInitAnonymousNamespace()
603 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeCreateNamespace()
621 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeLinkNamespaces()
636 if (isCompatibleWith(RUNTIME_NAMESPACE_VERSION)) { in NativeBridgeGetExportedNamespace()
642 if (isCompatibleWith(VENDOR_NAMESPACE_VERSION) && name != nullptr && strcmp("sphal", name) == 0) { in NativeBridgeGetExportedNamespace()
651 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeLoadLibraryExt()