Home | History | Annotate | Download | only in core

Lines Matching defs:getter

52         getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy");
53 if (NULL != getter) {
54 proxy = (*getter)();
57 LOC_LOGD("%s:%d]: getter is NULL. Reason: %s", __func__, __LINE__, dlerror());
82 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi");
83 if(getter != NULL) {
84 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
85 locApi = (*getter)(mMsgTask,exMask, this);
88 LOC_LOGD("%s:%d]: getter is NULL. Reason: %s", __func__, __LINE__, dlerror());
97 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi");
98 if (NULL != getter) {
99 LOC_LOGD("%s:%d]: getter is NULL in RPC", __func__, __LINE__);
100 locApi = (*getter)(mMsgTask, exMask, this);