Searched refs:reportSvStatus (Results 1 – 6 of 6) sorted by relevance
118 this->reportSvStatus(); in start()127 this->reportSvStatus(); in start()174 void Gnss::reportSvStatus() const { in reportSvStatus() function in aidl::android::hardware::gnss::Gnss177 reportSvStatus(svStatus); in reportSvStatus()181 void Gnss::reportSvStatus(const std::vector<GnssSvInfo>& svInfoList) const { in reportSvStatus() function in aidl::android::hardware::gnss::Gnss
87 void reportSvStatus() const;94 void reportSvStatus(const std::vector<IGnssCallback::GnssSvInfo>& svInfoList) const;
131 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