HomeSort by relevance Sort by last modified time
    Searched full:agpsriliface (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/gnss/1.0/default/
AGnssRil.cpp 37 AGnssRil::AGnssRil(const AGpsRilInterface* aGpsRilIface) : mAGnssRilIface(aGpsRilIface) {
AGnssRil.h 47 AGnssRil(const AGpsRilInterface* aGpsRilIface);
Gnss.cpp 508 const AGpsRilInterface* agpsRilIface = static_cast<const AGpsRilInterface*>(
510 if (agpsRilIface == nullptr) {
513 mGnssRil = new AGnssRil(agpsRilIface);

Completed in 122 milliseconds