Merge "Support dispatchNullEvent virtual method" am: 9b0577d0b8 am: 8af52d1f98
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1434522 Change-Id: I9bbc4110c5edb415fb22fc592ebc6924e8e1b872
This commit is contained in:
@@ -63,6 +63,7 @@ private:
|
|||||||
void dispatchHotplug(nsecs_t timestamp, PhysicalDisplayId displayId, bool connected) override;
|
void dispatchHotplug(nsecs_t timestamp, PhysicalDisplayId displayId, bool connected) override;
|
||||||
void dispatchConfigChanged(nsecs_t timestamp, PhysicalDisplayId displayId,
|
void dispatchConfigChanged(nsecs_t timestamp, PhysicalDisplayId displayId,
|
||||||
int32_t configId, nsecs_t vsyncPeriod) override;
|
int32_t configId, nsecs_t vsyncPeriod) override;
|
||||||
|
void dispatchNullEvent(nsecs_t timestamp, PhysicalDisplayId displayId) override {}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user