Files
frameworks_base/core/java/android/os
Jeff Brown 9cf36b7a77 Don't process UEvents in Dalvik unless they match a pattern.
On some devices, vsync is delivered from the kernel to userspace
over a netlink socket via UEvent.  The result is that a thread wakes
up, reads a message, creates a new String then searches it for matches
against a pattern on every single frame.

Reduce the overhead by performing the initial pattern matching in
native code.

Bug: 7326329
Change-Id: Icb22db1c38330694207bec1153840e0c06f502d6
2012-10-10 21:46:55 -07:00
..
2012-05-21 10:43:26 -07:00
2012-08-20 10:04:12 -07:00
2012-09-07 18:33:18 -07:00
2012-09-30 11:24:23 -07:00
2012-04-26 11:17:18 +08:00
2011-10-20 15:32:37 -07:00
2012-04-26 11:17:18 +08:00
2012-02-29 14:05:24 -08:00
2012-05-21 13:29:06 -07:00
2012-05-06 16:10:34 -07:00
2012-02-29 14:05:24 -08:00
2012-05-31 18:12:18 -07:00
2012-02-29 14:05:24 -08:00
2012-09-26 10:49:35 -07:00
2012-08-15 03:06:24 -07:00