OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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