Lines Matching refs:isCompatibleWith
208 static bool isCompatibleWith(const uint32_t version) { in isCompatibleWith() function
217 return callbacks->isCompatibleWith(version); in isCompatibleWith()
262 if (isCompatibleWith(NAMESPACE_VERSION)) { in LoadNativeBridge()
388 if (isCompatibleWith(PRE_ZYGOTE_FORK_VERSION)) { in PreZygoteForkNativeBridge()
594 if (isCompatibleWith(SIGNAL_VERSION)) { in NativeBridgeGetSignalHandler()
605 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeUnloadLibrary()
616 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeGetError()
627 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeIsPathSupported()
639 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeInitAnonymousNamespace()
656 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeCreateNamespace()
674 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeLinkNamespaces()
689 if (isCompatibleWith(RUNTIME_NAMESPACE_VERSION)) { in NativeBridgeGetExportedNamespace()
695 if (isCompatibleWith(VENDOR_NAMESPACE_VERSION) && name != nullptr && strcmp("sphal", name) == 0) { in NativeBridgeGetExportedNamespace()
704 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeLoadLibraryExt()