Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/include/v2_1/
DGnssTemplate.h116 void reportLocation(const V2_0::GnssLocation&) const;
117 void reportLocation(const V1_0::GnssLocation&) const;
195 this->reportLocation(*currentLocation); in start()
199 this->reportLocation(location); in start()
202 this->reportLocation(location); in start()
603 void GnssTemplate<T_IGnss>::reportLocation(const V1_0::GnssLocation& location) const { in reportLocation() function
623 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/aidl/default/
DGnss.cpp133 this->reportLocation(*currentLocation); in start()
136 this->reportLocation(location); in start()
161 void Gnss::reportLocation(const GnssLocation& location) const { in reportLocation() function in aidl::android::hardware::gnss::Gnss
DGnss.h93 void reportLocation(const 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;