Lines Matching full:adapter
159 void LocApiBase::addAdapter(LocAdapterBase* adapter)
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)
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.
315 // loop through adapters, and deliver to the first handling adapter.
321 // loop through adapters, and deliver to the first handling adapter.
327 // loop through adapters, and deliver to the first handling adapter.
333 // loop through adapters, and deliver to the first handling adapter.
339 // loop through adapters, and deliver to the first handling adapter.
345 // loop through adapters, and deliver to the first handling adapter.
351 // loop through adapters, and deliver to the first handling adapter.