Searched refs:reportSvStatus (Results 1 – 6 of 6) sorted by relevance
119 this->reportSvStatus(); in start()130 this->reportSvStatus(); in start()179 void Gnss::reportSvStatus() const { in reportSvStatus() function in aidl::android::hardware::gnss::Gnss182 reportSvStatus(svStatus); in reportSvStatus()186 void Gnss::reportSvStatus(const std::vector<GnssSvInfo>& svInfoList) const { in reportSvStatus() function in aidl::android::hardware::gnss::Gnss
87 void reportSvStatus() const;97 void reportSvStatus(const std::vector<IGnssCallback::GnssSvInfo>& svInfoList) const;
135 mGnss->reportSvStatus(); in start()
46 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
89 Return<void> reportSvStatus(const GnssSvStatus&) const;
118 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