Searched refs:nativeInterface_ (Results 1 – 2 of 2) sorted by relevance
31 nativeInterface_ = GetNciNativeInterface(); in InitNativeInterface()51 if (nativeInterface_) { in GetNciCeInterface()52 return nativeInterface_->GetNciCeInterface(); in GetNciCeInterface()59 if (nativeInterface_) { in GetNciNfccInterface()60 return nativeInterface_->GetNciNfccInterface(); in GetNciNfccInterface()67 if (nativeInterface_) { in GetNciTagInterface()68 return nativeInterface_->GetNciTagInterface(); in GetNciTagInterface()
99 std::shared_ptr<INciNativeInterface> nativeInterface_; variable