Lines Matching defs:iq
275 InputQueue* iq = static_cast<InputQueue*>(queue);
277 iq->attachLooper(l, ident, callback, data);
281 InputQueue* iq = static_cast<InputQueue*>(queue);
282 iq->detachLooper();
286 InputQueue* iq = static_cast<InputQueue*>(queue);
287 return iq->hasEvents();
291 InputQueue* iq = static_cast<InputQueue*>(queue);
293 int32_t res = iq->getEvent(&event);
299 InputQueue* iq = static_cast<InputQueue*>(queue);
301 return iq->preDispatchEvent(e) ? 1 : 0;
305 InputQueue* iq = static_cast<InputQueue*>(queue);
307 iq->finishEvent(e, handled != 0);