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