summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | libbinder: include sys/uio.h instead of cutils/uio.hColin Cross2013-07-231-1/+1
* | | Add controller numbers for gamepads / joysticksMichael Wright2013-07-221-2/+4
|/ /
* | Merge changes Ic45929f3,Ic63f4f96,I1e703d36,I691f9507Mathias Agopian2013-07-208-115/+67
|\ \
| * | Make ANW.setSwapInterval(0) work againMathias Agopian2013-07-193-16/+29
| * | BuffferQueue disconnect is now always asynchrnousMathias Agopian2013-07-181-21/+15
| * | BufferQueue improvements and APIs changesMathias Agopian2013-07-188-88/+33
* | | Merge "Add input device property for buttons under touchpads"Michael Wright2013-07-191-0/+4
|\ \ \ | |/ / |/| |
| * | Add input device property for buttons under touchpadsMichael Wright2013-07-111-0/+4
* | | Merge "Follow framework change to track started ops by proc."Dianne Hackborn2013-07-181-3/+7
|\ \ \
| * | | Follow framework change to track started ops by proc.Dianne Hackborn2013-07-171-3/+7
* | | | Merge "Clarify some android-specific OMX extensions for native buffers."Lajos Molnar2013-07-171-4/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Clarify some android-specific OMX extensions for native buffers.Lajos Molnar2013-07-171-4/+12
* | | | Merge "always pass the BufferQueue explicitely to consumers"Mathias Agopian2013-07-163-5/+10
|\ \ \ \
| * | | | always pass the BufferQueue explicitely to consumersMathias Agopian2013-07-123-5/+10
| |/ / /
* | | | Merge "Completely remove skia dependency from libinput."Jeff Brown2013-07-161-21/+0
|\ \ \ \
| * | | | Completely remove skia dependency from libinput.Jeff Brown2013-07-151-21/+0
* | | | | Merge "Add a keycode to switch audio tracks (2/2)"michaelwr2013-07-162-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add a keycode to switch audio tracks (2/2)Jaekyun Seok2013-07-122-0/+2
| |/ / /
* | | | Fix PDK build.Jeff Brown2013-07-151-2/+21
* | | | Add skeleton of input flinger.Jeff Brown2013-07-151-0/+54
* | | | Make getCallingUid/Pid const.Jeff Brown2013-07-151-2/+2
|/ / /
* | | Merge "Pay attention to buffer timestamps"Andy McFadden2013-07-114-5/+14
|\ \ \ | |/ / |/| |
| * | Pay attention to buffer timestampsAndy McFadden2013-07-104-5/+14
* | | improve sensorservice's dumpsysMathias Agopian2013-07-081-9/+14
* | | Merge "simplify some unnecessary complex code"Mathias Agopian2013-07-081-0/+1
|\ \ \ | |/ / |/| |
| * | simplify some unnecessary complex codeMathias Agopian2013-07-081-0/+1
* | | Merge "mv libcpustats from frameworks/native to frameworks/av"Glenn Kasten2013-07-083-221/+0
|\ \ \
| * | | mv libcpustats from frameworks/native to frameworks/avGlenn Kasten2013-06-183-221/+0
* | | | binder: add polling / single-threaded operationTodd Poynor2013-07-041-0/+4
| |/ / |/| |
* | | Move input library code from frameworks/base.Jeff Brown2013-07-0110-0/+2483
* | | Merge "Add video extension OMX_VIDEO_CodingVP9 to support VP9 decoder."Lajos Molnar2013-06-252-7/+2
|\ \ \
| * | | Add video extension OMX_VIDEO_CodingVP9 to support VP9 decoder.hkuang2013-06-242-7/+2
| |/ /
* | | Fix includes in HardwareAPI.h to be absolute and not relativeAndreas Huber2013-06-251-2/+2
* | | Merge "media/hardware/HardwareAPI.h: Added metadata struct used by video deco...Lajos Molnar2013-06-241-0/+8
|\ \ \ | |/ / |/| |
| * | media/hardware/HardwareAPI.h: Added metadata struct used by video decoderLajos Molnar2013-06-211-0/+8
* | | CpuConsumer: Add set buffer size and format functions.Zhijun He2013-06-101-0/+12
|/ /
* | CpuConsumer: Remove CpuConsumer JNI ID.Zhijun He2013-06-031-1/+0
* | Merge "Added bitwise-or and bitwise-and to BitSet"Michael Wright2013-05-311-0/+14
|\ \
| * | Added bitwise-or and bitwise-and to BitSetMichael Wright2013-05-301-0/+14
* | | Merge "Bring back overloading to print String8/16."Jeff Sharkey2013-05-301-0/+5
|\ \ \
| * | | Bring back overloading to print String8/16.Jeff Sharkey2013-05-301-0/+5
| |/ /
* | | am 75765d3a: am 1c45dc66: Merge "Fix AMotionEvent_getHistorical* to take cons...Andrew Hsieh2013-05-301-5/+5
|\ \ \ | |/ / |/| / | |/
| * am 1c45dc66: Merge "Fix AMotionEvent_getHistorical* to take const AInputEvent...Andrew Hsieh2013-05-291-5/+5
| |\
| | * Merge "Fix AMotionEvent_getHistorical* to take const AInputEvent* motion_event"Andrew Hsieh2013-05-301-5/+5
| | |\
| | | * Fix AMotionEvent_getHistorical* to take const AInputEvent* motion_eventAndrew Hsieh2013-05-271-5/+5
* | | | am 31ab96fc: am 135e4dbd: Merge "utils: Allow non android namespaces to use A...Jeff Brown2013-05-281-1/+1
|\ \ \ \ | |/ / /
| * | | am 135e4dbd: Merge "utils: Allow non android namespaces to use ALOGD_IF_SLOW"Jeff Brown2013-05-281-1/+1
| |\ \ \ | | |/ /
| | * | Merge "utils: Allow non android namespaces to use ALOGD_IF_SLOW"Jeff Brown2013-05-281-1/+1
| | |\ \ | | | |/ | | |/|
| | | * utils: Allow non android namespaces to use ALOGD_IF_SLOWNaseer Ahmed2013-02-151-1/+1
| | * | Revert "Add a compatibility symbol for the MemoryBase constructor."Elliott Hughes2013-03-141-3/+0