Searched refs:nativeInputQueue (Results 1 – 1 of 1) sorted by relevance
408 nativeInputQueue = NULL; in NativeCode()422 if (nativeInputQueue != NULL) { in ~NativeCode()423 nativeInputQueue->mWorkWrite = -1; in ~NativeCode()447 delete nativeInputQueue; in setInputChannel()451 nativeInputQueue = NULL; in setInputChannel()457 nativeInputQueue = new AInputQueue(ic, mainWorkWrite); in setInputChannel()479 struct AInputQueue* nativeInputQueue; member537 while ((keyEvent=code->nativeInputQueue->consumeUnhandledEvent()) != NULL) { in mainWorkCallback()551 code->nativeInputQueue->finishEvent(keyEvent, handled, true); in mainWorkCallback()554 while ((keyEvent=code->nativeInputQueue->consumePreDispatchingEvent(&seq)) != NULL) { in mainWorkCallback()[all …]