Home
last modified time | relevance | path

Searched defs:gnssAidl (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/gnss/aidl/default/
Dservice.cpp41 std::shared_ptr<Gnss> gnssAidl = ndk::SharedRefBase::make<Gnss>(); in main() local
DGnssHidlHal.cpp25 GnssHidlHal::GnssHidlHal(const std::shared_ptr<Gnss>& gnssAidl) : mGnssAidl(gnssAidl) { in GnssHidlHal()