Home
last modified time | relevance | path

Searched refs:mGnssIface (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/gnss/1.0/default/
DGnss.cpp63 mGnssIface = gnssDevice->get_gps_interface(gnssDevice); in Gnss()
394 if (mGnssIface == nullptr) { in setCallback()
424 return (mGnssIface->init(&sGnssCb) == 0); in setCallback()
428 if (mGnssIface == nullptr) { in start()
433 return (mGnssIface->start() == 0); in start()
437 if (mGnssIface == nullptr) { in stop()
442 return (mGnssIface->stop() == 0); in stop()
446 if (mGnssIface == nullptr) { in cleanup()
449 mGnssIface->cleanup(); in cleanup()
457 if (mGnssIface == nullptr) { in injectLocation()
[all …]
DGnss.h167 const GpsInterface* mGnssIface = nullptr; variable