Home
last modified time | relevance | path

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

/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.h115 void reportSvStatus(const hidl_vec<V2_1::IGnssCallback::GnssSvInfo>&) const;
223 this->reportSvStatus(svStatus); in start()
626 void GnssTemplate<T_IGnss>::reportSvStatus( in reportSvStatus() function