/hardware/qcom/sdm845/gps/msm8960/core/ |
D | ContextBase.cpp | 50 getIzatProxy_t* getter = (getIzatProxy_t*)dlsym(lib, "getIzatProxy"); in getIzatProxy() local 51 if (NULL != getter) { in getIzatProxy() 52 proxy = (*getter)(); in getIzatProxy() 72 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 73 if(getter != NULL) { in createLocApi() 75 locApi = (*getter)(mMsgTask,exMask); in createLocApi() 84 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 85 if (NULL != getter) { in createLocApi() 87 locApi = (*getter)(mMsgTask, exMask); in createLocApi()
|
/hardware/qcom/gps/msm8960/core/ |
D | ContextBase.cpp | 50 getIzatProxy_t* getter = (getIzatProxy_t*)dlsym(lib, "getIzatProxy"); in getIzatProxy() local 51 if (NULL != getter) { in getIzatProxy() 52 proxy = (*getter)(); in getIzatProxy() 72 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 73 if(getter != NULL) { in createLocApi() 75 locApi = (*getter)(mMsgTask,exMask); in createLocApi() 84 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 85 if (NULL != getter) { in createLocApi() 87 locApi = (*getter)(mMsgTask, exMask); in createLocApi()
|
/hardware/qcom/sdm845/gps/core/ |
D | ContextBase.cpp | 50 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local 51 if (NULL != getter) { in getLBSProxy() 52 proxy = (*getter)(); in getLBSProxy() 73 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 74 if(getter != NULL) { in createLocApi() 76 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi() 85 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 86 if (NULL != getter) { in createLocApi() 88 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi()
|
/hardware/qcom/sdm845/gps/msm8994/core/ |
D | ContextBase.cpp | 50 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local 51 if (NULL != getter) { in getLBSProxy() 52 proxy = (*getter)(); in getLBSProxy() 73 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 74 if(getter != NULL) { in createLocApi() 76 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi() 85 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 86 if (NULL != getter) { in createLocApi() 88 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi()
|
/hardware/qcom/gps/core/ |
D | ContextBase.cpp | 50 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local 51 if (NULL != getter) { in getLBSProxy() 52 proxy = (*getter)(); in getLBSProxy() 73 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 74 if(getter != NULL) { in createLocApi() 76 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi() 85 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 86 if (NULL != getter) { in createLocApi() 88 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi()
|
/hardware/qcom/gps/msm8994/core/ |
D | ContextBase.cpp | 50 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local 51 if (NULL != getter) { in getLBSProxy() 52 proxy = (*getter)(); in getLBSProxy() 73 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 74 if(getter != NULL) { in createLocApi() 76 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi() 85 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 86 if (NULL != getter) { in createLocApi() 88 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi()
|
/hardware/qcom/gps/msm8084/core/ |
D | ContextBase.cpp | 52 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local 53 if (NULL != getter) { in getLBSProxy() 54 proxy = (*getter)(); in getLBSProxy() 82 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 83 if(getter != NULL) { in createLocApi() 85 locApi = (*getter)(mMsgTask,exMask, this); in createLocApi() 97 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 98 if (NULL != getter) { in createLocApi() 100 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi()
|
/hardware/qcom/sdm845/gps/msm8084/core/ |
D | ContextBase.cpp | 52 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local 53 if (NULL != getter) { in getLBSProxy() 54 proxy = (*getter)(); in getLBSProxy() 82 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 83 if(getter != NULL) { in createLocApi() 85 locApi = (*getter)(mMsgTask,exMask, this); in createLocApi() 97 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 98 if (NULL != getter) { in createLocApi() 100 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi()
|
/hardware/qcom/gps/msm8996/core/ |
D | ContextBase.cpp | 71 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local 72 if (NULL != getter) { in getLBSProxy() 73 proxy = (*getter)(); in getLBSProxy() 94 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 95 if(getter != NULL) { in createLocApi() 97 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi() 106 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 107 if (NULL != getter) { in createLocApi() 109 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi()
|
/hardware/qcom/gps/msm8909/core/ |
D | ContextBase.cpp | 71 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local 72 if (NULL != getter) { in getLBSProxy() 73 proxy = (*getter)(); in getLBSProxy() 95 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 96 if(getter != NULL) { in createLocApi() 98 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi() 107 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 108 if (NULL != getter) { in createLocApi() 110 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi()
|
/hardware/qcom/sdm845/gps/msm8996/core/ |
D | ContextBase.cpp | 71 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local 72 if (NULL != getter) { in getLBSProxy() 73 proxy = (*getter)(); in getLBSProxy() 94 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 95 if(getter != NULL) { in createLocApi() 97 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi() 106 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 107 if (NULL != getter) { in createLocApi() 109 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi()
|
/hardware/qcom/sdm845/gps/msm8909/core/ |
D | ContextBase.cpp | 71 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local 72 if (NULL != getter) { in getLBSProxy() 73 proxy = (*getter)(); in getLBSProxy() 95 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 96 if(getter != NULL) { in createLocApi() 98 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi() 107 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 108 if (NULL != getter) { in createLocApi() 110 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi()
|
/hardware/qcom/gps/msm8998/core/ |
D | ContextBase.cpp | 177 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local 178 if (NULL != getter) { in getLBSProxy() 179 proxy = (*getter)(); in getLBSProxy() 205 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); in createLocApi() local 206 if (getter != NULL) { in createLocApi() 209 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi() 218 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); in createLocApi() local 219 if (NULL != getter) { in createLocApi() 222 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi()
|
/hardware/qcom/sdm845/gps/msm8998/core/ |
D | ContextBase.cpp | 177 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local 178 if (NULL != getter) { in getLBSProxy() 179 proxy = (*getter)(); in getLBSProxy() 205 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); in createLocApi() local 206 if (getter != NULL) { in createLocApi() 209 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi() 218 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); in createLocApi() local 219 if (NULL != getter) { in createLocApi() 222 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi()
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | ContextBase.cpp | 190 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local 191 if (NULL != getter) { in getLBSProxy() 192 proxy = (*getter)(); in getLBSProxy() 218 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); in createLocApi() local 219 if (getter != NULL) { in createLocApi() 222 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi() 231 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); in createLocApi() local 232 if (NULL != getter) { in createLocApi() 235 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi()
|
/hardware/qcom/sdm845/gps/sdm845/core/ |
D | ContextBase.cpp | 181 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local 182 if (NULL != getter) { in getLBSProxy() 183 proxy = (*getter)(); in getLBSProxy() 209 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); in createLocApi() local 210 if (getter != NULL) { in createLocApi() 213 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi() 222 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); in createLocApi() local 223 if (NULL != getter) { in createLocApi() 226 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi()
|
/hardware/qcom/gps/msm8998/android/ |
D | Gnss.cpp | 87 getLocationInterface* getter = NULL; in getGnssInterface() local 94 getter = (getLocationInterface*)dlsym(handle, "getGnssInterface"); in getGnssInterface() 97 getter = NULL; in getGnssInterface() 101 if (NULL == getter) { in getGnssInterface() 104 mGnssInterface = (GnssInterface*)(*getter)(); in getGnssInterface()
|
/hardware/qcom/gps/msm8909w_3100/android/ |
D | Gnss.cpp | 87 getLocationInterface* getter = NULL; in getGnssInterface() local 94 getter = (getLocationInterface*)dlsym(handle, "getGnssInterface"); in getGnssInterface() 97 getter = NULL; in getGnssInterface() 101 if (NULL == getter) { in getGnssInterface() 104 mGnssInterface = (GnssInterface*)(*getter)(); in getGnssInterface()
|
/hardware/qcom/sdm845/gps/msm8998/android/ |
D | Gnss.cpp | 87 getLocationInterface* getter = NULL; in getGnssInterface() local 94 getter = (getLocationInterface*)dlsym(handle, "getGnssInterface"); in getGnssInterface() 97 getter = NULL; in getGnssInterface() 101 if (NULL == getter) { in getGnssInterface() 104 mGnssInterface = (GnssInterface*)(*getter)(); in getGnssInterface()
|
/hardware/qcom/sdm845/gps/sdm845/android/ |
D | Gnss.cpp | 131 getLocationInterface* getter = NULL; in getGnssInterface() local 138 getter = (getLocationInterface*)dlsym(handle, "getGnssInterface"); in getGnssInterface() 141 getter = NULL; in getGnssInterface() 145 if (NULL == getter) { in getGnssInterface() 148 mGnssInterface = (GnssInterface*)(*getter)(); in getGnssInterface()
|
/hardware/qcom/sdm845/gps/msm8998/location/ |
D | LocationAPI.cpp | 84 getLocationInterface* getter = NULL; in loadLocationInterface() local 91 getter = (getLocationInterface*)dlsym(handle, name); in loadLocationInterface() 94 getter = NULL; in loadLocationInterface() 98 if (NULL == getter) { in loadLocationInterface() 99 return (void*)getter; in loadLocationInterface() 101 return (*getter)(); in loadLocationInterface()
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | LocationAPI.cpp | 84 getLocationInterface* getter = NULL; in loadLocationInterface() local 91 getter = (getLocationInterface*)dlsym(handle, name); in loadLocationInterface() 94 getter = NULL; in loadLocationInterface() 98 if (NULL == getter) { in loadLocationInterface() 99 return (void*)getter; in loadLocationInterface() 101 return (*getter)(); in loadLocationInterface()
|
/hardware/qcom/sdm845/gps/sdm845/location/ |
D | LocationAPI.cpp | 86 getLocationInterface* getter = NULL; in loadLocationInterface() local 93 getter = (getLocationInterface*)dlsym(handle, name); in loadLocationInterface() 96 getter = NULL; in loadLocationInterface() 100 if (NULL == getter) { in loadLocationInterface() 101 return (void*)getter; in loadLocationInterface() 103 return (*getter)(); in loadLocationInterface()
|
/hardware/qcom/gps/msm8998/location/ |
D | LocationAPI.cpp | 84 getLocationInterface* getter = NULL; in loadLocationInterface() local 91 getter = (getLocationInterface*)dlsym(handle, name); in loadLocationInterface() 94 getter = NULL; in loadLocationInterface() 98 if (NULL == getter) { in loadLocationInterface() 99 return (void*)getter; in loadLocationInterface() 101 return (*getter)(); in loadLocationInterface()
|
/hardware/google/av/codec2/tests/ |
D | C2SampleComponent_test.cpp | 222 struct getter { struct 241 struct getter<E, true> { argument 244 return getter<u>().get(p, (u*)0); in get() argument 261 return getter<E>().get(p, (E*)0); in get()
|