/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | location_gnss.cpp | 64 static const GnssInterface gGnssInterface = { 65 sizeof(GnssInterface), 91 extern "C" const GnssInterface* getGnssInterface() in getGnssInterface() 93 const GnssInterface* getGnssInterface() in getGnssInterface()
|
/hardware/qcom/sdm845/gps/msm8998/gnss/ |
D | location_gnss.cpp | 63 static const GnssInterface gGnssInterface = { 64 sizeof(GnssInterface), 89 extern "C" const GnssInterface* getGnssInterface() in getGnssInterface() 91 const GnssInterface* getGnssInterface() in getGnssInterface()
|
/hardware/qcom/gps/msm8998/gnss/ |
D | location_gnss.cpp | 63 static const GnssInterface gGnssInterface = { 64 sizeof(GnssInterface), 89 extern "C" const GnssInterface* getGnssInterface() in getGnssInterface() 91 const GnssInterface* getGnssInterface() in getGnssInterface()
|
/hardware/qcom/sdm845/gps/sdm845/gnss/ |
D | location_gnss.cpp | 73 static const GnssInterface gGnssInterface = { 74 sizeof(GnssInterface), 107 extern "C" const GnssInterface* getGnssInterface() in getGnssInterface() 109 const GnssInterface* getGnssInterface() in getGnssInterface()
|
/hardware/qcom/sdm845/gps/sdm845/android/ |
D | Gnss.cpp | 127 GnssInterface* Gnss::getGnssInterface() { in getGnssInterface() 148 mGnssInterface = (GnssInterface*)(*getter)(); in getGnssInterface() 281 GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() 293 GnssInterface* gnssInterface = getGnssInterface(); in injectTime() 378 GnssInterface* gnssInterface = getGnssInterface(); in setCallback_1_1() 422 GnssInterface* gnssInterface = getGnssInterface(); in injectBestLocation()
|
D | Gnss.h | 112 GnssInterface* getGnssInterface(); 143 GnssInterface* mGnssInterface = nullptr;
|
/hardware/qcom/gps/msm8998/android/ |
D | Gnss.cpp | 83 GnssInterface* Gnss::getGnssInterface() { in getGnssInterface() 104 mGnssInterface = (GnssInterface*)(*getter)(); in getGnssInterface() 233 GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() 245 GnssInterface* gnssInterface = getGnssInterface(); in injectTime()
|
D | Gnss.h | 111 GnssInterface* getGnssInterface(); 138 GnssInterface* mGnssInterface = nullptr;
|
/hardware/qcom/gps/msm8909w_3100/android/ |
D | Gnss.cpp | 83 GnssInterface* Gnss::getGnssInterface() { in getGnssInterface() 104 mGnssInterface = (GnssInterface*)(*getter)(); in getGnssInterface() 233 GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() 245 GnssInterface* gnssInterface = getGnssInterface(); in injectTime()
|
D | Gnss.h | 111 GnssInterface* getGnssInterface(); 138 GnssInterface* mGnssInterface = nullptr;
|
/hardware/qcom/sdm845/gps/msm8998/android/ |
D | Gnss.cpp | 83 GnssInterface* Gnss::getGnssInterface() { in getGnssInterface() 104 mGnssInterface = (GnssInterface*)(*getter)(); in getGnssInterface() 233 GnssInterface* gnssInterface = getGnssInterface(); in injectLocation() 245 GnssInterface* gnssInterface = getGnssInterface(); in injectTime()
|
D | Gnss.h | 111 GnssInterface* getGnssInterface(); 138 GnssInterface* mGnssInterface = nullptr;
|
/hardware/qcom/sdm845/gps/msm8998/location/ |
D | LocationAPI.cpp | 42 GnssInterface* gnssInterface; 122 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in createInstance() 236 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in updateCallbacks() 537 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in createInstance()
|
D | location_interface.h | 34 struct GnssInterface { struct
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | LocationAPI.cpp | 42 GnssInterface* gnssInterface; 122 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in createInstance() 236 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in updateCallbacks() 539 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in createInstance()
|
D | location_interface.h | 35 struct GnssInterface { struct
|
/hardware/qcom/sdm845/gps/sdm845/location/ |
D | LocationAPI.cpp | 44 GnssInterface* gnssInterface; 124 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in createInstance() 238 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in updateCallbacks() 538 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in createInstance()
|
D | location_interface.h | 35 struct GnssInterface { struct
|
/hardware/qcom/gps/msm8998/location/ |
D | LocationAPI.cpp | 42 GnssInterface* gnssInterface; 122 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in createInstance() 236 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in updateCallbacks() 537 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in createInstance()
|
D | location_interface.h | 34 struct GnssInterface { struct
|