/aosp12/hardware/qcom/gps/msm8909w_3100/android/ |
H A D | Gnss.cpp | 26 typedef void* (getLocationInterface)(); typedef 87 getLocationInterface* getter = NULL; in getGnssInterface() 94 getter = (getLocationInterface*)dlsym(handle, "getGnssInterface"); in getGnssInterface()
|
H A D | AGnssRil.cpp | 32 typedef void* (getLocationInterface)(); typedef
|
/aosp12/hardware/qcom/gps/msm8998/android/ |
H A D | Gnss.cpp | 26 typedef void* (getLocationInterface)(); typedef 87 getLocationInterface* getter = NULL; in getGnssInterface() 94 getter = (getLocationInterface*)dlsym(handle, "getGnssInterface"); in getGnssInterface()
|
H A D | AGnssRil.cpp | 32 typedef void* (getLocationInterface)(); typedef
|
/aosp12/hardware/qcom/sdm845/gps/msm8998/android/ |
H A D | Gnss.cpp | 26 typedef void* (getLocationInterface)(); typedef 87 getLocationInterface* getter = NULL; in getGnssInterface() 94 getter = (getLocationInterface*)dlsym(handle, "getGnssInterface"); in getGnssInterface()
|
H A D | AGnssRil.cpp | 32 typedef void* (getLocationInterface)(); typedef
|
/aosp12/hardware/qcom/sm8150p/gps/android/1.0/ |
H A D | Gnss.cpp | 32 typedef const GnssInterface* (getLocationInterface)(); typedef 104 getLocationInterface* getter = NULL; in getGnssInterface() 111 getter = (getLocationInterface*)dlsym(handle, "getGnssInterface"); in getGnssInterface()
|
H A D | AGnssRil.cpp | 34 typedef void* (getLocationInterface)(); typedef
|
/aosp12/hardware/qcom/sm7250/gps/android/1.0/ |
H A D | Gnss.cpp | 33 typedef const GnssInterface* (getLocationInterface)(); typedef 108 getLocationInterface* getter = (getLocationInterface*) in getGnssInterface()
|
H A D | AGnssRil.cpp | 34 typedef void* (getLocationInterface)(); typedef
|
/aosp12/hardware/qcom/sm7150/gps/android/1.0/ |
H A D | Gnss.cpp | 32 typedef const GnssInterface* (getLocationInterface)(); typedef 106 getLocationInterface* getter = NULL; in getGnssInterface() 113 getter = (getLocationInterface*)dlsym(handle, "getGnssInterface"); in getGnssInterface()
|
H A D | AGnssRil.cpp | 34 typedef void* (getLocationInterface)(); typedef
|
/aosp12/hardware/qcom/sm8150/gps/android/1.0/ |
H A D | Gnss.cpp | 33 typedef const GnssInterface* (getLocationInterface)(); typedef 108 getLocationInterface* getter = (getLocationInterface*) in getGnssInterface()
|
H A D | AGnssRil.cpp | 34 typedef void* (getLocationInterface)(); typedef
|
/aosp12/hardware/qcom/sdm845/gps/sdm845/android/ |
H A D | Gnss.cpp | 30 typedef const GnssInterface* (getLocationInterface)(); typedef 131 getLocationInterface* getter = NULL; in getGnssInterface() 138 getter = (getLocationInterface*)dlsym(handle, "getGnssInterface"); in getGnssInterface()
|
H A D | AGnssRil.cpp | 34 typedef void* (getLocationInterface)(); typedef
|
/aosp12/hardware/qcom/sm8150p/gps/android/1.1/ |
H A D | Gnss.cpp | 33 typedef const GnssInterface* (getLocationInterface)(); typedef 145 getLocationInterface* getter = NULL; in getGnssInterface() 152 getter = (getLocationInterface*)dlsym(handle, "getGnssInterface"); in getGnssInterface()
|
H A D | AGnssRil.cpp | 34 typedef void* (getLocationInterface)(); typedef
|
/aosp12/hardware/qcom/sm7250/gps/android/1.1/ |
H A D | Gnss.cpp | 34 typedef const GnssInterface* (getLocationInterface)(); typedef 149 getLocationInterface* getter = (getLocationInterface*) in getGnssInterface()
|
H A D | AGnssRil.cpp | 34 typedef void* (getLocationInterface)(); typedef
|
/aosp12/hardware/qcom/sm7150/gps/android/1.1/ |
H A D | Gnss.cpp | 33 typedef const GnssInterface* (getLocationInterface)(); typedef 147 getLocationInterface* getter = NULL; in getGnssInterface() 154 getter = (getLocationInterface*)dlsym(handle, "getGnssInterface"); in getGnssInterface()
|
H A D | AGnssRil.cpp | 34 typedef void* (getLocationInterface)(); typedef
|
/aosp12/hardware/qcom/sm8150/gps/android/1.1/ |
H A D | Gnss.cpp | 34 typedef const GnssInterface* (getLocationInterface)(); typedef 149 getLocationInterface* getter = (getLocationInterface*) in getGnssInterface()
|
H A D | AGnssRil.cpp | 34 typedef void* (getLocationInterface)(); typedef
|
/aosp12/hardware/qcom/gps/msm8909w_3100/location/ |
H A D | LocationAPI.cpp | 36 typedef void* (getLocationInterface)(); typedef 84 getLocationInterface* getter = NULL; in loadLocationInterface() 91 getter = (getLocationInterface*)dlsym(handle, name); in loadLocationInterface()
|