Home | History | Annotate | Download | only in core

Lines Matching defs:getter

177         getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy");
178 if (NULL != getter) {
179 proxy = (*getter)();
205 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi");
206 if (getter != NULL) {
207 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__,
209 locApi = (*getter)(mMsgTask, exMask, this);
218 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi");
219 if (NULL != getter) {
220 LOC_LOGD("%s:%d]: getter is not NULL in RPC", __func__,
222 locApi = (*getter)(mMsgTask, exMask, this);