Loading include/android/input.h +5 −2 Original line number Diff line number Diff line Loading @@ -1386,8 +1386,11 @@ int32_t AInputQueue_preDispatchEvent(AInputQueue* queue, AInputEvent* event); void AInputQueue_finishEvent(AInputQueue* queue, AInputEvent* event, int handled); /** * Supplies the AInputQueue* object associated with the supplied Java InputQueue * object. * Returns the AInputQueue* object associated with the supplied Java InputQueue * object. The returned native object holds a weak reference to the Java object, * and is only valid as long as the Java object has not yet been disposed. You * should ensure that there is a strong reference to the Java object and that it * has not been disposed before using the returned object. * * Available since API level 33. */ Loading Loading
include/android/input.h +5 −2 Original line number Diff line number Diff line Loading @@ -1386,8 +1386,11 @@ int32_t AInputQueue_preDispatchEvent(AInputQueue* queue, AInputEvent* event); void AInputQueue_finishEvent(AInputQueue* queue, AInputEvent* event, int handled); /** * Supplies the AInputQueue* object associated with the supplied Java InputQueue * object. * Returns the AInputQueue* object associated with the supplied Java InputQueue * object. The returned native object holds a weak reference to the Java object, * and is only valid as long as the Java object has not yet been disposed. You * should ensure that there is a strong reference to the Java object and that it * has not been disposed before using the returned object. * * Available since API level 33. */ Loading