Searched defs:adapter (Results 26 - 50 of 70) sorted by relevance

123

/hardware/qcom/gps/core/
H A DUlpProxyBase.h69 inline virtual void setAdapter(LocAdapterBase* adapter) {} argument
H A DLocApiBase.cpp159 void LocApiBase::addAdapter(LocAdapterBase* adapter) argument
161 for (int i = 0; i < MAX_ADAPTERS && mLocAdapters[i] != adapter; i++) {
163 mLocAdapters[i] = adapter;
165 (adapter->getEvtMask())));
171 void LocApiBase::removeAdapter(LocAdapterBase* adapter) argument
176 if (mLocAdapters[i] == adapter) {
189 // i now should point to a none NULL adapter within valid
296 // loop through adapters, and deliver to the first handling adapter.
303 // loop through adapters, and deliver to the first handling adapter.
309 // loop through adapters, and deliver to the first handling adapter
[all...]
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp68 inline LocEngInformNiResponse(LocEngAdapter* adapter, argument
71 LocMsg(), mAdapter(adapter),
154 pSession->adapter = loc_eng_data.adapter;
242 LocEngAdapter* adapter = pSession->adapter; local
248 msg = new LocEngInformNiResponse(adapter,
263 LOC_LOGD("ni_thread_proc: adapter->sendMsg(msg)\n");
264 adapter->sendMsg(msg);
H A DLocEngAdapter.cpp38 LocInternalAdapter::LocInternalAdapter(LocEngAdapter* adapter) : argument
39 LocAdapterBase(adapter->getMsgTask()),
40 mLocEngAdapter(adapter)
89 inline LocSetUlpProxy(LocAdapterBase* adapter, UlpProxyBase* ulp) : argument
90 LocMsg(), mAdapter(adapter), mUlp(ulp) {
93 LOC_LOGV("%s] ulp %p adapter %p", __func__,
134 inline LocEngAdapterGpsLock(LocEngAdapter* adapter, LOC_GPS_LOCK_MASK lockMask) : argument
135 LocMsg(), mAdapter(adapter), mLockMask(lockMask)
H A Dloc_eng.h86 LocEngAdapter *adapter; member in struct:loc_eng_data_s
H A Dloc_eng_agps.h338 const LocEngAdapter* adapter,
340 Subscriber(id, stateMachine), mLocAdapter(adapter),
336 ATLSubscriber(const int id, const AgpsStateMachine* stateMachine, const LocEngAdapter* adapter, const bool compatibleMode) argument
/hardware/qcom/gps/msm8084/core/
H A DUlpProxyBase.h69 inline virtual void setAdapter(LocAdapterBase* adapter) {} argument
H A DLocApiBase.cpp158 void LocApiBase::addAdapter(LocAdapterBase* adapter) argument
160 for (int i = 0; i < MAX_ADAPTERS && mLocAdapters[i] != adapter; i++) {
162 mLocAdapters[i] = adapter;
164 (adapter->getEvtMask())));
170 void LocApiBase::removeAdapter(LocAdapterBase* adapter) argument
175 if (mLocAdapters[i] == adapter) {
188 // i now should point to a none NULL adapter within valid
266 // loop through adapters, and deliver to the first handling adapter.
273 // loop through adapters, and deliver to the first handling adapter.
279 // loop through adapters, and deliver to the first handling adapter
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp68 inline LocEngInformNiResponse(LocEngAdapter* adapter, argument
71 LocMsg(), mAdapter(adapter),
154 pSession->adapter = loc_eng_data.adapter;
242 LocEngAdapter* adapter = pSession->adapter; local
248 msg = new LocEngInformNiResponse(adapter,
263 LOC_LOGD("ni_thread_proc: adapter->sendMsg(msg)\n");
264 adapter->sendMsg(msg);
H A DLocEngAdapter.cpp38 LocInternalAdapter::LocInternalAdapter(LocEngAdapter* adapter) : argument
39 LocAdapterBase(adapter->getMsgTask()),
40 mLocEngAdapter(adapter)
91 inline LocSetUlpProxy(LocAdapterBase* adapter, UlpProxyBase* ulp) : argument
92 LocMsg(), mAdapter(adapter), mUlp(ulp) {
95 LOC_LOGV("%s] ulp %p adapter %p", __func__,
136 inline LocEngAdapterGpsLock(LocEngAdapter* adapter, LOC_GPS_LOCK_MASK lockMask) : argument
137 LocMsg(), mAdapter(adapter), mLockMask(lockMask)
H A Dloc_eng.h86 LocEngAdapter *adapter; member in struct:loc_eng_data_s
/hardware/qcom/gps/msm8909/core/
H A DUlpProxyBase.h70 inline virtual void setAdapter(LocAdapterBase* adapter) {} argument
H A DLocApiBase.cpp159 void LocApiBase::addAdapter(LocAdapterBase* adapter) argument
161 for (int i = 0; i < MAX_ADAPTERS && mLocAdapters[i] != adapter; i++) {
163 mLocAdapters[i] = adapter;
165 (adapter->getEvtMask())));
171 void LocApiBase::removeAdapter(LocAdapterBase* adapter) argument
176 if (mLocAdapters[i] == adapter) {
189 // i now should point to a none NULL adapter within valid
297 // loop through adapters, and deliver to the first handling adapter.
304 // loop through adapters, and deliver to the first handling adapter.
310 // loop through adapters, and deliver to the first handling adapter
[all...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp68 inline LocEngInformNiResponse(LocEngAdapter* adapter, argument
71 LocMsg(), mAdapter(adapter),
154 pSession->adapter = loc_eng_data.adapter;
242 LocEngAdapter* adapter = pSession->adapter; local
248 msg = new LocEngInformNiResponse(adapter,
263 LOC_LOGD("ni_thread_proc: adapter->sendMsg(msg)\n");
264 adapter->sendMsg(msg);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp68 inline LocEngInformNiResponse(LocEngAdapter* adapter, argument
71 LocMsg(), mAdapter(adapter),
224 LocEngAdapter* adapter = loc_eng_data_p->adapter; local
228 msg = new LocEngInformNiResponse(adapter,
239 adapter->sendMsg(msg);
H A DLocEngAdapter.cpp38 LocInternalAdapter::LocInternalAdapter(LocEngAdapter* adapter) : argument
39 LocAdapterBase(adapter->getMsgTask()),
40 mLocEngAdapter(adapter)
56 inline LocSetUlpProxy(LocAdapterBase* adapter, UlpProxyBase* ulp) : argument
57 LocMsg(), mAdapter(adapter), mUlp(ulp) {
60 LOC_LOGV("%s] ulp %p adapter %p", __func__,
/hardware/qcom/gps/msm8994/core/
H A DUlpProxyBase.h69 inline virtual void setAdapter(LocAdapterBase* adapter) {} argument
H A DLocApiBase.cpp159 void LocApiBase::addAdapter(LocAdapterBase* adapter) argument
161 for (int i = 0; i < MAX_ADAPTERS && mLocAdapters[i] != adapter; i++) {
163 mLocAdapters[i] = adapter;
165 (adapter->getEvtMask())));
171 void LocApiBase::removeAdapter(LocAdapterBase* adapter) argument
176 if (mLocAdapters[i] == adapter) {
189 // i now should point to a none NULL adapter within valid
296 // loop through adapters, and deliver to the first handling adapter.
303 // loop through adapters, and deliver to the first handling adapter.
309 // loop through adapters, and deliver to the first handling adapter
[all...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp68 inline LocEngInformNiResponse(LocEngAdapter* adapter, argument
71 LocMsg(), mAdapter(adapter),
154 pSession->adapter = loc_eng_data.adapter;
242 LocEngAdapter* adapter = pSession->adapter; local
248 msg = new LocEngInformNiResponse(adapter,
263 LOC_LOGD("ni_thread_proc: adapter->sendMsg(msg)\n");
264 adapter->sendMsg(msg);
H A DLocEngAdapter.cpp38 LocInternalAdapter::LocInternalAdapter(LocEngAdapter* adapter) : argument
39 LocAdapterBase(adapter->getMsgTask()),
40 mLocEngAdapter(adapter)
89 inline LocSetUlpProxy(LocAdapterBase* adapter, UlpProxyBase* ulp) : argument
90 LocMsg(), mAdapter(adapter), mUlp(ulp) {
93 LOC_LOGV("%s] ulp %p adapter %p", __func__,
134 inline LocEngAdapterGpsLock(LocEngAdapter* adapter, LOC_GPS_LOCK_MASK lockMask) : argument
135 LocMsg(), mAdapter(adapter), mLockMask(lockMask)
/hardware/qcom/gps/msm8996/core/
H A DUlpProxyBase.h70 inline virtual void setAdapter(LocAdapterBase* adapter) {} argument
H A DLocApiBase.cpp159 void LocApiBase::addAdapter(LocAdapterBase* adapter) argument
161 for (int i = 0; i < MAX_ADAPTERS && mLocAdapters[i] != adapter; i++) {
163 mLocAdapters[i] = adapter;
165 (adapter->getEvtMask())));
171 void LocApiBase::removeAdapter(LocAdapterBase* adapter) argument
176 if (mLocAdapters[i] == adapter) {
189 // i now should point to a none NULL adapter within valid
297 // loop through adapters, and deliver to the first handling adapter.
304 // loop through adapters, and deliver to the first handling adapter.
310 // loop through adapters, and deliver to the first handling adapter
[all...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp68 inline LocEngInformNiResponse(LocEngAdapter* adapter, argument
71 LocMsg(), mAdapter(adapter),
154 pSession->adapter = loc_eng_data.adapter;
242 LocEngAdapter* adapter = pSession->adapter; local
248 msg = new LocEngInformNiResponse(adapter,
263 LOC_LOGD("ni_thread_proc: adapter->sendMsg(msg)\n");
264 adapter->sendMsg(msg);
/hardware/qcom/gps/msm8960/core/
H A DLocApiBase.cpp131 void LocApiBase::addAdapter(LocAdapterBase* adapter) argument
133 for (int i = 0; i < MAX_ADAPTERS && mLocAdapters[i] != adapter; i++) {
135 mLocAdapters[i] = adapter;
136 open(mMask | (adapter->getEvtMask() & ~mExcludedMask));
142 void LocApiBase::removeAdapter(LocAdapterBase* adapter) argument
147 if (mLocAdapters[i] == adapter) {
160 // i now should point to a none NULL adapter within valid
236 // loop through adapters, and deliver to the first handling adapter.
243 // loop through adapters, and deliver to the first handling adapter.
249 // loop through adapters, and deliver to the first handling adapter
[all...]
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp96 CAMHAL_LOGEA("Error while adapter initialization: video capture not supported.");
102 CAMHAL_LOGEA("Error while adapter initialization: Capture device does not support streaming i/o");
233 //First allocate adapter internal buffers at V4L level for USB Cam
565 CameraAdapter *adapter = NULL; local
570 adapter = new V4LCameraAdapter(sensor_index);
571 if ( adapter ) {
572 CAMHAL_LOGDB("New OMX Camera adapter instance created for sensor %d",sensor_index);
574 CAMHAL_LOGEA("Camera adapter create failed!");
579 return adapter;

Completed in 510 milliseconds

123