OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGnssConfig
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/gps/msm8998/android/
Gnss.cpp
297
mGnssConfig
= new GnssConfiguration(this);
298
return
mGnssConfig
;
Gnss.h
130
sp<GnssConfiguration>
mGnssConfig
= nullptr;
/hardware/interfaces/gnss/1.0/default/
Gnss.h
162
sp<GnssConfiguration>
mGnssConfig
= nullptr;
Gnss.cpp
525
if (
mGnssConfig
== nullptr) {
533
mGnssConfig
= new GnssConfiguration(gnssConfigIface);
536
return
mGnssConfig
;
Completed in 101 milliseconds