summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Merge "surfaceflinger: use Mutex timedLock instead of tryLock loop"Jesse Hall2015-01-121-9/+6
|\
| * surfaceflinger: use Mutex timedLock instead of tryLock loopJesse Hall2015-01-101-9/+6
* | We have POSIX clocks, and we don't need to ask for the openssl headers.Elliott Hughes2015-01-092-9/+2
|/
* Merge "InputDispatcher: Optimize count()"Narayan Kamath2014-12-242-14/+9
|\
| * InputDispatcher: Optimize count()Jon McCaffrey2014-11-262-14/+9
* | libgui: Enable -Weverything and -WerrorDan Stoza2014-12-054-11/+11
* | Enable clang for libui/libgui/surfaceflingerDan Stoza2014-12-048-41/+29
* | Don't error out because SensorEventConnection::dump overloads BBinder::dumpBernhard Rosenkränzer2014-11-251-0/+7
* | Fix potential format string vulnerabilityBernhard Rosenkränzer2014-11-241-6/+3
* | C++11 compatibility.Dan Albert2014-11-201-2/+2
* | Remove comparisons that can't be trueBernhard Rosenkränzer2014-11-171-2/+2
* | Replace IInterface::asBinder() with a staticMarco Nelissen2014-11-173-15/+13
* | Move frameworks/native to libc++.Dan Albert2014-11-151-11/+1
* | Merge "Frameworks/native: Wall Werror in batteryservice & powermanager"Andreas Gampe2014-11-133-10/+14
|\ \
| * | Frameworks/native: Wall Werror in batteryservice & powermanagerAndreas Gampe2014-11-133-10/+14
| |/
* | Frameworks/native: Wall Werror in surfaceflingerAndreas Gampe2014-11-1311-62/+60
|/
* am cb8a9fcc: Merge "Switch to libsigchain.a"Dmitriy Ivanov2014-10-212-23/+4
|\
| * Switch to libsigchain.aDmitriy Ivanov2014-10-202-23/+4
* | am 0b6acb22: Add version number to SensorService dump output.Aravind Akella2014-10-191-1/+2
|\ \
| * | Add version number to SensorService dump output.Aravind Akella2014-10-191-1/+2
* | | Clean up unused parameter warnings.Narayan Kamath2014-10-172-47/+41
* | | am 9cc84950: Merge "Don\'t check if this == NULL."Dan Albert2014-10-151-1/+5
|\ \ \ | | |/ | |/|
| * | Merge "Don't check if this == NULL."Dan Albert2014-10-151-1/+5
| |\ \
| | * | Don't check if this == NULL.Dan Albert2014-09-161-1/+5
* | | | am 26a28149: Merge "Link sigchain to surfaceflinger main executable"Dmitriy Ivanov2014-10-142-3/+27
|\ \ \ \ | |/ / /
| * | | Link sigchain to surfaceflinger main executableDmitriy Ivanov2014-10-092-3/+27
* | | | am ffb49774: Improve ANR diagnostics.Jeff Brown2014-10-122-51/+71
|\ \ \ \ | | |_|/ | |/| |
| * | | Improve ANR diagnostics.Jeff Brown2014-10-102-51/+71
* | | | am 7830ef3d: Change ordering of memory allocation and calling Thread::run().Aravind Akella2014-10-081-2/+2
|\ \ \ \ | |/ / /
| * | | Change ordering of memory allocation and calling Thread::run().Aravind Akella2014-10-071-2/+2
* | | | am a7eb4b74: Merge "Fix sockfd leakage in SensorService." into lmp-devAravind Akella2014-10-032-31/+128
|\ \ \ \ | |/ / /
| * | | Merge "Fix sockfd leakage in SensorService." into lmp-devAravind Akella2014-10-032-31/+128
| |\ \ \
| | * | | Fix sockfd leakage in SensorService.Aravind Akella2014-10-022-31/+128
* | | | | am 6747be9f: Generate the SurfaceFlinger shader cache on initializationRiley Andrews2014-10-032-1/+34
|\ \ \ \ \ | |/ / / /
| * | | | Generate the SurfaceFlinger shader cache on initializationRiley Andrews2014-10-032-1/+34
| |/ / /
* | | | am db57cfbd: Merge "When eglMakeCurrent fails we need to fix the egl state." ...Michael Lentine2014-10-012-4/+12
|\ \ \ \ | |/ / /
| * | | Merge "When eglMakeCurrent fails we need to fix the egl state." into lmp-devMichael Lentine2014-10-012-4/+12
| |\ \ \
| | * | | When eglMakeCurrent fails we need to fix the egl state.Michael Lentine2014-10-012-4/+12
* | | | | am 5bf786d8: surfaceflinger: recompute visibility after sideband stream changeJesse Hall2014-10-011-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | surfaceflinger: recompute visibility after sideband stream changeJesse Hall2014-10-011-0/+4
* | | | | am deb71b28: Merge "Fix a possible SensorService deadlock." into lmp-devAravind Akella2014-09-291-11/+25
|\ \ \ \ \ | |/ / / /
| * | | | Merge "Fix a possible SensorService deadlock." into lmp-devAravind Akella2014-09-291-11/+25
| |\ \ \ \
| | * | | | Fix a possible SensorService deadlock.Aravind Akella2014-09-281-11/+25
* | | | | | am bacc28ef: surfaceflinger: Use landscape resolution for default dpiJesse Hall2014-09-291-5/+13
|\ \ \ \ \ \ | |/ / / / /
| * | | | | surfaceflinger: Use landscape resolution for default dpiJesse Hall2014-09-281-5/+13
* | | | | | am 71e351d9: Merge "Revert "Fix sockfd leakage in SensorService. Remove sockf...Aravind Akella2014-09-271-2/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge "Revert "Fix sockfd leakage in SensorService. Remove sockfd from Looper...Aravind Akella2014-09-271-2/+0
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Revert "Fix sockfd leakage in SensorService. Remove sockfd from Looper when ...Aravind Akella2014-09-271-2/+0
* | | | | | am 4b20d402: Merge "Only mark repeated keys as PASS_TO_USER if the original k...Michael Wright2014-09-261-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge "Only mark repeated keys as PASS_TO_USER if the original key was." into...Michael Wright2014-09-261-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |