Loading include/android/input.h +1 −1 Original line number Diff line number Diff line Loading @@ -678,7 +678,7 @@ enum { /** * Axis constant: The movement of y position of a motion event. * * Same as {@link RELATIVE_X}, but for y position. * Same as {@link AMOTION_EVENT_AXIS_RELATIVE_X}, but for y position. */ AMOTION_EVENT_AXIS_RELATIVE_Y = 28, /** Loading include/android/surface_control.h +2 −0 Original line number Diff line number Diff line Loading @@ -467,3 +467,5 @@ void ASurfaceTransaction_setFrameRateWithSeamlessness(ASurfaceTransaction* trans __END_DECLS #endif // ANDROID_SURFACE_CONTROL_H /** @} */ include/android/surface_texture.h +2 −0 Original line number Diff line number Diff line Loading @@ -176,3 +176,5 @@ int64_t ASurfaceTexture_getTimestamp(ASurfaceTexture* st) __INTRODUCED_IN(28); __END_DECLS #endif /* ANDROID_NATIVE_SURFACE_TEXTURE_H */ /** @} */ include/android/surface_texture_jni.h +2 −0 Original line number Diff line number Diff line Loading @@ -53,3 +53,5 @@ ASurfaceTexture* ASurfaceTexture_fromSurfaceTexture(JNIEnv* env, jobject surface __END_DECLS #endif /* ANDROID_NATIVE_SURFACE_TEXTURE_JNI_H */ /** @} */ libs/binder/ndk/include_cpp/android/binder_interface_utils.h +3 −0 Original line number Diff line number Diff line Loading @@ -82,7 +82,10 @@ class SharedRefBase { */ template <class T, class... Args> static std::shared_ptr<T> make(Args&&... args) { #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated-declarations" T* t = new T(std::forward<Args>(args)...); #pragma clang diagnostic pop // warning: Potential leak of memory pointed to by 't' [clang-analyzer-unix.Malloc] return t->template ref<T>(); // NOLINT(clang-analyzer-unix.Malloc) } Loading Loading
include/android/input.h +1 −1 Original line number Diff line number Diff line Loading @@ -678,7 +678,7 @@ enum { /** * Axis constant: The movement of y position of a motion event. * * Same as {@link RELATIVE_X}, but for y position. * Same as {@link AMOTION_EVENT_AXIS_RELATIVE_X}, but for y position. */ AMOTION_EVENT_AXIS_RELATIVE_Y = 28, /** Loading
include/android/surface_control.h +2 −0 Original line number Diff line number Diff line Loading @@ -467,3 +467,5 @@ void ASurfaceTransaction_setFrameRateWithSeamlessness(ASurfaceTransaction* trans __END_DECLS #endif // ANDROID_SURFACE_CONTROL_H /** @} */
include/android/surface_texture.h +2 −0 Original line number Diff line number Diff line Loading @@ -176,3 +176,5 @@ int64_t ASurfaceTexture_getTimestamp(ASurfaceTexture* st) __INTRODUCED_IN(28); __END_DECLS #endif /* ANDROID_NATIVE_SURFACE_TEXTURE_H */ /** @} */
include/android/surface_texture_jni.h +2 −0 Original line number Diff line number Diff line Loading @@ -53,3 +53,5 @@ ASurfaceTexture* ASurfaceTexture_fromSurfaceTexture(JNIEnv* env, jobject surface __END_DECLS #endif /* ANDROID_NATIVE_SURFACE_TEXTURE_JNI_H */ /** @} */
libs/binder/ndk/include_cpp/android/binder_interface_utils.h +3 −0 Original line number Diff line number Diff line Loading @@ -82,7 +82,10 @@ class SharedRefBase { */ template <class T, class... Args> static std::shared_ptr<T> make(Args&&... args) { #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated-declarations" T* t = new T(std::forward<Args>(args)...); #pragma clang diagnostic pop // warning: Potential leak of memory pointed to by 't' [clang-analyzer-unix.Malloc] return t->template ref<T>(); // NOLINT(clang-analyzer-unix.Malloc) } Loading