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)();
95 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi");
96 if(getter != NULL) {
97 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
98 locApi = (*getter)(mMsgTask, exMask, this);
107 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi");
108 if (NULL != getter) {
109 LOC_LOGD("%s:%d]: getter is not NULL in RPC", __func__, __LINE__);
110 locApi = (*getter)(mMsgTask, exMask, this);