Loading include/input/Input.h +9 −1 Original line number Diff line number Diff line Loading @@ -181,6 +181,7 @@ static constexpr size_t MAX_POINTERS = 16; */ struct AInputEvent { virtual ~AInputEvent() {} bool operator==(const AInputEvent&) const = default; }; /* Loading Loading @@ -545,6 +546,8 @@ public: static int32_t nextId(); bool operator==(const InputEvent&) const = default; protected: void initialize(int32_t id, DeviceId deviceId, uint32_t source, int32_t displayId, std::array<uint8_t, 32> hmac); Loading Loading @@ -598,6 +601,8 @@ public: static const char* actionToString(int32_t action); bool operator==(const KeyEvent&) const = default; protected: int32_t mAction; int32_t mFlags; Loading Loading @@ -917,6 +922,9 @@ public: // The rounding precision for transformed motion events. static constexpr float ROUNDING_PRECISION = 0.001f; bool operator==(const MotionEvent&) const; inline bool operator!=(const MotionEvent& o) const { return !(*this == o); }; protected: int32_t mAction; int32_t mActionButton; Loading libs/arect/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ package { default_applicable_licenses: ["frameworks_native_libs_arect_license"], default_team: "trendy_team_android_core_graphics_stack", } // Added automatically by a large-scale-change Loading libs/binder/ndk/include_platform/android/binder_manager.h +2 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,8 @@ void AServiceManager_getUpdatableApexName(const char* instance, void* context, * \param instance identifier of the passthrough service (e.g. "mapper") * \param instance identifier of the implemenatation (e.g. "default") * \param flag passed to dlopen() * * \return the result of dlopen of the specified HAL */ void* AServiceManager_openDeclaredPassthroughHal(const char* interface, const char* instance, int flag) Loading libs/bufferqueueconverter/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ package { // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["frameworks_native_license"], default_team: "trendy_team_android_core_graphics_stack", } cc_library_headers { Loading libs/bufferstreams/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ package { default_applicable_licenses: ["frameworks_native_license"], default_team: "trendy_team_android_core_graphics_stack", } aconfig_declarations { Loading Loading
include/input/Input.h +9 −1 Original line number Diff line number Diff line Loading @@ -181,6 +181,7 @@ static constexpr size_t MAX_POINTERS = 16; */ struct AInputEvent { virtual ~AInputEvent() {} bool operator==(const AInputEvent&) const = default; }; /* Loading Loading @@ -545,6 +546,8 @@ public: static int32_t nextId(); bool operator==(const InputEvent&) const = default; protected: void initialize(int32_t id, DeviceId deviceId, uint32_t source, int32_t displayId, std::array<uint8_t, 32> hmac); Loading Loading @@ -598,6 +601,8 @@ public: static const char* actionToString(int32_t action); bool operator==(const KeyEvent&) const = default; protected: int32_t mAction; int32_t mFlags; Loading Loading @@ -917,6 +922,9 @@ public: // The rounding precision for transformed motion events. static constexpr float ROUNDING_PRECISION = 0.001f; bool operator==(const MotionEvent&) const; inline bool operator!=(const MotionEvent& o) const { return !(*this == o); }; protected: int32_t mAction; int32_t mActionButton; Loading
libs/arect/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ package { default_applicable_licenses: ["frameworks_native_libs_arect_license"], default_team: "trendy_team_android_core_graphics_stack", } // Added automatically by a large-scale-change Loading
libs/binder/ndk/include_platform/android/binder_manager.h +2 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,8 @@ void AServiceManager_getUpdatableApexName(const char* instance, void* context, * \param instance identifier of the passthrough service (e.g. "mapper") * \param instance identifier of the implemenatation (e.g. "default") * \param flag passed to dlopen() * * \return the result of dlopen of the specified HAL */ void* AServiceManager_openDeclaredPassthroughHal(const char* interface, const char* instance, int flag) Loading
libs/bufferqueueconverter/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ package { // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["frameworks_native_license"], default_team: "trendy_team_android_core_graphics_stack", } cc_library_headers { Loading
libs/bufferstreams/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ package { default_applicable_licenses: ["frameworks_native_license"], default_team: "trendy_team_android_core_graphics_stack", } aconfig_declarations { Loading