Lines Matching refs:NAMESPACE_VERSION
127 NAMESPACE_VERSION = 3, enumerator
264 if (isCompatibleWith(NAMESPACE_VERSION)) { in LoadNativeBridge()
269 nb_library_filename, callbacks->version, NAMESPACE_VERSION); in LoadNativeBridge()
640 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeUnloadLibrary()
643 ALOGE("not compatible with version %d, cannot unload library", NAMESPACE_VERSION); in NativeBridgeUnloadLibrary()
651 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeGetError()
662 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeIsPathSupported()
665 ALOGE("not compatible with version %d, cannot check via library path", NAMESPACE_VERSION); in NativeBridgeIsPathSupported()
674 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeInitAnonymousNamespace()
677 ALOGE("not compatible with version %d, cannot init namespace", NAMESPACE_VERSION); in NativeBridgeInitAnonymousNamespace()
691 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeCreateNamespace()
699 ALOGE("not compatible with version %d, cannot create namespace %s", NAMESPACE_VERSION, name); in NativeBridgeCreateNamespace()
709 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeLinkNamespaces()
712 ALOGE("not compatible with version %d, cannot init namespace", NAMESPACE_VERSION); in NativeBridgeLinkNamespaces()
739 if (isCompatibleWith(NAMESPACE_VERSION)) { in NativeBridgeLoadLibraryExt()
742 ALOGE("not compatible with version %d, cannot load library in namespace", NAMESPACE_VERSION); in NativeBridgeLoadLibraryExt()