Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f63e79c authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6329815 from f3b34f7f to rvc-release

Change-Id: I3c059da9931753e85f85578208fbe0dd3c8f93e1
parents f030e87e f3b34f7f
Loading
Loading
Loading
Loading
+27.8 KiB
Loading image diff...
+24.9 KiB
Loading image diff...
+25 KiB
Loading image diff...
+7 −0
Original line number Diff line number Diff line
@@ -404,6 +404,13 @@ public:
     */
    bool hasPendingBatch() const;

    /* Returns the source of first pending batch if exist.
     *
     * Should be called after calling consume() with consumeBatches == false to determine
     * whether consume() should be called again later on with consumeBatches == true.
     */
    int32_t getPendingBatchSource() const;

private:
    // True if touch resampling is enabled.
    const bool mResampleTouch;
+2 −0
Original line number Diff line number Diff line
@@ -158,7 +158,9 @@ cc_library {
filegroup {
    name: "libbinder_aidl",
    srcs: [
        "aidl/android/content/pm/IPackageChangeObserver.aidl",
        "aidl/android/content/pm/IPackageManagerNative.aidl",
        "aidl/android/content/pm/PackageChangeEvent.aidl",
        "aidl/android/os/IClientCallback.aidl",
        "aidl/android/os/IServiceCallback.aidl",
        "aidl/android/os/IServiceManager.aidl",
Loading