OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGnssNiIface
(Results
1 - 2
of
2
) sorted by null
/hardware/interfaces/gnss/1.0/default/
GnssNi.cpp
36
GnssNi::GnssNi(const GpsNiInterface* gpsNiIface) :
mGnssNiIface
(gpsNiIface) {
85
if (
mGnssNiIface
== nullptr) {
92
mGnssNiIface
->init(&sGnssNiCb);
97
if (
mGnssNiIface
== nullptr) {
100
mGnssNiIface
->respond(notifId, static_cast<GpsUserResponseType>(userResponse));
GnssNi.h
69
const GpsNiInterface*
mGnssNiIface
= nullptr;
Completed in 200 milliseconds