Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.cpp87 class NativeInputEventReceiver : public LooperCallback { class
89 NativeInputEventReceiver(JNIEnv* env, jobject receiverWeak,
103 virtual ~NativeInputEventReceiver();
136 NativeInputEventReceiver::NativeInputEventReceiver( in NativeInputEventReceiver() function in android::NativeInputEventReceiver
150 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 …]
Dandroid_view_InputEventReceiver.md25 …vent with status `WOULD_BLOCK`. When this happens, the caller (`NativeInputEventReceiver`) is resp…