Searched refs:getter (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/gps/msm8960/core/ |
D | ContextBase.cpp | 50 getIzatProxy_t* getter = (getIzatProxy_t*)dlsym(lib, "getIzatProxy"); in getIzatProxy() local 51 if (NULL != getter) { in getIzatProxy() 52 proxy = (*getter)(); in getIzatProxy() 72 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 73 if(getter != NULL) { in createLocApi() 75 locApi = (*getter)(mMsgTask,exMask); in createLocApi() 84 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 85 if (NULL != getter) { in createLocApi() 87 locApi = (*getter)(mMsgTask, exMask); in createLocApi()
|
/hardware/qcom/gps/core/ |
D | ContextBase.cpp | 52 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); in getLBSProxy() local 53 if (NULL != getter) { in getLBSProxy() 54 proxy = (*getter)(); in getLBSProxy() 82 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 83 if(getter != NULL) { in createLocApi() 85 locApi = (*getter)(mMsgTask,exMask, this); in createLocApi() 97 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); in createLocApi() local 98 if (NULL != getter) { in createLocApi() 100 locApi = (*getter)(mMsgTask, exMask, this); in createLocApi()
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXComponentCodecBase.cpp | 166 OMXComponentCodecBase::OMXHANDLER getter, in AddHandler() argument 173 p->getter = getter; in AddHandler() 185 p->getter = getter; in AddHandler() 201 return get ? p->getter : p->setter; in FindHandler()
|
D | OMXComponentCodecBase.h | 76 virtual OMX_ERRORTYPE AddHandler(OMX_INDEXTYPE type, OMXHANDLER getter, OMXHANDLER setter); 89 OMXHANDLER getter; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 1014 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter); 6058 OsStackTraceGetterInterface* getter) { in set_os_stack_trace_getter() argument 6059 if (os_stack_trace_getter_ != getter) { in set_os_stack_trace_getter() 6061 os_stack_trace_getter_ = getter; in set_os_stack_trace_getter()
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 253 # For Microsoft's IDL there are propget and propput attributes to indicate getter
|