OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gpsDebugIface
(Results
1 - 3
of
3
) sorted by null
/hardware/interfaces/gnss/1.0/default/
GnssDebug.cpp
29
GnssDebug::GnssDebug(const GpsDebugInterface*
gpsDebugIface
) : mGnssDebugIface(
gpsDebugIface
) {}
GnssDebug.h
39
GnssDebug(const GpsDebugInterface*
gpsDebugIface
);
Gnss.cpp
665
const GpsDebugInterface*
gpsDebugIface
= static_cast<const GpsDebugInterface*>(
668
if (
gpsDebugIface
== nullptr) {
671
mGnssDebug = new GnssDebug(
gpsDebugIface
);
Completed in 163 milliseconds