OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAGnssIface
(Results
1 - 8
of
8
) sorted by null
/hardware/interfaces/gnss/1.0/default/
AGnss.cpp
36
AGnss::AGnss(const AGpsInterface* aGpsIface) :
mAGnssIface
(aGpsIface) {
144
if (
mAGnssIface
== nullptr) {
151
mAGnssIface
->init(&sAGnssCb);
156
if (
mAGnssIface
== nullptr) {
161
return (
mAGnssIface
->data_conn_closed() == 0);
165
if (
mAGnssIface
== nullptr) {
170
return (
mAGnssIface
->data_conn_failed() == 0);
176
if (
mAGnssIface
== nullptr) {
181
return (
mAGnssIface
->set_server(static_cast<AGpsType>(type), hostname.c_str(), port) == 0);
185
if (
mAGnssIface
== nullptr)
[
all
...]
AGnss.h
73
const AGpsInterface*
mAGnssIface
= nullptr;
Gnss.h
157
sp<AGnss>
mAGnssIface
= nullptr;
Gnss.cpp
566
if (
mAGnssIface
== nullptr) {
572
mAGnssIface
= new AGnss(agpsIface);
575
return
mAGnssIface
;
/hardware/qcom/gps/msm8998/android/
Gnss.h
125
sp<AGnss>
mAGnssIface
= nullptr;
Gnss.cpp
280
mAGnssIface
= new AGnss(this);
281
return
mAGnssIface
;
/hardware/qcom/gps/sdm845/android/
Gnss.h
125
sp<AGnss>
mAGnssIface
= nullptr;
Gnss.cpp
280
mAGnssIface
= new AGnss(this);
281
return
mAGnssIface
;
Completed in 75 milliseconds