Home
last modified time | relevance | path

Searched refs:reportSvStatus (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/gnss/aidl/default/
DGnss.cpp119 this->reportSvStatus(); in start()
130 this->reportSvStatus(); in start()
179 void Gnss::reportSvStatus() const { in reportSvStatus() function in aidl::android::hardware::gnss::Gnss
182 reportSvStatus(svStatus); in reportSvStatus()
186 void Gnss::reportSvStatus(const std::vector<GnssSvInfo>& svInfoList) const { in reportSvStatus() function in aidl::android::hardware::gnss::Gnss
DGnss.h87 void reportSvStatus() const;
97 void reportSvStatus(const std::vector<IGnssCallback::GnssSvInfo>& svInfoList) const;
DGnssMeasurementInterface.cpp135 mGnss->reportSvStatus(); in start()
/hardware/interfaces/gnss/1.1/default/
DGnss.cpp46 this->reportSvStatus(svStatus); in start()
245 Return<void> Gnss::reportSvStatus(const GnssSvStatus& svStatus) const { in reportSvStatus() function in android::hardware::gnss::V1_1::implementation::Gnss
DGnss.h89 Return<void> reportSvStatus(const GnssSvStatus&) const;
/hardware/interfaces/gnss/common/utils/default/include/v2_1/
DGnssTemplate.h118 void reportSvStatus(const hidl_vec<V2_1::IGnssCallback::GnssSvInfo>&) const;
184 this->reportSvStatus(svStatus); in start()
191 this->reportSvStatus(svStatus); in start()
588 void GnssTemplate<T_IGnss>::reportSvStatus( in reportSvStatus() function