Home | History | Annotate | Download | only in core

Lines Matching defs:getter

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