Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
ecacc3f164f2bf2c8c4ff5a20496511249d2cd4b
/
libs
4ecf6ec
Merge "Restore Region::set(uint32_t, uint32_t)"
by Dan Stoza
· 11 years ago
0c1f5cb
Follow StrictMode refactoring.
by Jeff Sharkey
· 11 years ago
29d8cf9
Replace all instances of intptr_t with uintptr_t.
by Riley Andrews
· 11 years ago
50bcb00
Fix signed/unsigned comparison warnings in driver interface test.
by Riley Andrews
· 11 years ago
fe4966d
Restore Region::set(uint32_t, uint32_t)
by Bernhard Rosenkraenzer
· 11 years ago
06b01ad
Add binder tests
by Riley Andrews
· 11 years ago
dc9b148
Add binder driver interface test
by Riley Andrews
· 11 years ago
7398a5a
GUI: Remove unused variables
by Andreas Gampe
· 11 years ago
e22262f
Merge "libgui: Enable -Weverything and -Werror"
by Dan Stoza
· 11 years ago
ff78750
Libui: Remove unused variables
by Andreas Gampe
· 11 years ago
dd883c0
libgui: Enable -Weverything and -Werror
by Dan Stoza
· 11 years ago
ae33eff
Fix crash when user provides large values in the Parcel.
by Michael Lentine
· 11 years ago
133caac
Fix -Werror on 64-bit builds
by Dan Stoza
· 11 years ago
42af278
Disable struct padding warning/error
by Dan Stoza
· 11 years ago
d318240
libui: Enable -Weverything and -Werror
by Dan Stoza
· 11 years ago
01049c8
Enable clang for libui/libgui/surfaceflinger
by Dan Stoza
· 11 years ago
3880326
Fix for corruption when numFds or numInts is too large.
by Michael Lentine
· 11 years ago
41a0f2f
binder: Add {read,write}Uint32 methods to Parcel
by Dan Stoza
· 11 years ago
9c634fd
binder: Return pid_t/uid_t instead of int
by Dan Stoza
· 11 years ago
74debb0
Fix build with clang in C++11 mode
by Bernhard Rosenkränzer
· 11 years ago
0b53b5c
Binder: Remove unused functions & variables
by Andreas Gampe
· 11 years ago
a5d7459
We HAVE_LITTLE_ENDIAN.
by Elliott Hughes
· 11 years ago
3bdc5b8
C++11 compatibility.
by Dan Albert
· 11 years ago
097ca27
Replace IInterface::asBinder() with a static
by Marco Nelissen
· 11 years ago
0d1c700
Add missing include to fix libc++ build.
by Dan Albert
· 11 years ago
ac5cd96
am dbab409c: Merge "Avoid two warnings from clang."
by Chih-Hung Hsieh
· 11 years ago
8e5337d
Avoid two warnings from clang.
by Chih-Hung Hsieh
· 11 years ago
f35a5ba
am 649bafb7: Merge "bufferqueue: workaround: allow NULL fence with queueBuffer (DO NOT MERGE)" into lmp-dev
by Jesse Hall
· 11 years ago
5b0cbcf
bufferqueue: workaround: allow NULL fence with queueBuffer (DO NOT MERGE)
by Jesse Hall
· 11 years ago
5583370
am c52e54c4: Merge "Some more test cleanup."
by Dan Albert
· 11 years ago
ed7d193
Some more test cleanup.
by Dan Albert
· 11 years ago
759115c
am 9cc84950: Merge "Don\'t check if this == NULL."
by Dan Albert
· 11 years ago
9cc8495
Merge "Don't check if this == NULL."
by Dan Albert
· 11 years ago
4335d35
am 9ea09757: Fix broken error check in Parcel::readBlob
by Narayan Kamath
· 11 years ago
9ea0975
Fix broken error check in Parcel::readBlob
by Narayan Kamath
· 11 years ago
5cc3b8b
am 78639c22: Merge "Parcel: extra validation/debug code for writeDupFileDescriptor" into lmp-dev
by Jesse Hall
· 11 years ago
78639c2
Merge "Parcel: extra validation/debug code for writeDupFileDescriptor" into lmp-dev
by Jesse Hall
· 11 years ago
ccf851f
Parcel: extra validation/debug code for writeDupFileDescriptor
by Jesse Hall
· 11 years ago
021543f
am a7eb4b74: Merge "Fix sockfd leakage in SensorService." into lmp-dev
by Aravind Akella
· 11 years ago
a7eb4b7
Merge "Fix sockfd leakage in SensorService." into lmp-dev
by Aravind Akella
· 11 years ago
8a96955
Fix sockfd leakage in SensorService.
by Aravind Akella
· 11 years ago
0c2da97
am f05ef4e5: Merge "Surface: cancel the dequeued buffer when requestBuffer fails" into lmp-dev
by Jesse Hall
· 11 years ago
f05ef4e
Merge "Surface: cancel the dequeued buffer when requestBuffer fails" into lmp-dev
by Jesse Hall
· 11 years ago
df035b9
am 36462d9d: Merge "Add more logging for dup(fd) failure" into lmp-dev
by Michael Lentine
· 11 years ago
9f5a1b6
Surface: cancel the dequeued buffer when requestBuffer fails
by Jesse Hall
· 11 years ago
36273c9
Add more logging for dup(fd) failure
by Michael Lentine
· 11 years ago
e449952
am 5ee2c9d2: Work on issue #17656716: Unhandled exception in Window Manager
by Dianne Hackborn
· 11 years ago
5ee2c9d
Work on issue #17656716: Unhandled exception in Window Manager
by Dianne Hackborn
· 11 years ago
265f0d9
am 6ee97e74: Merge "Fix a null dereference."
by Dan Albert
· 11 years ago
c78a0c1
Fix a null dereference.
by Dan Albert
· 11 years ago
435d9cd
resolved conflicts for merge of 67d8bd66 to lmp-dev-plus-aosp
by Lajos Molnar
· 11 years ago
67d8bd6
surfaceflinger: add getDisplayStats() method
by Lajos Molnar
· 11 years ago
1474f88
Don't check if this == NULL.
by Dan Albert
· 11 years ago
4355c0c
am e1e3d278: Merge "Clean cruft out of makefiles."
by Dan Albert
· 11 years ago
e03abcd
am 4a7001ca: Merge "Work around C11 const atomic restrictions."
by Hans Boehm
· 11 years ago
3d0daa5
am 8493b79e: SensorService fixes
by Aravind Akella
· 11 years ago
b79dfe6
Clean cruft out of makefiles.
by Dan Albert
· 11 years ago
c0df68b
Work around C11 const atomic restrictions.
by Hans Boehm
· 11 years ago
8493b79
SensorService fixes
by Aravind Akella
· 11 years ago
75ec33e
am d15ef27f: Update ScreenshotClient to take advantage of rotation in surfaceflinger\'s screencap api
by Riley Andrews
· 11 years ago
129dc84
am edb86f9f: Merge "Add rotation to surfaceflingers screen cap." into lmp-dev
by Riley Andrews
· 11 years ago
d15ef27
Update ScreenshotClient to take advantage of rotation in surfaceflinger's screencap api
by Riley Andrews
· 11 years ago
5273a97
resolved conflicts for merge of 86aeb9ef to lmp-dev-plus-aosp
by Dan Albert
· 11 years ago
c3ebe66
Add rotation to surfaceflingers screen cap.
by Riley Andrews
· 11 years ago
8b49125
Make string literal concatenation play nice with C++11.
by Dan Albert
· 11 years ago
553231f
Fix CAS argument type.
by Hans Boehm
· 11 years ago
08ff802
Revert "Revert "Revert "Revert "Remove incorrect android_atomic_...64 use.""""
by Hans Boehm
· 11 years ago
57782cd
am 5c4a1566: Merge "GLConsumer: Fix eglTerminate/eglInit edge case." into lmp-dev
by Eric Penner
· 11 years ago
2d14a0e
GLConsumer: Fix eglTerminate/eglInit edge case.
by Eric Penner
· 11 years ago
02a1c2c
am efc0b35f: Merge "Fix CAS argument type."
by Hans Boehm
· 11 years ago
38e451f
am 51d3d176: Merge "Within CpuConsumer, use gralloc lockAsync/unlockAsync" into lmp-dev
by Riley Andrews
· 11 years ago
5a7ad73
am 62fbb163: Shelve InputFlinger for another release. DO NOT MERGE
by Michael Wright
· 11 years ago
d53e052
Within CpuConsumer, use gralloc lockAsync/unlockAsync
by Riley Andrews
· 11 years ago
cb3b7ce
am 703b60ce: Merge "Use gettid directly in binder."
by Elliott Hughes
· 11 years ago
62fbb16
Shelve InputFlinger for another release. DO NOT MERGE
by Michael Wright
· 11 years ago
efc0b35
Merge "Fix CAS argument type."
by Hans Boehm
· 11 years ago
1ddaadb
Fix CAS argument type.
by Hans Boehm
· 11 years ago
fa6ad07
Use gettid directly in binder.
by Elliott Hughes
· 11 years ago
dc1fb90
am a0187a9c: Merge "Revert "Revert "Revert "Revert "Remove incorrect android_atomic_...64 use."""""
by Hans Boehm
· 11 years ago
3effaba
Revert "Revert "Revert "Revert "Remove incorrect android_atomic_...64 use.""""
by Hans Boehm
· 11 years ago
f010a05
Revert "Revert "Revert "Remove incorrect android_atomic_...64 use."""
by Hans Boehm
· 11 years ago
7d1cd4a
Merge "Tunneled Video Playback support" into lmp-dev
by Rachad
· 11 years ago
66629e0
Revert "Revert "Remove incorrect android_atomic_...64 use.""
by Hans Boehm
· 11 years ago
45e2fc2
Revert "Modify EGL to disconnect the window when the surface gets destroyed."
by Michael Lentine
· 11 years ago
9dc5c26
Revert "Remove incorrect android_atomic_...64 use."
by Hans Boehm
· 11 years ago
b37ba39
Sensor related changes for NDK.
by Aravind Akella
· 11 years ago
7cb0d39
Tunneled Video Playback support
by Rachad
· 11 years ago
64ffcb0
Sensor.cpp changes.
by Aravind Akella
· 11 years ago
47e4540
Allow for resizing of Virtual Displays.
by Michael Lentine
· 11 years ago
1f6078a
Have VirtualDisplays send SF resize messages when resizing
by Michael Wright
· 12 years ago
cd36eb4
Merge "Modify EGL to disconnect the window when the surface gets destroyed." into lmp-dev
by Michael Lentine
· 11 years ago
843cbb2
Modify EGL to disconnect the window when the surface gets destroyed.
by Michael Lentine
· 11 years ago
fd8498c
Remove WAKE_UP_* sensor constants.
by Aravind Akella
· 11 years ago
11f1487
BufferQueueProducer: fix which slot gets pre-allocated
by Antoine Labour
· 11 years ago
c268068
Merge "SensorService performance improvements." into lmp-dev
by Aravind Akella
· 11 years ago
56ae426
SensorService performance improvements.
by Aravind Akella
· 12 years ago
2295687
Merge "GLProducer: Reference count images rather than buffers." into lmp-dev
by Eric Penner
· 11 years ago
2cbba47
add noteResetVideo/Audio to IBatteryStats
by Chong Zhang
· 11 years ago
45e695a
Merge "crash if getNativeBuffer() called on NULL GraphicBuffer" into lmp-dev
by Colin Cross
· 11 years ago
88b7541
Remove incorrect android_atomic_...64 use.
by Hans Boehm
· 11 years ago
Next »