Home | History | Annotate | Download | only in core

Lines Matching refs:getter

50         getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy");
51 if (NULL != getter) {
52 proxy = (*getter)();
73 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi");
74 if(getter != NULL) {
75 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
76 locApi = (*getter)(mMsgTask, exMask, this);
85 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi");
86 if (NULL != getter) {
87 LOC_LOGD("%s:%d]: getter is not NULL in RPC", __func__, __LINE__);
88 locApi = (*getter)(mMsgTask, exMask, this);