Searched defs:gnssAidl (Results 1 – 2 of 2) sorted by relevance
41 std::shared_ptr<Gnss> gnssAidl = ndk::SharedRefBase::make<Gnss>(); in main() local
25 GnssHidlHal::GnssHidlHal(const std::shared_ptr<Gnss>& gnssAidl) : mGnssAidl(gnssAidl) { in GnssHidlHal()