Home
last modified time | relevance | path

Searched refs:reportLocation (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/gnss/common/utils/default/include/v2_1/
DGnssTemplate.h113 void reportLocation(const V2_0::GnssLocation&) const;
114 void reportLocation(const V1_0::GnssLocation&) const;
232 this->reportLocation(*currentLocation); in start()
237 this->reportLocation(location); in start()
240 this->reportLocation(location); in start()
641 void GnssTemplate<T_IGnss>::reportLocation(const V1_0::GnssLocation& location) const { in reportLocation() function
661 void GnssTemplate<T_IGnss>::reportLocation(const V2_0::GnssLocation& location) const { in reportLocation() function
/hardware/interfaces/gnss/2.0/default/
DGnss.cpp71 this->reportLocation(location); in start()
287 Return<void> Gnss::reportLocation(const V2_0::GnssLocation& location) const { in reportLocation() function in android::hardware::gnss::V2_0::implementation::Gnss
DGnss.h99 Return<void> reportLocation(const V2_0::GnssLocation&) const;
/hardware/interfaces/gnss/1.1/default/
DGnss.cpp49 this->reportLocation(location); in start()
235 Return<void> Gnss::reportLocation(const GnssLocation& location) const { in reportLocation() function in android::hardware::gnss::V1_1::implementation::Gnss
DGnss.h88 Return<void> reportLocation(const GnssLocation&) const;