Searched refs:iq (Results 1 – 1 of 1) sorted by relevance
298 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_attachLooper() local300 iq->attachLooper(l, ident, callback, data); in AInputQueue_attachLooper()304 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_detachLooper() local305 iq->detachLooper(); in AInputQueue_detachLooper()309 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_hasEvents() local310 return iq->hasEvents(); in AInputQueue_hasEvents()314 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_getEvent() local316 int32_t res = iq->getEvent(&event); in AInputQueue_getEvent()322 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_preDispatchEvent() local324 return iq->preDispatchEvent(e) ? 1 : 0; in AInputQueue_preDispatchEvent()[all …]