Searched defs:iq (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/native/android/
H A Dinput.cpp275 InputQueue* iq = static_cast<InputQueue*>(queue); local
277 iq->attachLooper(l, ident, callback, data);
281 InputQueue* iq = static_cast<InputQueue*>(queue); local
282 iq->detachLooper();
286 InputQueue* iq = static_cast<InputQueue*>(queue); local
287 return iq->hasEvents();
291 InputQueue* iq = static_cast<InputQueue*>(queue); local
293 int32_t res = iq->getEvent(&event);
299 InputQueue* iq = static_cast<InputQueue*>(queue); local
301 return iq
305 InputQueue* iq = static_cast<InputQueue*>(queue); local
[all...]

Completed in 6 milliseconds