Loading core/jni/android_view_DisplayEventReceiver.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ private: void dispatchHotplug(nsecs_t timestamp, PhysicalDisplayId displayId, bool connected) override; void dispatchConfigChanged(nsecs_t timestamp, PhysicalDisplayId displayId, int32_t configId, nsecs_t vsyncPeriod) override; void dispatchNullEvent(nsecs_t timestamp, PhysicalDisplayId displayId) override {} }; Loading Loading
core/jni/android_view_DisplayEventReceiver.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ private: void dispatchHotplug(nsecs_t timestamp, PhysicalDisplayId displayId, bool connected) override; void dispatchConfigChanged(nsecs_t timestamp, PhysicalDisplayId displayId, int32_t configId, nsecs_t vsyncPeriod) override; void dispatchNullEvent(nsecs_t timestamp, PhysicalDisplayId displayId) override {} }; Loading