summaryrefslogtreecommitdiff
path: root/core/java/android/os/UEventObserver.java
Commit message (Collapse)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
| | | | | | | | Existing annotations in libcore/ and frameworks/ will deleted after the migration. This also means that any java library that compiles @UnsupportedAppUsage requires a direct dependency on "unsupportedappusage" java_library. Bug: 145132366 Test: m && diff unsupportedappusage_index.csv Change-Id: I534e3fd1305e2f4af076986770033478448a665c
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+7
| | | | | | | | | | | | | | | | For packages: android.os This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: I4ece0a3f37f88fc2508cb965092aed7cabc61819
* WM: Add PhoneWindowManagerLayoutTestAdrian Roos2017-11-281-1/+1
| | | | | Test: runtest -x services/tests/servicestests/src/com/android/server/policy/PhoneWindowManagerLayoutTest.java Change-Id: I85af4bdd023a274233362d42628de19483b0c4ea
* Clean up Javadocs for UEventObserverValter Strods2015-02-231-4/+4
| | | | | | | | This commit removes a couple of apostrophes from the word "UEvents" as the apostrophes would only be needed if something that belongs to the UEvent was being talked about. Instead, the UEvents are being talked about themselves - as a bunch. Change-Id: I6a7908c6b73c0739102b632d2499e0f1e3c2d47f
* Don't process UEvents in Dalvik unless they match a pattern.Jeff Brown2012-10-101-13/+33
| | | | | | | | | | | | | 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
* Encapsulate locks in UEventObservers.Jeff Brown2012-08-201-84/+112
| | | | | | | | Synchronized methods make me cry so fixing this first before I introduce any new functionality that could result in a deadlock. Bug: 6548391 Change-Id: I9c006dc491ce205bfd86acf828dcebda2a63b2ca
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+191
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-191/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+191