Merge commit '754c7a01d76493a2c3afafe21c3d52abbada3ef0'
* commit '754c7a01d76493a2c3afafe21c3d52abbada3ef0':
first stab at hwcomposer HAL and default implementation.
Merge commit '60d641e5eb197918d078d9aaeea623c48d8474b7' into gingerbread-plus-aosp
* commit '60d641e5eb197918d078d9aaeea623c48d8474b7':
first stab at hwcomposer HAL and default implementation.
Merge commit 'a7932f47f1226e3fe732b5550aaf0b301b09b8df' into gingerbread-plus-aosp
* commit 'a7932f47f1226e3fe732b5550aaf0b301b09b8df':
fix typo in default overlay hal
Merge commit 'bb2c87ea03c6bff09ea05dc6ba69796efe31ebdb'
* commit 'bb2c87ea03c6bff09ea05dc6ba69796efe31ebdb':
improved comments and added a minDelay attribute to sensor_t
Merge commit '1511e20fbbdfe7bf30b9de73f06fc981eb494f09' into gingerbread-plus-aosp
* commit '1511e20fbbdfe7bf30b9de73f06fc981eb494f09':
improved comments and added a minDelay attribute to sensor_t
Merge commit 'f0e4ec1a04701c40e38a09a97e6f1c417163e0c2'
* commit 'f0e4ec1a04701c40e38a09a97e6f1c417163e0c2':
Be more explicit about the rate at which sensor events must be returned
Merge commit '66a4095ca0ecfe89b10abe5402617450f57759cd' into gingerbread-plus-aosp
* commit '66a4095ca0ecfe89b10abe5402617450f57759cd':
Be more explicit about the rate at which sensor events must be returned
Merge commit '97ba26bb6de7dd7317c36ac0a3406919dd09bdaf'
* commit '97ba26bb6de7dd7317c36ac0a3406919dd09bdaf':
new sensor_event_t structure for the new HAL that can handle bigger payloads
Merge commit '1a2bf61d4990ac9c04aa62b2c08f01e20593624a' into gingerbread-plus-aosp
* commit '1a2bf61d4990ac9c04aa62b2c08f01e20593624a':
fix the nusensor test
Merge commit '98c5309047d2eedfe93ac42243f9750cfeb3517e' into gingerbread-plus-aosp
* commit '98c5309047d2eedfe93ac42243f9750cfeb3517e':
move the old sensorHAL interface into a separate header
Merge commit 'cdefccdba52337df41f577d9ebfcfd67c05708cf' into gingerbread-plus-aosp
* commit 'cdefccdba52337df41f577d9ebfcfd67c05708cf':
new sensor_event_t structure for the new HAL that can handle bigger payloads
Merge commit 'b1e212e7b6fce2bc5c743b05853129e19760d7a4' into gingerbread-plus-aosp
* commit 'b1e212e7b6fce2bc5c743b05853129e19760d7a4':
New sensor HAL and test
Merge commit 'c166ba3173b0a0c26debb62640e2eb0f5e50086b'
* commit 'c166ba3173b0a0c26debb62640e2eb0f5e50086b':
remove h/w specific YUV formats from the HAL
Merge commit '1daacdc8d2d110d3edd077fcd2befa9884924e10' into gingerbread-plus-aosp
* commit '1daacdc8d2d110d3edd077fcd2befa9884924e10':
remove h/w specific YUV formats from the HAL
we now only support 2 "standard" yuv format in the HAL.
there is a new reserved range 0x100-0x1FF for OEMs.
Change-Id: I171fb0f8d90ded64773ac9c1e5adcab1e1f25c7f
Merge commit 'bab54e08ff09cce218a9491466d792c1f938b520'
* commit 'bab54e08ff09cce218a9491466d792c1f938b520':
Fix a typo in the GRALLOC_USAGE_HW_2D constant.
Merge commit 'aabb70292351f231bfd4daae8b73edb788eeba1a' into gingerbread-plus-aosp
* commit 'aabb70292351f231bfd4daae8b73edb788eeba1a':
Fix a typo in the GRALLOC_USAGE_HW_2D constant.
Merge commit '2dccee88188e46811f0d7713b8d5e24a40a95df3'
* commit '2dccee88188e46811f0d7713b8d5e24a40a95df3':
GPS: Add callback for creating threads that can call into the Java VM.