Searched refs:NativeInputEventReceiver (Results 1 – 2 of 2) sorted by relevance
87 class NativeInputEventReceiver : public LooperCallback { class89 NativeInputEventReceiver(JNIEnv* env, jobject receiverWeak,103 virtual ~NativeInputEventReceiver();136 NativeInputEventReceiver::NativeInputEventReceiver( in NativeInputEventReceiver() function in android::NativeInputEventReceiver150 NativeInputEventReceiver::~NativeInputEventReceiver() { in ~NativeInputEventReceiver()155 status_t NativeInputEventReceiver::initialize() { in initialize()160 void NativeInputEventReceiver::dispose() { in dispose()168 status_t NativeInputEventReceiver::finishInputEvent(uint32_t seq, bool handled) { in finishInputEvent()181 bool NativeInputEventReceiver::probablyHasInput() { in probablyHasInput()185 status_t NativeInputEventReceiver::reportTimeline(int32_t inputEventId, nsecs_t gpuCompletedTime, in reportTimeline()[all …]
25 …vent with status `WOULD_BLOCK`. When this happens, the caller (`NativeInputEventReceiver`) is resp…