Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_hardware_libhardware
/
5d3de309f44f6a72f2a46db792f3865088897039
/
include
5d3de30
first stab at hwcomposer HAL and default implementation.
by Mathias Agopian
· 16 years ago
67d8222
temporary hack to allow compilation of adreno driver
by Mathias Agopian
· 16 years ago
1511e20
improved comments and added a minDelay attribute to sensor_t
by Mathias Agopian
· 16 years ago
1832f55
Added definition/documentation for pressure sensors
by Mathias Agopian
· 16 years ago
478994a
improve sensor HAL documentation
by Mathias Agopian
· 16 years ago
66a4095
Be more explicit about the rate at which sensor events must be returned
by Mathias Agopian
· 16 years ago
98c5309
move the old sensorHAL interface into a separate header
by Mathias Agopian
· 16 years ago
cdefccd
new sensor_event_t structure for the new HAL that can handle bigger payloads
by Mathias Agopian
· 16 years ago
b1e212e
New sensor HAL and test
by Mathias Agopian
· 16 years ago
80107f8
Remove the YV16 format.
by Mathias Agopian
· 16 years ago
1daacdc
Merge "remove h/w specific YUV formats from the HAL" into gingerbread
by Mathias Agopian
· 16 years ago
6915eb3
remove h/w specific YUV formats from the HAL
by Mathias Agopian
· 16 years ago
95d78be
Add 4 private gralloc usage bits.
by Jamie Gennis
· 16 years ago
aabb702
Fix a typo in the GRALLOC_USAGE_HW_2D constant.
by Jamie Gennis
· 16 years ago
0075879
Merge "GPS: Add callback for creating threads that can call into the Java VM." into gingerbread
by Mike Lockwood
· 16 years ago
2814796
remove unused YUV formats
by Mathias Agopian
· 16 years ago
4453b5b
GPS: Add callback for creating threads that can call into the Java VM.
by Mike Lockwood
· 16 years ago
373a9c6
Add some useful YUV formats. Add fourcc version of the definitions.
by Mathias Agopian
· 16 years ago
b15879a
GPS API enhancements:
by Mike Lockwood
· 16 years ago
d20bbae
Add wake lock utility functions for the GPS HAL.
by Mike Lockwood
· 16 years ago
9b0b1c3
New GPS HAL Interface
by Mike Lockwood
· 16 years ago
19ea59f
[2472946] Sensor.TYPE_ORIENTATION returns inverted roll values
by Mathias Agopian
· 16 years ago
9e149fc
fix typo
by Mathias Agopian
· 16 years ago
ad8322b
renumber the YCbCr constants to keep binary compatiblity with previous releases
by Mathias Agopian
· 16 years ago
662b534
add missing yuv constants
by Mathias Agopian
· 16 years ago
38a0138
hal: Add nv12_tiled/nv21 pixel format constants
by Dima Zavin
· 16 years ago
baf2143
Add brightnessMode field to light_state_t
by Mike Lockwood
· 16 years ago
a58556d
Add support for colored jogball (adds hardware flash mode)
by Eric Olsen
· 16 years ago
c93ee25
Remove obsolete hardware auto-brightness support.
by Mike Lockwood
· 16 years ago
a241431
Add documentation for proximity and light sensors.
by Mike Lockwood
· 16 years ago
cd2433f
fix[2222341] Soft reset while going back from camcorder settings
by Mathias Agopian
· 16 years ago
4016d6b
Add comment warning to not use hardware based autobrightness support.
by Mike Lockwood
· 16 years ago
8255d9d
Android side of the fix for [2121211] Sholes has stutter during animations
by Mathias Agopian
· 16 years ago
adc7f1b
OVERLAY_FORMAT_DEFAULT for overlay
by Snigdha Sinha
· 16 years ago
2bedac6
sensors: whitespace clean up
by Mike Lockwood
· 16 years ago
fbbb347
sensors: Add optional close_data_source call
by Mike Lockwood
· 16 years ago
61fee89
libhardware: add a field for reporting light levels
by Iliyan Malchev
· 16 years ago
9d82c1a
add typedefs to gralloc and hardware.h so it's more C friendly
by Mathias Agopian
· 16 years ago
7d512e3
add support for RGBX_8888
by Mathias Agopian
· 17 years ago
75cdfbb
Added resizeInput and setAttributes function declarations to overlay hal
by Benny Wong
· 17 years ago
e00013c
lights: Header file updates for ALS support codes
by Dan Murphy
· 17 years ago
dbb8721
Remove redundant defines, these were only necessary while changes were
by Rebecca Schultz Zavin
· 17 years ago
49b02f7
Color Format and Overlay Functions
by Benny Wong
· 17 years ago
f5a22bc
libhardware: add data field for proximity sensors
by Iliyan Malchev
· 17 years ago
689fa73
copybit now uses a native_handle_t* instead of a fd/offset
by Mathias Agopian
· 17 years ago
5b44567
Merge commit 'goog/master' into merge_master
by Mathias Agopian
· 17 years ago
8d56748
Update open_data_source documentation to accurately reflect the correct return value on error.
by Bill Napier
· 17 years ago
8aee7e5
Merge commit 'goog/master' into merge_master
by Mathias Agopian
· 17 years ago
21b652f
Sensors: Use a native_handle for the data channel instead of a single file descriptor.
by Mike Lockwood
· 17 years ago
da1cfb7
Merge commit 'goog/master' into merge_master
by Mathias Agopian
· 17 years ago
465cf47
fix [1847499] sensors.h : "roll" documentation is wrong
by Mathias Agopian
· 17 years ago
f5cf8f8
better documentation for (*setUpdateRect)()
by Mathias Agopian
· 17 years ago
485e698
better documentation and implementation for lock/unlock
by Mathias Agopian
· 17 years ago
295190f
get rid of unused/needed flags
by Mathias Agopian
· 17 years ago
988b8bd
lock will now return the vaddr of the buffer. map/umap are gone.
by Mathias Agopian
· 17 years ago
a8a7516
Integrate from //sandbox/mathias/donut/...@145728
by Mathias Agopian
· 17 years ago
cfce2ad
AI 143310: am: CL 143161 am: CL 142857 Add some bluring to the animation. This requires a new kernel which will be checked-in later, at which point the blur effect will automatically be enabled.
by Mathias Agopian
· 17 years ago
86db8a1
AI 143161: am: CL 142857 Add some bluring to the animation. This requires a new kernel which will be checked-in later, at which point the blur effect will automatically be enabled.
by Mathias Agopian
· 17 years ago
65f2d3a
auto import from //branches/cupcake_rel/...@140373
by The Android Open Source Project
· 17 years ago
f53ebec
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 17 years ago
d51f49a
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 17 years ago
a5d999f
auto import from //branches/cupcake/...@131421
by The Android Open Source Project
· 17 years ago
b376203
auto import from //branches/cupcake/...@130745
by The Android Open Source Project
· 17 years ago
f87393c
auto import from //branches/cupcake/...@127101
by The Android Open Source Project
· 17 years ago
0100d51
auto import from //branches/cupcake/...@126645
by The Android Open Source Project
· 17 years ago
699d24a
auto import from //branches/cupcake/...@125939
by The Android Open Source Project
· 17 years ago
51704be
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 17 years ago
d6054a3
Initial Contribution
by The Android Open Source Project
· 17 years ago