summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | Merge "inputflinger: Initial support for rotary encoders." into cw-e-devPrashant Malani2015-12-085-0/+132
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 68fca5a176 * commit '68fca5a1763203164a19a9aa983895242a671387': inputflinger: Initial support for rotary encoders.
| | | * | | | | | | | | Merge "inputflinger: Initial support for rotary encoders." into cw-e-devPrashant Malani2015-12-085-0/+132
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | inputflinger: Initial support for rotary encoders.Prashant Malani2015-09-145-0/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change introduces support for rotary encoder input devices. We also define a new input source (namely, AINPUT_SOURCE_ROTARY_ENCODER) and a new axis of input (namely, AXIS_SCROLL), since the rotary encoder motion doesn't necessarily tie to a horizontal or vertical scroll motion. A ROTARY_ENCODER input device class is also introduced, corresponding to the new input source. A new input source can be defined as producing rotary encoder motion events, if its corresponding .idc file contains the following declaration: device.type = rotaryEncoder Bug: 18707397 Change-Id: I8ccd540908311d1ff44fdfeba81b691895413641 Signed-off-by: Prashant Malani <pmalani@google.com>
| | * | | | | | | | | | | Merge "DO NOT MERGE: add support for new sched tracepoint" into mnc-dr1.5-devMartijn Coenen2015-12-041-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | DO NOT MERGE: add support for new sched tracepointTim Murray2015-11-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This tracepoint gives systrace the means to display the reason for uninterruptible sleep. bug 23350688 Change-Id: I9ee5b6904c27bcb5bd67c86fda66d45d0a3c0999
| | * | | | | | | | | | | | Revert "DO NOT MERGE ANYWHERE Add new interface for sensor physical data"Ben Fennema2015-12-020-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 8c3e55f414 -s ours * commit '8c3e55f4149deda3ec7c7a67fda81216d5f9af25': Revert "DO NOT MERGE ANYWHERE Add new interface for sensor physical data"
| | | * | | | | | | | | | | Revert "DO NOT MERGE ANYWHERE Add new interface for sensor physical data"Ben Fennema2015-12-028-64/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d4db70a7b8b2d136c46c50f89b276f8150be5fc2. Change-Id: Ifb52d5595970a5178e12c2a90da4aac0e38f5942
| | * | | | | | | | | | | | DO NOT MERGE ANYWHERE Add new interface for sensor physical dataJani Suonpera2015-12-020-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d4db70a7b8 -s ours * commit 'd4db70a7b8b2d136c46c50f89b276f8150be5fc2': DO NOT MERGE ANYWHERE Add new interface for sensor physical data
| | | * | | | | | | | | | | DO NOT MERGE ANYWHERE Add new interface for sensor physical dataJani Suonpera2015-11-308-2/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is special solution only for emerald branch. Changes including new const char* value/interface for sensor physical data. Sensor service and manager does not take care of content, structure or other details of string. Sensor HAL is taking care of parsing data from string and setting values to Sensor HW. Change-Id: I3abc3ddc7c6adc4b32a40b9a43f2a94c5af7b2b0 Signed-off-by: Ben Fennema <fennema@google.com>
| | * | | | | | | | | | | | Increase raft timeout to 10min so we get complete logs from older devices.Sharvil Nanavati2015-11-301-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | | | / / / / / / / / / / | | | |/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 804339a59e * commit '804339a59e4abcbcf5a50a60ff0543e6b404e572': Increase raft timeout to 10min so we get complete logs from older devices.
| | | * | | | | | | | | | Increase raft timeout to 10min so we get complete logs from older devices.Sharvil Nanavati2015-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Devices like dory get slammed when bugreports are taken and can't compress all the raft logs in the current 5min timeout. Our dogfooders spend their precious time getting us bugreports and then we can't act on them because we have broken raft logs. :( This change bumps up the timeout in the hopes that we can get complete logs from even our slowest devices. Change-Id: I10741a6185b39544f4c0531f0ee74864d74a1aa4
| | * | | | | | | | | | | Set cpuset from surfaceflinger.Tim Murray2015-11-182-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SurfaceFlinger shouldn't be limited to little cores exclusively, as the binder threads should be placed on big cores when they are in the critical path for a RenderThread. bug 25745866 Change-Id: I9fb65f6d951733f91b4735ff27018411b58b2bfb
| | * | | | | | | | | | | Merge "OMX: clarify EOS signaling for tunneled decoders" into mnc-dev am: ↵Lajos Molnar2015-11-132-2/+13
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f1de4547c1 am: 37b8c1f77c am: 8abb053a2e * commit '8abb053a2ea021c649e481813e45860add946e36': OMX: clarify EOS signaling for tunneled decoders
| | | * | | | | | | | | | Merge "OMX: clarify EOS signaling for tunneled decoders" into mnc-dev am: ↵Lajos Molnar2015-11-132-2/+13
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f1de4547c1 am: 37b8c1f77c * commit '37b8c1f77cab3ee9809bcbad81d765ec5bddedce': OMX: clarify EOS signaling for tunneled decoders
| | | | * | | | | | | | | Merge "OMX: clarify EOS signaling for tunneled decoders" into mnc-devLajos Molnar2015-11-132-2/+13
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: f1de4547c1 * commit 'f1de4547c14467c03b00187efde5381dd1fb265c': OMX: clarify EOS signaling for tunneled decoders
| | | | | * | | | | | | | Merge "OMX: clarify EOS signaling for tunneled decoders" into mnc-devLajos Molnar2015-11-132-2/+13
| | | | | |\ \ \ \ \ \ \ \
| | | | | | * | | | | | | | OMX: clarify EOS signaling for tunneled decodersLajos Molnar2015-08-072-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 22859209 Change-Id: Ie28da1b80e4a8dd5ae2806e300ed37287c9c57a8
| | * | | | | | | | | | | | Merge "Avoiding flush on-change sensors at subscription" into mnc-dr-dev am: ↵Peng Xu2015-10-291-4/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a78c2e65e1 am: ffb07f645e * commit 'ffb07f645e12b5c32479bba74b3310353edf691a': Avoiding flush on-change sensors at subscription
| | | * | | | | | | | | | | Merge "Avoiding flush on-change sensors at subscription" into mnc-dr-devPeng Xu2015-10-271-4/+9
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: a78c2e65e1 * commit 'a78c2e65e13cace4fdbb0295beca5b11de9fde06': Avoiding flush on-change sensors at subscription
| | * | | | | | | | | | | | DO NOT MERGE: fix build try #2 am: 778b6f4902 am: 034bc1799c -s ours am: ↵Nick Kralevich2015-10-230-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dbc9a47831 -s ours am: a2685ebb1e am: 1d94a1d036 -s ours am: bce101e79b am: 574145ea31 am: 5ce90247a2 * commit '5ce90247a20536091505b449a4d386c21034d842': DO NOT MERGE: fix build try #2
| | | * | | | | | | | | | | DO NOT MERGE: fix build try #2 am: 778b6f4902 am: 034bc1799c -s ours am: ↵Nick Kralevich2015-10-230-0/+0
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dbc9a47831 -s ours am: a2685ebb1e am: 1d94a1d036 -s ours am: bce101e79b am: 574145ea31 * commit '574145ea31171a80c45f86eb231f55a2106826c4': DO NOT MERGE: fix build try #2
| | * | \ \ \ \ \ \ \ \ \ \ \ Merge changes from topic \'parcel-v2\' into mnc-dr-dev am: cf33d50d25Adrian Roos2015-10-232-15/+51
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 0c11f9918c * commit '0c11f9918c6f834f12d97315ef0247c08f8fef63': Maintain Parcel ABI Revert "Revert "Track ashmem memory usage in Parcel""
| | | * | | | | | | | | | | | Merge changes from topic \'parcel-v2\' into mnc-dr-devAdrian Roos2015-10-232-15/+51
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: cf33d50d25 * commit 'cf33d50d25c5660bf1d4325c11433fb281bc31cb': Maintain Parcel ABI Revert "Revert "Track ashmem memory usage in Parcel""
| | * | \ \ \ \ \ \ \ \ \ \ \ \ resolve merge conflicts of 834ac204ce to klp-modular-dev. am: 7f1ea80d65 am: ↵Nick Kralevich2015-10-231-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fa632f6ad7 am: 9ec978732f am: 1b28b05d2e am: 0370a03b6e am: 18e7c64ea8 am: 6eac97d4ba * commit '6eac97d4baf77954c7d862e7bf35ed3763543491': DO NOT MERGE: fix build breakage
| | | * | | | | | | | | | | | | resolve merge conflicts of 834ac204ce to klp-modular-dev. am: 7f1ea80d65 am: ↵Nick Kralevich2015-10-231-0/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fa632f6ad7 am: 9ec978732f am: 1b28b05d2e am: 0370a03b6e am: 18e7c64ea8 * commit '18e7c64ea82e002978ef069884d195e02e7302df': DO NOT MERGE: fix build breakage
| | * | \ \ \ \ \ \ \ \ \ \ \ \ \ add number constraint for samples per MotionEvent am: 5d17838ade am: ↵Flanker2015-10-230-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 72c8ca4a01 am: 9964d83869 am: 90dc6dc825 am: 9830f11dc6 am: a82ace99f7 am: 711c7becb0 am: 928a4879e4 * commit '928a4879e4a2b996bccf007d390f7f2719e9a901': add number constraint for samples per MotionEvent
| | | * | | | | | | | | | | | | | add number constraint for samples per MotionEvent am: 5d17838ade am: ↵Flanker2015-10-230-0/+0
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 72c8ca4a01 am: 9964d83869 am: 90dc6dc825 am: 9830f11dc6 am: a82ace99f7 am: 711c7becb0 * commit '711c7becb01eec79d8335f335fab6e00a9164b00': add number constraint for samples per MotionEvent
| | * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ Revert "Track ashmem memory usage in Parcel" am: 6880307e8eIan Pedowitz2015-10-222-32/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 159a5c3372 * commit '159a5c337250613c166ae45b2811861f70c733bd': Revert "Track ashmem memory usage in Parcel"
| | | * | | | | | | | | | | | | | | Revert "Track ashmem memory usage in Parcel"Ian Pedowitz2015-10-222-32/+12
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 6880307e8e * commit '6880307e8e35a6c484942443fb4ddd6173126152': Revert "Track ashmem memory usage in Parcel"
| | * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Track ashmem memory usage in Parcel am: e2f499fb73Adrian Roos2015-10-222-12/+32
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: a0c1be2617 * commit 'a0c1be26177d554ef9c5d61b8a564bb03d402a04': Track ashmem memory usage in Parcel
| | | * | | | | | | | | | | | | | | | Track ashmem memory usage in ParcelAdrian Roos2015-10-222-12/+32
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: e2f499fb73 * commit 'e2f499fb734bc30a1e1c947112caa0727349b6ed': Track ashmem memory usage in Parcel
| | * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 18165848: am e2c4f4fb: am c1e6fbb5: Initialize local variables to avoid ↵Naveen Leekha2015-10-200-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | data leak am: 7534e4e63a -s ours am: 7b4863f606 am: 8121177b5e am: 7135d2768b am: 5957172a7e * commit '5957172a7edb83d05423d5abae0091628f0c557c': Initialize local variables to avoid data leak
| | | * | | | | | | | | | | | | | | | | am 18165848: am e2c4f4fb: am c1e6fbb5: Initialize local variables to avoid ↵Naveen Leekha2015-10-200-0/+0
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | data leak am: 7534e4e63a -s ours am: 7b4863f606 am: 8121177b5e am: 7135d2768b * commit '7135d2768bcb46603735ab9b6b4bbaa788d39179': Initialize local variables to avoid data leak
| | * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 6427e719: am 2ac7405b: Merge "Set DATA_INJECTION mode flag for sensors." ↵Aravind Akella2015-10-141-0/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mnc-dr-dev * commit '6427e7190bbd83a29169e6ae4b5e3cff263f6937': Set DATA_INJECTION mode flag for sensors.
| | | * | | | | | | | | | | | | | | | | | am 2ac7405b: Merge "Set DATA_INJECTION mode flag for sensors." into mnc-dr-devAravind Akella2015-10-141-0/+5
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2ac7405bda4f621f07cbcc0b562d16f7a9611c7b': Set DATA_INJECTION mode flag for sensors.
| | * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am a518d5ad: am 312d7555: egl: Remove window disconnect before calling ↵Jesse Hall2015-10-141-9/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | driver eglDestroySurface * commit 'a518d5ad0c0c6a661471a8cd2c962612943ca667': egl: Remove window disconnect before calling driver eglDestroySurface
| | | * | | | | | | | | | | | | | | | | | | am 312d7555: egl: Remove window disconnect before calling driver ↵Jesse Hall2015-10-141-9/+0
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eglDestroySurface * commit '312d7555cb71ce7fb73bc758b9e30653e223b2f3': egl: Remove window disconnect before calling driver eglDestroySurface
| | * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 76fc5f18: am 16b0ae10: Merge "add number constraint for samples per ↵Adam Lesinski2015-10-122-1/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MotionEvent" into mnc-dr-dev * commit '76fc5f18e6a0271a1f04db54924653faac73912e': add number constraint for samples per MotionEvent
| | | * | | | | | | | | | | | | | | | | | | | am 16b0ae10: Merge "add number constraint for samples per MotionEvent" into ↵Adam Lesinski2015-10-122-1/+7
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dr-dev * commit '16b0ae105e4e94ff09d1517b68f7c66f2022a19e': add number constraint for samples per MotionEvent
| | * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 33c3c1bd: Merge "Revert "do not dumpstate raft BUG: 24159112"" into cw-e-devJason Parks2015-10-121-2/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '33c3c1bd71de8a903b6a07f0b1c4f2f670313778': Revert "do not dumpstate raft BUG: 24159112"
| | | * | | | | | | | | | | | | | | | | | | | | Merge "Revert "do not dumpstate raft BUG: 24159112"" into cw-e-devJason Parks2015-10-121-2/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | Revert "do not dumpstate raft BUG: 24159112"Jason Parks2015-10-121-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 05c862252d5021f55a69281473c67d76e7097422. Change-Id: Ib5984796734d2a0e33f47e0fb4e446b787e0d14f
| | * | | | | | | | | | | | | | | | | | | | | | | am 94973aeb: am a2f78b44: Merge "Inputflinger: hook up key event replacement ↵Puneet Kumar2015-10-085-27/+58
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | processing" into mnc-dr-dev * commit '94973aeb1961c5a07a5288ec56c7f79ab658bb8d': Inputflinger: hook up key event replacement processing
| | | * | | | | | | | | | | | | | | | | | | | | | am a2f78b44: Merge "Inputflinger: hook up key event replacement processing" ↵Puneet Kumar2015-10-085-27/+58
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mnc-dr-dev * commit 'a2f78b44ee30839e2c047d07525dd6bc4fe50f1d': Inputflinger: hook up key event replacement processing
| | * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am ec1323db: am 2f3c3eb4: Merge "Allow defining replacement key events in ↵Puneet Kumar2015-10-084-13/+115
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keymap" into mnc-dr-dev * commit 'ec1323dbd4558f9d4ff422c8547334fe13242ad0': Allow defining replacement key events in keymap
| | | * | | | | | | | | | | | | | | | | | | | | | | am 2f3c3eb4: Merge "Allow defining replacement key events in keymap" into ↵Puneet Kumar2015-10-084-13/+115
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dr-dev * commit '2f3c3eb4e47d7cb6ef67e0fd2063e4b93e38e9ec': Allow defining replacement key events in keymap
| | * | | | | | | | | | | | | | | | | | | | | | | | am 05c86225: do not dumpstate raft BUG: 24159112Erik Wolsheimer2015-10-021-1/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '05c862252d5021f55a69281473c67d76e7097422': do not dumpstate raft BUG: 24159112
| | | * | | | | | | | | | | | | | | | | | | | | | | do not dumpstate raftErik Wolsheimer2015-10-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG: 24159112 Change-Id: I344aa73808992b5f84cb0536201a3ab2eb6f2b3c
| | * | | | | | | | | | | | | | | | | | | | | | | | am 6c51a07d: am de18f6c3: InputResampling: Don\'t extrapolate for very low ↵Andrew de los Reyes2015-10-021-2/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | frame rates. * commit '6c51a07d30a3c4bed9675da88c5f6f24a741d9a2': InputResampling: Don't extrapolate for very low frame rates.
| | | * | | | | | | | | | | | | | | | | | | | | | | am de18f6c3: InputResampling: Don\'t extrapolate for very low frame rates.Andrew de los Reyes2015-10-021-2/+11
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'de18f6c32add6fb22065807a00ddc88b363df527': InputResampling: Don't extrapolate for very low frame rates.