Lines Matching refs:GnssMeasurementInterface
35 std::shared_ptr<IGnssMeasurementCallback> GnssMeasurementInterface::sCallback = nullptr;
37 GnssMeasurementInterface::GnssMeasurementInterface() in GnssMeasurementInterface() function in aidl::android::hardware::gnss::GnssMeasurementInterface
42 GnssMeasurementInterface::~GnssMeasurementInterface() { in ~GnssMeasurementInterface()
46 ndk::ScopedAStatus GnssMeasurementInterface::setCallback( in setCallback()
65 ndk::ScopedAStatus GnssMeasurementInterface::setCallbackWithOptions( in setCallbackWithOptions()
85 ndk::ScopedAStatus GnssMeasurementInterface::close() { in close()
98 void GnssMeasurementInterface::start(const bool enableCorrVecOutputs, in start()
144 void GnssMeasurementInterface::stop() { in stop()
164 void GnssMeasurementInterface::reportMeasurement(const GnssData& data) { in reportMeasurement()
178 void GnssMeasurementInterface::setLocationInterval(const int intervalMs) { in setLocationInterval()
182 void GnssMeasurementInterface::setLocationEnabled(const bool enabled) { in setLocationEnabled()
186 void GnssMeasurementInterface::setGnssInterface(const std::shared_ptr<Gnss>& gnss) { in setGnssInterface()
190 void GnssMeasurementInterface::waitForStoppingThreads() { in waitForStoppingThreads()