summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "libbinder: add libutils dependency"Alex Ray2013-07-231-0/+1
|\ \
| * | libbinder: add libutils dependencyAlex Ray2013-07-231-0/+1
* | | Merge "Add controller numbers for gamepads / joysticks"Michael Wright2013-07-231-9/+8
|\ \ \
| * | | Add controller numbers for gamepads / joysticksMichael Wright2013-07-221-9/+8
| | |/ | |/|
* | | Merge "fix log messages and bogus error message"Mathias Agopian2013-07-231-23/+18
|\ \ \
| * | | fix log messages and bogus error messageMathias Agopian2013-07-221-23/+18
| |/ /
* | | Merge "Fix AppOsManager missing mutex unlock."Zhijun He2013-07-231-0/+1
|\ \ \ | |/ / |/| |
| * | Fix AppOsManager missing mutex unlock.Zhijun He2013-07-221-0/+1
| |/
* | Merge changes Ic45929f3,Ic63f4f96,I1e703d36,I691f9507Mathias Agopian2013-07-2012-269/+121
|\ \
| * | make sure to reset the framenumber when a buffer is marked FREEMathias Agopian2013-07-191-0/+3
| * | Make ANW.setSwapInterval(0) work againMathias Agopian2013-07-195-50/+74
| * | BuffferQueue disconnect is now always asynchrnousMathias Agopian2013-07-182-57/+21
| * | BufferQueue improvements and APIs changesMathias Agopian2013-07-1813-188/+49
| |/
* | Merge "Add input device property for buttons under touchpads"Michael Wright2013-07-191-0/+2
|\ \ | |/ |/|
| * Add input device property for buttons under touchpadsMichael Wright2013-07-111-0/+2
* | Follow framework change to track started ops by proc.Dianne Hackborn2013-07-172-6/+42
* | always pass the BufferQueue explicitely to consumersYing Wang2013-07-151-1/+2
* | Merge "always pass the BufferQueue explicitely to consumers"Mathias Agopian2013-07-167-14/+21
|\ \
| * | always pass the BufferQueue explicitely to consumersMathias Agopian2013-07-127-14/+21
* | | Merge "Completely remove skia dependency from libinput."Jeff Brown2013-07-162-6/+18
|\ \ \
| * | | Completely remove skia dependency from libinput.Jeff Brown2013-07-152-6/+18
* | | | Merge "Add a keycode to switch audio tracks (2/2)"michaelwr2013-07-161-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Add a keycode to switch audio tracks (2/2)Jaekyun Seok2013-07-121-0/+2
| |/ /
* | | Fix PDK build.Jeff Brown2013-07-152-41/+40
* | | Add skeleton of input flinger.Jeff Brown2013-07-152-0/+60
* | | Make getCallingUid/Pid const.Jeff Brown2013-07-151-2/+2
|/ /
* | am 54d97c88: am 9da67a94: am 67481607: Merge "Revert "Second try at adding a ...Elliott Hughes2013-07-111-9/+0
|\ \
| * \ am 9da67a94: am 67481607: Merge "Revert "Second try at adding a compatibility...Elliott Hughes2013-07-091-9/+0
| |\ \
| | * \ am 67481607: Merge "Revert "Second try at adding a compatibility symbol for t...Elliott Hughes2013-07-091-9/+0
| | |\ \
| | | * \ Merge "Revert "Second try at adding a compatibility symbol for the MemoryBase...Elliott Hughes2013-07-091-9/+0
| | | |\ \
| | | | * | Revert "Second try at adding a compatibility symbol for the MemoryBase constr...Elliott Hughes2013-07-091-9/+0
* | | | | | Pay attention to buffer timestampsAndy McFadden2013-07-106-37/+70
| |_|_|_|/ |/| | | |
* | | | | Merge "mv libcpustats from frameworks/native to frameworks/av"Glenn Kasten2013-07-083-347/+0
|\ \ \ \ \
| * | | | | mv libcpustats from frameworks/native to frameworks/avGlenn Kasten2013-06-183-347/+0
* | | | | | binder: add polling / single-threaded operationTodd Poynor2013-07-041-51/+88
* | | | | | do not build libinput in PDKkeunyoung2013-07-021-0/+4
* | | | | | Move input library code from frameworks/base.Jeff Brown2013-07-0115-0/+6031
|/ / / / /
* | | | | am de836890: am ef07386e: Prevent IPCThreadState::joinThreadPool from spinnin...Jeff Tinker2013-06-111-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | am ef07386e: Prevent IPCThreadState::joinThreadPool from spinning on unexpect...Jeff Tinker2013-06-111-0/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Prevent IPCThreadState::joinThreadPool from spinning on unexpected errorJeff Tinker2013-06-111-0/+4
* | | | | CpuConsumer: Add set buffer size and format functions.Zhijun He2013-06-101-0/+12
* | | | | Merge "Added bitwise-or and bitwise-and to BitSet"Michael Wright2013-05-312-0/+88
|\ \ \ \ \
| * | | | | Added bitwise-or and bitwise-and to BitSetMichael Wright2013-05-302-0/+88
* | | | | | Merge "Bring back overloading to print String8/16."Jeff Sharkey2013-05-301-0/+15
|\ \ \ \ \ \
| * | | | | | Bring back overloading to print String8/16.Jeff Sharkey2013-05-301-0/+15
| |/ / / / /
* | | | | | am 255405eb: am 86b2ecdd: Merge "fix mem leak on error handling"Jeff Brown2013-05-301-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | am 86b2ecdd: Merge "fix mem leak on error handling"Jeff Brown2013-05-291-1/+3
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | fix mem leak on error handlingHyejin Kim2013-05-281-1/+3
* | | | BufferQueue: remove freeAllBuffersExceptHeadLocked()Lajos Molnar2013-05-231-24/+5
* | | | BufferQueue: track buffer-queue by instance vs. by referenceLajos Molnar2013-05-235-88/+193