Home
last modified time | relevance | path

Searched refs:AGnssRil (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/gnss/
DAgnssRil.cpp25 ndk::ScopedAStatus AGnssRil::setCallback(const std::shared_ptr<IAGnssRilCallback>& /*callback*/) { in setCallback()
29 ndk::ScopedAStatus AGnssRil::setRefLocation(const AGnssRefLocation& /*agnssReflocation*/) { in setRefLocation()
33 ndk::ScopedAStatus AGnssRil::setSetId(SetIdType /*type*/, const std::string& /*setid*/) { in setSetId()
37 ndk::ScopedAStatus AGnssRil::updateNetworkState(const NetworkAttributes& /*attributes*/) { in updateNetworkState()
DAgnssRil.h28 struct AGnssRil : public BnAGnssRil { struct
DGnss.cpp124 *iAGnssRil = ndk::SharedRefBase::make<AGnssRil>(); in getExtensionAGnssRil()