HomeSort by relevance Sort by last modified time
    Searched refs:mGnssXtraIface (Results 1 - 4 of 4) sorted by null

  /hardware/interfaces/gnss/1.0/default/
GnssXtra.cpp 45 GnssXtra::GnssXtra(const GpsXtraInterface* xtraIface) : mGnssXtraIface(xtraIface) {
65 if (mGnssXtraIface == nullptr) {
72 return (mGnssXtraIface->init(&sGnssXtraCb) == 0);
76 if (mGnssXtraIface == nullptr) {
86 int ret = mGnssXtraIface->inject_xtra_data(buf, xtraData.size());
GnssXtra.h 68 const GpsXtraInterface* mGnssXtraIface = nullptr;
Gnss.h 154 sp<GnssXtra> mGnssXtraIface = nullptr;
Gnss.cpp 644 if (mGnssXtraIface == nullptr) {
651 mGnssXtraIface = new GnssXtra(gpsXtraIface);
655 return mGnssXtraIface;

Completed in 8733 milliseconds