Searched refs:getter (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/gps/core/
H A DContextBase.cpp50 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); local
51 if (NULL != getter) {
52 proxy = (*getter)();
73 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
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"); local
86 if (NULL != getter) {
87 LOC_LOGD("%s:%d]: getter i
[all...]
/hardware/qcom/gps/msm8084/core/
H A DContextBase.cpp52 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); local
53 if (NULL != getter) {
54 proxy = (*getter)();
57 LOC_LOGD("%s:%d]: getter is NULL. Reason: %s", __func__, __LINE__, dlerror());
82 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
83 if(getter != NULL) {
84 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
85 locApi = (*getter)(mMsgTask,exMask, this);
88 LOC_LOGD("%s:%d]: getter is NULL. Reason: %s", __func__, __LINE__, dlerror());
97 getLocApi_t* getter local
[all...]
/hardware/qcom/gps/msm8909/core/
H A DContextBase.cpp50 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); local
51 if (NULL != getter) {
52 proxy = (*getter)();
74 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
75 if(getter != NULL) {
76 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
77 locApi = (*getter)(mMsgTask, exMask, this);
86 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
87 if (NULL != getter) {
88 LOC_LOGD("%s:%d]: getter i
[all...]
/hardware/qcom/gps/msm8960/core/
H A DContextBase.cpp50 getIzatProxy_t* getter = (getIzatProxy_t*)dlsym(lib, "getIzatProxy"); local
51 if (NULL != getter) {
52 proxy = (*getter)();
72 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
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"); local
85 if (NULL != getter) {
86 LOC_LOGD("%s:%d]: getter i
[all...]
/hardware/qcom/gps/msm8994/core/
H A DContextBase.cpp50 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); local
51 if (NULL != getter) {
52 proxy = (*getter)();
73 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
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"); local
86 if (NULL != getter) {
87 LOC_LOGD("%s:%d]: getter i
[all...]
/hardware/qcom/gps/msm8996/core/
H A DContextBase.cpp71 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); local
72 if (NULL != getter) {
73 proxy = (*getter)();
94 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
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"); local
107 if (NULL != getter) {
108 LOC_LOGD("%s:%d]: getter i
[all...]
/hardware/qcom/gps/msm8998/core/
H A DContextBase.cpp71 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); local
72 if (NULL != getter) {
73 proxy = (*getter)();
99 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); local
100 if (getter != NULL) {
101 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__,
103 locApi = (*getter)(mMsgTask, exMask, this);
112 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); local
113 if (NULL != getter) {
114 LOC_LOGD("%s:%d]: getter i
[all...]
/hardware/intel/common/omx-components/videocodec/
H A DOMXComponentCodecBase.cpp166 OMXComponentCodecBase::OMXHANDLER getter,
173 p->getter = getter;
185 p->getter = getter;
201 return get ? p->getter : p->setter;
164 AddHandler( OMX_INDEXTYPE type, OMXComponentCodecBase::OMXHANDLER getter, OMXComponentCodecBase::OMXHANDLER setter) argument
H A DOMXComponentCodecBase.h76 virtual OMX_ERRORTYPE AddHandler(OMX_INDEXTYPE type, OMXHANDLER getter, OMXHANDLER setter);
80 // return getter or setter
89 OMXHANDLER getter; member in struct:OMXComponentCodecBase::HandlerEntry
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1009 // Sets the OS stack trace getter.
1011 // Does nothing if the input and the current OS stack trace getter
1012 // are the same; otherwise, deletes the old getter and makes the
1013 // input the current getter.
1014 void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter);
1016 // Returns the current OS stack trace getter if it is not NULL;
1018 // getter, and returns it.
1296 // The OS stack trace getter. Will be deleted when the UnitTest
1298 // but the user can set this field to use a custom getter if that is
6052 // Sets the OS stack trace getter
6057 set_os_stack_trace_getter( OsStackTraceGetterInterface* getter) argument
[all...]

Completed in 176 milliseconds