Home
last modified time | relevance | path

Searched refs:iq (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/native/android/
Dinput.cpp313 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_attachLooper() local
315 iq->attachLooper(l, ident, callback, data); in AInputQueue_attachLooper()
319 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_detachLooper() local
320 iq->detachLooper(); in AInputQueue_detachLooper()
324 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_hasEvents() local
325 return iq->hasEvents(); in AInputQueue_hasEvents()
329 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_getEvent() local
331 int32_t res = iq->getEvent(&event); in AInputQueue_getEvent()
337 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_preDispatchEvent() local
339 return iq->preDispatchEvent(e) ? 1 : 0; in AInputQueue_preDispatchEvent()
[all …]