Home | History | Annotate | Download | only in core

Lines Matching defs:getter

71         getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy");
72 if (NULL != getter) {
73 proxy = (*getter)();
94 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi");
95 if(getter != NULL) {
96 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
97 locApi = (*getter)(mMsgTask, exMask, this);
106 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi");
107 if (NULL != getter) {
108 LOC_LOGD("%s:%d]: getter is not NULL in RPC", __func__, __LINE__);
109 locApi = (*getter)(mMsgTask, exMask, this);