Searched defs:locApi (Results 1 - 17 of 17) sorted by relevance

/hardware/qcom/gps/core/
H A DContextBase.cpp64 LocApiBase* locApi = NULL; local
68 if (NULL == (locApi = mLBSProxy->getLocApi(mMsgTask, exMask, this))) {
76 locApi = (*getter)(mMsgTask, exMask, this);
88 locApi = (*getter)(mMsgTask, exMask, this);
95 // locApi could still be NULL at this time
97 if (NULL == locApi) {
98 locApi = new LocApiBase(mMsgTask, exMask, this);
101 return locApi;
H A DLocApiBase.cpp90 inline LocSsrMsg(LocApiBase* locApi) : argument
91 LocMsg(), mLocApi(locApi)
110 inline LocOpenMsg(LocApiBase* locApi, argument
112 LocMsg(), mLocApi(locApi), mMask(mask)
/hardware/qcom/gps/msm8084/core/
H A DContextBase.cpp72 LocApiBase* locApi = NULL; local
76 if (NULL == (locApi = mLBSProxy->getLocApi(mMsgTask, exMask, this))) {
85 locApi = (*getter)(mMsgTask,exMask, this);
100 locApi = (*getter)(mMsgTask, exMask, this);
107 // locApi could still be NULL at this time
109 if (NULL == locApi) {
110 locApi = new LocApiBase(mMsgTask, exMask, this);
113 return locApi;
H A DLocApiBase.cpp90 inline LocSsrMsg(LocApiBase* locApi) : argument
91 LocMsg(), mLocApi(locApi)
110 inline LocOpenMsg(LocApiBase* locApi, argument
112 LocMsg(), mLocApi(locApi), mMask(mask)
/hardware/qcom/gps/msm8960/core/
H A DContextBase.cpp63 LocApiBase* locApi = NULL; local
67 if (NULL == (locApi = mIzatProxy->getLocApi(mMsgTask, exMask))) {
75 locApi = (*getter)(mMsgTask,exMask);
87 locApi = (*getter)(mMsgTask, exMask);
94 // locApi could still be NULL at this time
96 if (NULL == locApi) {
97 locApi = new LocApiBase(mMsgTask, exMask);
100 return locApi;
H A DLocAdapterBase.cpp43 LocApiBase* locApi) :
44 LocMsg(), mLocAdapter(locAdapter), mLocApi(locApi)
62 // the right locApi should get created.
42 LocOpenMsg(LocAdapterBase* locAdapter, LocApiBase* locApi) argument
H A DLocApiBase.cpp89 inline LocSsrMsg(LocApiBase* locApi) : argument
90 LocMsg(), mLocApi(locApi)
/hardware/qcom/gps/msm8994/core/
H A DContextBase.cpp64 LocApiBase* locApi = NULL; local
68 if (NULL == (locApi = mLBSProxy->getLocApi(mMsgTask, exMask, this))) {
76 locApi = (*getter)(mMsgTask, exMask, this);
88 locApi = (*getter)(mMsgTask, exMask, this);
95 // locApi could still be NULL at this time
97 if (NULL == locApi) {
98 locApi = new LocApiBase(mMsgTask, exMask, this);
101 return locApi;
H A DLocApiBase.cpp90 inline LocSsrMsg(LocApiBase* locApi) : argument
91 LocMsg(), mLocApi(locApi)
110 inline LocOpenMsg(LocApiBase* locApi, argument
112 LocMsg(), mLocApi(locApi), mMask(mask)
/hardware/qcom/gps/msm8909/core/
H A DContextBase.cpp85 LocApiBase* locApi = NULL; local
90 if (NULL == (locApi = mLBSProxy->getLocApi(mMsgTask, exMask, this))) {
98 locApi = (*getter)(mMsgTask, exMask, this);
110 locApi = (*getter)(mMsgTask, exMask, this);
117 // locApi could still be NULL at this time
119 if (NULL == locApi) {
120 locApi = new LocApiBase(mMsgTask, exMask, this);
123 return locApi;
H A DLocApiBase.cpp90 inline LocSsrMsg(LocApiBase* locApi) : argument
91 LocMsg(), mLocApi(locApi)
110 inline LocOpenMsg(LocApiBase* locApi, argument
112 LocMsg(), mLocApi(locApi), mMask(mask)
/hardware/qcom/gps/msm8996/core/
H A DContextBase.cpp85 LocApiBase* locApi = NULL; local
89 if (NULL == (locApi = mLBSProxy->getLocApi(mMsgTask, exMask, this))) {
97 locApi = (*getter)(mMsgTask, exMask, this);
109 locApi = (*getter)(mMsgTask, exMask, this);
116 // locApi could still be NULL at this time
118 if (NULL == locApi) {
119 locApi = new LocApiBase(mMsgTask, exMask, this);
122 return locApi;
H A DLocApiBase.cpp90 inline LocSsrMsg(LocApiBase* locApi) : argument
91 LocMsg(), mLocApi(locApi)
110 inline LocOpenMsg(LocApiBase* locApi, argument
112 LocMsg(), mLocApi(locApi), mMask(mask)
/hardware/qcom/gps/msm8909w_3100/core/
H A DContextBase.cpp208 LocApiBase* locApi = NULL; local
213 if (NULL == (locApi = mLBSProxy->getLocApi(mMsgTask, exMask, this))) {
222 locApi = (*getter)(mMsgTask, exMask, this);
235 locApi = (*getter)(mMsgTask, exMask, this);
242 // locApi could still be NULL at this time
244 if (NULL == locApi) {
245 locApi = new LocApiBase(mMsgTask, exMask, this);
248 return locApi;
H A DLocApiBase.cpp91 inline LocSsrMsg(LocApiBase* locApi) : argument
92 LocMsg(), mLocApi(locApi)
111 inline LocOpenMsg(LocApiBase* locApi, argument
113 LocMsg(), mLocApi(locApi), mMask(mask)
/hardware/qcom/gps/msm8998/core/
H A DContextBase.cpp195 LocApiBase* locApi = NULL; local
200 if (NULL == (locApi = mLBSProxy->getLocApi(mMsgTask, exMask, this))) {
209 locApi = (*getter)(mMsgTask, exMask, this);
222 locApi = (*getter)(mMsgTask, exMask, this);
229 // locApi could still be NULL at this time
231 if (NULL == locApi) {
232 locApi = new LocApiBase(mMsgTask, exMask, this);
235 return locApi;
H A DLocApiBase.cpp90 inline LocSsrMsg(LocApiBase* locApi) : argument
91 LocMsg(), mLocApi(locApi)
110 inline LocOpenMsg(LocApiBase* locApi, argument
112 LocMsg(), mLocApi(locApi), mMask(mask)

Completed in 213 milliseconds