Home | History | Annotate | Download | only in libnativebridge

Lines Matching defs:isCompatibleWith

86 // Used by isCompatibleWith() which is introduced in v2.
170 static bool isCompatibleWith(const uint32_t version) {
179 return callbacks->isCompatibleWith(version);
220 if (isCompatibleWith(NAMESPACE_VERSION)) {
536 if (isCompatibleWith(SIGNAL_VERSION)) {
547 if (isCompatibleWith(NAMESPACE_VERSION)) {
558 if (isCompatibleWith(NAMESPACE_VERSION)) {
569 if (isCompatibleWith(NAMESPACE_VERSION)) {
581 if (isCompatibleWith(NAMESPACE_VERSION)) {
598 if (isCompatibleWith(NAMESPACE_VERSION)) {
616 if (isCompatibleWith(NAMESPACE_VERSION)) {
627 if (!NativeBridgeInitialized() || !isCompatibleWith(VENDOR_NAMESPACE_VERSION)) {
636 if (isCompatibleWith(NAMESPACE_VERSION)) {