Searched refs:loadLocationInterface (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/gps/msm8909w_3100/location/ |
D | LocationAPI.cpp | 79 static void* loadLocationInterface(const char* library, const char* name) { in loadLocationInterface() function 122 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in createInstance() 142 (FlpInterface*)loadLocationInterface("libflp.so", "getFlpInterface"); in createInstance() 162 (GeofenceInterface*)loadLocationInterface("libgeofence.so", "getGeofenceInterface"); in createInstance() 236 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in updateCallbacks() 253 (FlpInterface*)loadLocationInterface("libflp.so", "getFlpInterface"); in updateCallbacks() 270 (GeofenceInterface*)loadLocationInterface("libgeofence.so", "getGeofenceInterface"); in updateCallbacks() 539 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in createInstance()
|
/hardware/qcom/gps/msm8998/location/ |
D | LocationAPI.cpp | 79 static void* loadLocationInterface(const char* library, const char* name) { in loadLocationInterface() function 122 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in createInstance() 142 (FlpInterface*)loadLocationInterface("libflp.so", "getFlpInterface"); in createInstance() 162 (GeofenceInterface*)loadLocationInterface("libgeofence.so", "getGeofenceInterface"); in createInstance() 236 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in updateCallbacks() 253 (FlpInterface*)loadLocationInterface("libflp.so", "getFlpInterface"); in updateCallbacks() 270 (GeofenceInterface*)loadLocationInterface("libgeofence.so", "getGeofenceInterface"); in updateCallbacks() 537 (GnssInterface*)loadLocationInterface("libgnss.so", "getGnssInterface"); in createInstance()
|