summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-12Merge "remove seemed useless gralloc_open() call in fb_device_open()"android-sdk-adt_r20tools_r20ics-plus-aospJean-Baptiste Queru
2012-03-15remove seemed useless gralloc_open() call in fb_device_open()suyi Yuan
Change-Id: I520e460bd558934c71042b5a4fdb03b3935ad720 Signed-off-by: suyi Yuan <yuan.suyi@gmail.com>
2011-11-28am a9b677fc: Merge "improve h/w composer documentation" into ics-mr1Mathias Agopian
* commit 'a9b677fce432b29ab8f61e13796f34880dc0fe0f': improve h/w composer documentation
2011-11-28Merge "improve h/w composer documentation" into ics-mr1android-sdk-4.0.3_r1android-sdk-4.0.3-tools_r1android-cts-verifier-4.0_r1android-cts-verifier-4.0.3_r1android-cts-4.0.3_r2android-cts-4.0.3_r1android-4.0.4_r2.1android-4.0.4_r2android-4.0.4_r1.2android-4.0.4_r1.1android-4.0.4_r1android-4.0.3_r1.1android-4.0.3_r1ics-mr1-releaseics-mr1Mathias Agopian
2011-11-22am 29ead941: Gralloc: add a usage bit for video encodingJamie Gennis
* commit '29ead941b377cb87bcc7fe48208b96d84d649d43': Gralloc: add a usage bit for video encoding
2011-11-21Gralloc: add a usage bit for video encodingJamie Gennis
This change adds a new Gralloc usage bit to indicate that a buffer will be passed to the HW video encoder. Change-Id: I75c3fc514906e5b18fb60345a2d9c5a606403633
2011-11-21improve h/w composer documentationMathias Agopian
Change-Id: Ia3f47c1750f5a436037e4391d6744d63639ee099
2011-11-17Merge from AOSPJean-Baptiste Queru
Change-Id: I41161514ae072b40bf4c94a9392007de1e9db937
2011-11-16improve hw composer documentationMathias Agopian
Change-Id: I39363e37417991b9853309154d6691240e706acf
2011-11-16improve sensor HAL documentationMathias Agopian
Change-Id: If2c1613902de6ed0e6cae8fe4755948c0f623bda
2011-11-16change sensor HAL documentation to allow setting polling rate for "non ↵Mathias Agopian
continuous" sensors the current API / Documentation would not allow to set the rate of "non continuous" sensors. Most sensors HAL implementation already support changing the rate (technically they're not compliant with the doc), so it's easier to change the doc (and also allows more control). Change-Id: I4ad324ddc3b569ec61770b3cf927c06f8ff4af4e
2011-11-08improve sensor HAL documentationMathias Agopian
Change-Id: If2c1613902de6ed0e6cae8fe4755948c0f623bda
2011-11-07Merge "New NFC HAL." into ics-mr1Martijn Coenen
2011-11-04New NFC HAL.Martijn Coenen
First implementation of a NFC HAL. This implementation doesn't offer a generic NFC device HAL (yet), but offers typed interfaces for different NFC controllers. Currently only the PN544 is supported. Change-Id: I3ac04dcd767fb12a433edbe88ec7068eb1930a57
2011-11-01change sensor HAL documentation to allow setting polling rate for "non ↵Mathias Agopian
continuous" sensors the current API / Documentation would not allow to set the rate of "non continuous" sensors. Most sensors HAL implementation already support changing the rate (technically they're not compliant with the doc), so it's easier to change the doc (and also allows more control). Change-Id: I4ad324ddc3b569ec61770b3cf927c06f8ff4af4e
2011-09-27am 7bd7dd5d: am 3c935eda: resolved conflicts for merge of 33fddf0c to ↵android-sdk-adt_r16.0.1android-cts-4.0_r1android-4.0.2_r1android-4.0.1_r1.2android-4.0.1_r1.1android-4.0.1_r1ics-mr0-releaseics-mr0ics-factoryrom-2-releaseDavid 'Digit' Turner
gingerbread-plus-aosp * commit '7bd7dd5d49e21c66c83618cb9f85ef43af29e441': emulator: Add <hardware/qemu_pipe.h> header
2011-09-23am 3c935eda: resolved conflicts for merge of 33fddf0c to gingerbread-plus-aospDavid 'Digit' Turner
* commit '3c935eda2dcd96eda70da6367d705b3b081f6524': emulator: Add <hardware/qemu_pipe.h> header
2011-09-23resolved conflicts for merge of 33fddf0c to gingerbread-plus-aospDavid 'Digit' Turner
Change-Id: I8720ca884f326b661e30b51c4cf1cfe31c1ac579
2011-09-18improve sensor HAL testMathias Agopian
Change-Id: Id5e22ae2b9cb3bf71ec235a2ec6bb4319d0389da
2011-09-16emulator: Add <hardware/qemu_pipe.h> headerandroid-cts-2.3_r12android-cts-2.3_r11android-cts-2.3_r10gingerbreadDavid 'Digit' Turner
This header is required by our GLES emulation guest code to be able to access the emulator services provided through the /dev/qemu_pipe special device. Change-Id: Ia9782256048d7340237f3e1d18d7452dd815e561
2011-08-11audio policy: register effect CPU on enableEric Laurent
Added a method on audio policy interface to register audio effect CPU usage on enable and unregister on disable instead of when the effect is created or destroyed. Change-Id: Iee20bf70fee7302f817ec4c7d9bf7640caca2e95
2011-08-10Merge "Gralloc: add a HWComposer usage bit"Jamie Gennis
2011-08-10am 73bff7f3: am bce402a8: Merge "qemu_pipe: fix Mac build error."David Turner
* commit '73bff7f3fddf182bc51a0e20096b76d9e0d877ad': qemu_pipe: fix Mac build error.
2011-08-10am abe47190: am 079ff13b: Merge "Enable connection to QEMUD via pipe."Vladimir Chtchetkine
* commit 'abe471909d749c7430409c00bdbc39bbf8ff0c43': Enable connection to QEMUD via pipe.
2011-08-10Gralloc: add a HWComposer usage bitJamie Gennis
This change adds a new Gralloc usage bit to indicate that the Gralloc buffer being allocated will be passed to the HWComposer HAL module. Change-Id: If901f886cb22fc8379811898db3a380a61c0e442
2011-08-09am bce402a8: Merge "qemu_pipe: fix Mac build error."David Turner
* commit 'bce402a8fadf27b07b164b0468e27bb9b6de79e6': qemu_pipe: fix Mac build error.
2011-08-09Merge "qemu_pipe: fix Mac build error."David Turner
2011-08-09qemu_pipe: fix Mac build error.David Turner
The <hardware/qemu_pipe.h> header was missing an include that causes the code under development/tools/emulator/opengl to fail to compile on OS X. You need to define BUILD_EMULATOR_OPENGL=true in your environment, otherwise this code doesn't get built yet by default. Change-Id: Ia1b48c0ab84f493f3c9f95030d9165961069fb6e
2011-08-08am 079ff13b: Merge "Enable connection to QEMUD via pipe."Vladimir Chtchetkine
* commit '079ff13b07b41d49c4d2f961ba6131960bd81c89': Enable connection to QEMUD via pipe.
2011-08-08Merge "Enable connection to QEMUD via pipe."Vladimir Chtchetkine
2011-08-07audio HAL: add support for TTY mode selectionEric Laurent
Change-Id: I680e008a091e31e6c0b11adb26f6b232829baacb
2011-08-05Enable connection to QEMUD via pipe.Vladimir Chtchetkine
With the new model, we will try to connect client via pipe first, and only if the pipe connection is not available we will fall back to the socket connection. Change-Id: I7112ff3cb63e1f82a004b80b9ae579d97e15e029
2011-08-04am 20013279: am 4306ca7d: Merge "GPS: added update_network_availability to ↵Mike Lockwood
AGpsRilInterface" * commit '20013279f3dacec0b1d6c2844213d762b469cf98': GPS: added update_network_availability to AGpsRilInterface
2011-08-04am 4306ca7d: Merge "GPS: added update_network_availability to AGpsRilInterface"Mike Lockwood
* commit '4306ca7d446c26752ecd9f724590487d68a27f10': GPS: added update_network_availability to AGpsRilInterface
2011-08-04Merge "GPS: added update_network_availability to AGpsRilInterface"Mike Lockwood
2011-08-04GPS: added update_network_availability to AGpsRilInterfaceKevin Tang
Change-Id: Ib2ed9ea96f1043d34a12c2ddf87b41c5256b585e Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-08-03am d9f2f74e: am da51d1ca: Merge "Inline implementation of qemu_pipe_open"Vladimir Chtchetkine
* commit 'd9f2f74e1939eb268ec557171149375f220628d2': Inline implementation of qemu_pipe_open
2011-08-03am da51d1ca: Merge "Inline implementation of qemu_pipe_open"Vladimir Chtchetkine
* commit 'da51d1ca145b8cc82588d97ea33e81d6a0cda408': Inline implementation of qemu_pipe_open
2011-08-03Merge "Inline implementation of qemu_pipe_open"Vladimir Chtchetkine
2011-08-03Inline implementation of qemu_pipe_openVladimir Chtchetkine
Change-Id: Icbe0528b1ac2b215d2cebc5c35cce9c3c830b722
2011-08-02audio HAL: add defines for BT NREC parameterEric Laurent
Added definitions of keys and values used to enable or disable AEC and NS via set_parameters according to BT headset capabilities. Change-Id: Id3fba06edfe77e2832b8256c0c4c46eeef17b816
2011-08-01Add a h/w composer HAL API to allow the HAL to trigger a redrawMathias Agopian
This is useful in various situations, for instance if the HAL wants to change its compositing strategy. Bug: 4488017 Change-Id: Idc410c689af30a2c9613dc3141e323d6e02a5648
2011-07-28Merge "Add frame metadata to camera data callback."Wu-cheng Li
2011-07-29Add frame metadata to camera data callback.Wu-cheng Li
bug:4460717 Change-Id: I6175af70d0f10e0ba1b7158a237bceed2be06dd2
2011-07-28am bc287a05: am 61659b21: Merge "gps: Adding ip address for AGps"Mike Lockwood
* commit 'bc287a056561b52d3f4067c3a9a2f948635ed2c1': gps: Adding ip address for AGps
2011-07-28am 61659b21: Merge "gps: Adding ip address for AGps"Mike Lockwood
* commit '61659b21b512a4d1e26a1843738e0486a68be36b': gps: Adding ip address for AGps
2011-07-28Merge "gps: Adding ip address for AGps"Mike Lockwood
2011-07-28gps: Adding ip address for AGpsStephen Li
Change-Id: I3ac752294b81e1fa69019d037d8b89563773b35e
2011-07-26camera HAL: add optional put_parameters callbackIliyan Malchev
Change-Id: I2b2436c68b3095e840458059f8533dc897e1ca87 Signed-off-by: Iliyan Malchev <malchev@google.com>
2011-07-13Merge "get rid of overlay HAL"Mathias Agopian