OSDN Git Service

android-x86/hardware-libhardware.git
12 years agoMerge "HWComposer: update the hwc_layer::handle docs"
Mathias Agopian [Tue, 21 Feb 2012 06:51:15 +0000 (22:51 -0800)]
Merge "HWComposer: update the hwc_layer::handle docs"

12 years agoMerge "Power HAL: Add initial header file and default/legacy implementation"
Todd Poynor [Sat, 18 Feb 2012 04:23:21 +0000 (20:23 -0800)]
Merge "Power HAL: Add initial header file and default/legacy implementation"

12 years agoPower HAL: Add initial header file and default/legacy implementation
Todd Poynor [Tue, 10 Jan 2012 08:32:42 +0000 (00:32 -0800)]
Power HAL: Add initial header file and default/legacy implementation

Change-Id: I43a515a8ffe72a9c4e7d5f7470a5e73e76d5e1b1
Signed-off-by: Todd Poynor <toddpoynor@google.com>
12 years agoAdd hardware API for key handling
Kenny Root [Wed, 15 Feb 2012 18:54:24 +0000 (10:54 -0800)]
Add hardware API for key handling

Add a hardware API for key handling from "keystore"

Change-Id: I5fd192cc212dbb057ee2a7003d602382ee2cd2c0

12 years agoModifications to audio_hal for Android@Home.
Mike J. Chen [Mon, 15 Aug 2011 19:05:00 +0000 (12:05 -0700)]
Modifications to audio_hal for Android@Home.

This is a squashed merge of the following changes:

Commit f560da61a5e128ca9f82f7fe939afcf1f09188c7
Author: John Grossman <johngro@google.com>
Date:   Thu Aug 11 15:34:55 2011 -0700

    Fill out a missing entry in the audio HAL function table.

    The entry for get_initial_master_volume was missing from the non-legacy audio
    HAL and needs to be filled out.  Also fix up the order of the comments
    describing the get_initial_master_volume method.

    Change-Id: I87d5415ef92611497a6dab4c657fc00367c4d80b

commit cea82facb63fd237a4ea6fb770605fcb500850ff
Author: Jason Simmons <jsimmons@google.com>
Date:   Thu Jun 16 14:24:24 2011 -0700

    Define a replacement for getSampleDelta that returns a DMA start time and count of samples queued

    Change-Id: I2d13f57b5a8c5b97fb3aa0a90834ce91c56864ef

commit 60a9acd7eee470a8d870218e8be618bfa3be15a5
Author: Mike J. Chen <mjchen@google.com>
Date:   Tue Jun 7 09:13:23 2011 -0700

    Add Android@Home extensions to new Audio HAL interface.

    Change-Id: I3ea4676d4b7d2afd78a5a7a7003ad5c437276d05
Signed-off-by: Mike J. Chen <mjchen@google.com>
Change-Id: I09f3756d12a1ce4f9af39610ed857890742a72df
Signed-off-by: Mike J. Chen <mjchen@google.com>
Signed-off-by: John Grossman <johngro@google.com>
Conflicts:

include/hardware/audio.h
modules/audio/audio_hw.c

12 years agoAdd a HAL representing a system-wide local time counter.
Mike J. Chen [Mon, 15 Aug 2011 18:59:47 +0000 (11:59 -0700)]
Add a HAL representing a system-wide local time counter.

This is a squashed merge of the following changes:

commit 9def1ae65f6b4d6a8fdec147fdcd34f22f08174a
Author: John Grossman <johngro@google.com>
Date:   Fri Aug 12 11:47:20 2011 -0700

    Change the signature of set_local_slew.

    Changed the definition of the slew function in the local time HAL to take an
    int16 instead of an int32 and to use the full range of the int instead of
    attempting to imply any particular PPM range.

    Change-Id: Ia67f50e77f1fe674a63ec69460e830d1191ef5a0

commit afab51327453d1bfc7423f8ce7a28933d8fc49b2
Author: John Grossman <johngro@google.com>
Date:   Mon Jun 27 17:29:07 2011 -0700

    Remove "primary" from the local_time HAL.

    Interface instances are a pattern which should only be used by audio.  Remove
    its use from the local_time HAL.

    Change-Id: If4c458cf16a02d9dc63c04185111ae793fc57801

commit 1c26e59a66e75ccb31027f42183aaa32bde6e456
Author: John Grossman <johngro@google.com>
Date:   Fri Jun 17 14:19:24 2011 -0700

    Refactor the local/common clock services.

    This change is one of a set of 5 changes made to different repositories.  Look
    for this comment in all of them.

    Refactor the local/common clock services to match android best
    practice.  Notable changes include

    + The kernel no longer knows anything about common time.  Common time has been
      moved completely up into user land.  This has an impact on the accuracy of the
      timesync debugging code, and the netfilter assisted approach to network based
      timesync is going to have to be modified.
    + The timesync driver used by A@H is now just local time driver.
    + The kernel no longer needs access to the linear transform math code, and it
      has been removed.
    + A new HAL has been introduced to expose the concept of local time to the
      system.
    + A non-slewable stub implementation of the local time HAL based on
      CLOCK_MONOTONIC has been added.
    + The old library has been eliminated.  Its functionality has been
      distributed among the common time binder service, the local time hal and the
      linear transform utility code.
    + All clients of the old library have been changed to be clients of
      the binder service, the hal and the utility code.
    + The reset_tt utilities have been removed, they no longer have a purpose in the
      system.

    Change-Id: I39843b94f9b6d13f63b22145a2edcafe4ca87349

Change-Id: Ib264c992d564b99ef7c7847a788e4fa7f5e101b4
Signed-off-by: Mike J. Chen <mjchen@google.com>
Signed-off-by: John Grossman <johngro@google.com>
Conflicts:

modules/Android.mk

12 years agoMerge "Effect UUID inputs passed by pointer are const"
Glenn Kasten [Wed, 8 Feb 2012 17:37:48 +0000 (09:37 -0800)]
Merge "Effect UUID inputs passed by pointer are const"

12 years agoMerge "Use audio_in_acoustics_t consistently"
Glenn Kasten [Fri, 3 Feb 2012 16:31:11 +0000 (08:31 -0800)]
Merge "Use audio_in_acoustics_t consistently"

12 years agoEffect UUID inputs passed by pointer are const
Glenn Kasten [Mon, 30 Jan 2012 19:26:28 +0000 (11:26 -0800)]
Effect UUID inputs passed by pointer are const

Change-Id: I3ef6d83ae539aef32f2a251660b2e2f9646eace5

12 years agoUse audio_in_acoustics_t consistently
Glenn Kasten [Fri, 27 Jan 2012 20:51:17 +0000 (12:51 -0800)]
Use audio_in_acoustics_t consistently

Change-Id: Id49ad9631092db8c9ace0f45db918f708b0b32e9

12 years agoUse audio_source_t consistently
Glenn Kasten [Fri, 27 Jan 2012 00:47:25 +0000 (16:47 -0800)]
Use audio_source_t consistently

Change-Id: Ie25ddeb091646b7e24149b3b23a18ce0807e1891

12 years agoMerge "Use audio_format_t consistently"
Glenn Kasten [Fri, 20 Jan 2012 22:50:29 +0000 (14:50 -0800)]
Merge "Use audio_format_t consistently"

12 years agoAdd timestamp control to camera preview stream operations.
Eino-Ville Talvala [Tue, 26 Jul 2011 21:08:21 +0000 (14:08 -0700)]
Add timestamp control to camera preview stream operations.

At higher levels, SurfaceTextures include timestamp information in
their buffers. For accurate timestamps, they need to be set by the
driver code. This change adds the needed method into
preview_stream_ops.

Timestamp behavior is documented in SurfaceTexture.java, and
system/core/include/window.h, as well as here.

Bug-Id: 5081132
Change-Id: Id285f8e26edecf605444bc4b9e6eea9b224f9d31

12 years agoAudio policy HAL set_ringer_mode is deprecated
Glenn Kasten [Wed, 18 Jan 2012 23:15:07 +0000 (15:15 -0800)]
Audio policy HAL set_ringer_mode is deprecated

Change-Id: If0f82d5c1cb9a0faf70f5a8434f68cdc39784ee6

12 years agoMerge "audio policy: manage stream volume per device"
Eric Laurent [Wed, 18 Jan 2012 01:34:53 +0000 (17:34 -0800)]
Merge "audio policy: manage stream volume per device"

12 years agoMerge "audio effects: add auxiliary channel feature"
Eric Laurent [Tue, 17 Jan 2012 20:11:53 +0000 (12:11 -0800)]
Merge "audio effects: add auxiliary channel feature"

12 years agoMerge "set_mode and set_phone_state now take audio_mode_t"
Glenn Kasten [Tue, 17 Jan 2012 19:33:22 +0000 (11:33 -0800)]
Merge "set_mode and set_phone_state now take audio_mode_t"

12 years agoaudio policy: manage stream volume per device
Eric Laurent [Sat, 10 Dec 2011 01:10:40 +0000 (17:10 -0800)]
audio policy: manage stream volume per device

Improve volume management by keeping track of volume for each type
of device independently.

Added functions at the audio policy interface to set and get stream volume
for a particular device.

Change-Id: Ic8899e82e48193cb65b3673e9d20383efed943b5

12 years agoMerge "Use size_t for frame size"
Glenn Kasten [Tue, 17 Jan 2012 15:27:35 +0000 (07:27 -0800)]
Merge "Use size_t for frame size"

12 years agoMerge "Use audio_stream_type_t consistently"
Glenn Kasten [Tue, 17 Jan 2012 15:26:08 +0000 (07:26 -0800)]
Merge "Use audio_stream_type_t consistently"

12 years agoaudio effects: add auxiliary channel feature
Eric Laurent [Wed, 21 Dec 2011 01:40:51 +0000 (17:40 -0800)]
audio effects: add auxiliary channel feature

Added API to query and configure effects supporting auxiliary channels.
An auxiliary channel contains an additional audio signal helping in the
processing of the main channel. An example is a dual mic noise suppressor
were the main channel contains the signal from the main mic and the aux channel
containss the signal from the sub mic.

Change-Id: Ibb7a19d7f492720ebad0be45f78f996e0beba272

12 years agoUse size_t for frame size
Glenn Kasten [Fri, 13 Jan 2012 22:53:35 +0000 (14:53 -0800)]
Use size_t for frame size

Change-Id: Ib96808544ee6fd76d0c8ff42e27b9c05518e8415

12 years agoMerge "Fix typo in gralloc.h"
Glenn Kasten [Fri, 13 Jan 2012 21:48:24 +0000 (13:48 -0800)]
Merge "Fix typo in gralloc.h"

12 years agoUse audio_stream_type_t consistently
Glenn Kasten [Thu, 12 Jan 2012 22:56:21 +0000 (14:56 -0800)]
Use audio_stream_type_t consistently

Change-Id: I1e92f018a07e4b1b73ef8d4de461ef1e08bc48e7

12 years agoUse audio_format_t consistently
Glenn Kasten [Thu, 12 Jan 2012 22:55:57 +0000 (14:55 -0800)]
Use audio_format_t consistently

Was sometimes int or uint32_t

Change-Id: Ib3d82f5aefeda371c0439e43e72737a54882f519

12 years agoset_mode and set_phone_state now take audio_mode_t
Glenn Kasten [Mon, 9 Jan 2012 18:41:30 +0000 (10:41 -0800)]
set_mode and set_phone_state now take audio_mode_t

Change-Id: I12a3a5ad6c3cadc6b9de8281f78edfef53908e2d

12 years agoRename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block [Sun, 8 Jan 2012 10:17:53 +0000 (10:17 +0000)]
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)  DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: I0cbe865d464a37365fa3be84948b07e5a0d181d0

12 years agoMerge "Add comment about actual type of set_mode"
Glenn Kasten [Fri, 6 Jan 2012 21:38:05 +0000 (13:38 -0800)]
Merge "Add comment about actual type of set_mode"

12 years agoAdd comment about actual type of set_mode
Glenn Kasten [Tue, 20 Dec 2011 01:19:34 +0000 (17:19 -0800)]
Add comment about actual type of set_mode

Change-Id: Ie50a66894831763b6e9eb6aa490441d7759cbeef

12 years agoRename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block [Thu, 5 Jan 2012 23:27:52 +0000 (23:27 +0000)]
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)  DO NOT MERGE

See https://android-git.corp.google.com/g/157065

Bug: 5449033
Change-Id: I135fadaf10e95af1eb918889a22980c194c650ca

12 years agoRename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block [Wed, 4 Jan 2012 20:07:12 +0000 (20:07 +0000)]
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)  DO NOT MERGE

See https://android-git.corp.google.com/g/156801

Bug: 5449033
Change-Id: Ia8b6f74b27098b3dba27f177a76264eb23f849ee

12 years agoRename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block [Tue, 20 Dec 2011 16:25:12 +0000 (16:25 +0000)]
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)  DO NOT MERGE

See https://android-git.corp.google.com/g/156016

Bug: 5449033
Change-Id: I98e83cc9d22f0ea8fbf397ccccd9ce7773119551

12 years agoHWComposer: update the hwc_layer::handle docs
Jamie Gennis [Tue, 20 Dec 2011 22:33:52 +0000 (14:33 -0800)]
HWComposer: update the hwc_layer::handle docs

Change-Id: I3c1211146b2e5f84546724c86f344bd2e63bd55c

12 years agoaudio effects: rename configure command
Eric Laurent [Mon, 19 Dec 2011 18:13:28 +0000 (10:13 -0800)]
audio effects: rename configure command

Renamed audio effect library interface command for audio format
configuration from EFFECT_CMD_CONFIGURE to EFFECT_CMD_SET_CONFIG.
This makes the naming more consistent with other exixsting commands
and allow adding new a command to get the configuration (EFFECT_CMD_GET_CONFIG).
Same change for reverse channel configuration renamed from
EFFECT_CMD_CONFIGURE_REVERSE to EFFECT_CMD_SET_CONFIG_REVERSE.

Change-Id: I1cc462aa50e58ceec900b3da9bd3873d2d098098

12 years agoFix typo in gralloc.h
Glenn Kasten [Wed, 30 Nov 2011 16:31:17 +0000 (08:31 -0800)]
Fix typo in gralloc.h

Change-Id: I8d989b21e10e19ae4124188f02ef84eeabdb4654

12 years agoam f1d76bb7: am a9b677fc: Merge "improve h/w composer documentation" into ics-mr1
Mathias Agopian [Tue, 29 Nov 2011 00:11:26 +0000 (16:11 -0800)]
am f1d76bb7: am a9b677fc: Merge "improve h/w composer documentation" into ics-mr1

* commit 'f1d76bb7446961be2221fa8a597d60643b7803be':
  improve h/w composer documentation

12 years agoam a9b677fc: Merge "improve h/w composer documentation" into ics-mr1
Mathias Agopian [Tue, 29 Nov 2011 00:08:53 +0000 (16:08 -0800)]
am a9b677fc: Merge "improve h/w composer documentation" into ics-mr1

* commit 'a9b677fce432b29ab8f61e13796f34880dc0fe0f':
  improve h/w composer documentation

12 years agoMerge "improve h/w composer documentation" into ics-mr1
Mathias Agopian [Tue, 29 Nov 2011 00:07:36 +0000 (16:07 -0800)]
Merge "improve h/w composer documentation" into ics-mr1

12 years agoam 66b00021: am 29ead941: Gralloc: add a usage bit for video encoding
Jamie Gennis [Tue, 22 Nov 2011 20:42:00 +0000 (12:42 -0800)]
am 66b00021: am 29ead941: Gralloc: add a usage bit for video encoding

* commit '66b00021151c7dbce38106960431226f6012d121':
  Gralloc: add a usage bit for video encoding

12 years agoam 29ead941: Gralloc: add a usage bit for video encoding
Jamie Gennis [Tue, 22 Nov 2011 20:16:15 +0000 (12:16 -0800)]
am 29ead941: Gralloc: add a usage bit for video encoding

* commit '29ead941b377cb87bcc7fe48208b96d84d649d43':
  Gralloc: add a usage bit for video encoding

12 years agoGralloc: add a usage bit for video encoding
Jamie Gennis [Tue, 22 Nov 2011 00:50:49 +0000 (16:50 -0800)]
Gralloc: add a usage bit for video encoding

This change adds a new Gralloc usage bit to indicate that a buffer will
be passed to the HW video encoder.

Change-Id: I75c3fc514906e5b18fb60345a2d9c5a606403633

12 years agoimprove h/w composer documentation
Mathias Agopian [Tue, 22 Nov 2011 01:35:15 +0000 (17:35 -0800)]
improve h/w composer documentation

Change-Id: Ia3f47c1750f5a436037e4391d6744d63639ee099

12 years agoam 4ef5e2e5: Merge from AOSP
Jean-Baptiste Queru [Fri, 18 Nov 2011 10:37:25 +0000 (02:37 -0800)]
am 4ef5e2e5: Merge from AOSP

* commit '4ef5e2e5376043e433e01b61d219dd2444719893':
  improve sensor HAL documentation
  change sensor HAL documentation to allow setting polling rate for "non continuous" sensors

12 years agoMerge from AOSP
Jean-Baptiste Queru [Thu, 17 Nov 2011 23:59:53 +0000 (15:59 -0800)]
Merge from AOSP

Change-Id: I41161514ae072b40bf4c94a9392007de1e9db937

12 years agoam fb410365: improve hw composer documentation
Mathias Agopian [Thu, 17 Nov 2011 15:48:25 +0000 (07:48 -0800)]
am fb410365: improve hw composer documentation

* commit 'fb410365ca67d36d4c81d7826712c6a05437612f':
  improve hw composer documentation

12 years agoimprove hw composer documentation
Mathias Agopian [Wed, 16 Nov 2011 05:27:52 +0000 (21:27 -0800)]
improve hw composer documentation

Change-Id: I39363e37417991b9853309154d6691240e706acf

12 years agoimprove sensor HAL documentation
Mathias Agopian [Tue, 8 Nov 2011 05:32:34 +0000 (21:32 -0800)]
improve sensor HAL documentation

Change-Id: If2c1613902de6ed0e6cae8fe4755948c0f623bda

12 years agochange sensor HAL documentation to allow setting polling rate for "non continuous...
Mathias Agopian [Wed, 2 Nov 2011 02:17:58 +0000 (19:17 -0700)]
change sensor HAL documentation to allow setting polling rate for "non 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

12 years agoam e9eaf372: improve sensor HAL documentation
Mathias Agopian [Thu, 10 Nov 2011 01:11:15 +0000 (01:11 +0000)]
am e9eaf372: improve sensor HAL documentation

* commit 'e9eaf3721dd715901d669df6488b1ecd63b1e634':
  improve sensor HAL documentation

12 years agoimprove sensor HAL documentation
Mathias Agopian [Tue, 8 Nov 2011 05:32:34 +0000 (21:32 -0800)]
improve sensor HAL documentation

Change-Id: If2c1613902de6ed0e6cae8fe4755948c0f623bda

12 years agoam 45065f97: Merge "New NFC HAL." into ics-mr1
Martijn Coenen [Mon, 7 Nov 2011 16:22:45 +0000 (16:22 +0000)]
am 45065f97: Merge "New NFC HAL." into ics-mr1

* commit '45065f97354b4411d99dd57b348f758c6dbb5479':
  New NFC HAL.

12 years agoMerge "New NFC HAL." into ics-mr1
Martijn Coenen [Mon, 7 Nov 2011 16:19:18 +0000 (08:19 -0800)]
Merge "New NFC HAL." into ics-mr1

12 years agoam 15879d89: change sensor HAL documentation to allow setting polling rate for "non...
Mathias Agopian [Sat, 5 Nov 2011 19:33:17 +0000 (19:33 +0000)]
am 15879d89: change sensor HAL documentation to allow setting polling rate for "non continuous" sensors

* commit '15879d89af055f6cd651a94125a3802b526c3d66':
  change sensor HAL documentation to allow setting polling rate for "non continuous" sensors

12 years agoNew NFC HAL.
Martijn Coenen [Wed, 2 Nov 2011 23:09:37 +0000 (16:09 -0700)]
New NFC HAL.

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

12 years agochange sensor HAL documentation to allow setting polling rate for "non continuous...
Mathias Agopian [Wed, 2 Nov 2011 02:17:58 +0000 (19:17 -0700)]
change sensor HAL documentation to allow setting polling rate for "non 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

12 years agoRename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE
Steve Block [Thu, 20 Oct 2011 12:58:15 +0000 (13:58 +0100)]
Rename LOGV(_IF) to ALOGV(_IF)  DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/143865

Bug: 5449033
Change-Id: I8772e564a55981aad2a9cf7cb9245367fcf57fe8

12 years agoam 7bd7dd5d: am 3c935eda: resolved conflicts for merge of 33fddf0c to gingerbread...
David 'Digit' Turner [Tue, 27 Sep 2011 19:36:16 +0000 (12:36 -0700)]
am 7bd7dd5d: am 3c935eda: resolved conflicts for merge of 33fddf0c to gingerbread-plus-aosp

* commit '7bd7dd5d49e21c66c83618cb9f85ef43af29e441':
  emulator: Add <hardware/qemu_pipe.h> header

12 years agoam 3c935eda: resolved conflicts for merge of 33fddf0c to gingerbread-plus-aosp
David 'Digit' Turner [Fri, 23 Sep 2011 18:17:34 +0000 (11:17 -0700)]
am 3c935eda: resolved conflicts for merge of 33fddf0c to gingerbread-plus-aosp

* commit '3c935eda2dcd96eda70da6367d705b3b081f6524':
  emulator: Add <hardware/qemu_pipe.h> header

12 years agoresolved conflicts for merge of 33fddf0c to gingerbread-plus-aosp
David 'Digit' Turner [Fri, 23 Sep 2011 18:13:07 +0000 (20:13 +0200)]
resolved conflicts for merge of 33fddf0c to gingerbread-plus-aosp

Change-Id: I8720ca884f326b661e30b51c4cf1cfe31c1ac579

12 years agoimprove sensor HAL test
Mathias Agopian [Sun, 18 Sep 2011 22:21:33 +0000 (15:21 -0700)]
improve sensor HAL test

Change-Id: Id5e22ae2b9cb3bf71ec235a2ec6bb4319d0389da

12 years agoemulator: Add <hardware/qemu_pipe.h> header
David 'Digit' Turner [Fri, 16 Sep 2011 15:11:49 +0000 (17:11 +0200)]
emulator: Add <hardware/qemu_pipe.h> header

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

12 years agoaudio policy: register effect CPU on enable
Eric Laurent [Thu, 11 Aug 2011 03:15:48 +0000 (20:15 -0700)]
audio policy: register effect CPU on enable

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

12 years agoMerge "Gralloc: add a HWComposer usage bit"
Jamie Gennis [Wed, 10 Aug 2011 19:54:46 +0000 (12:54 -0700)]
Merge "Gralloc: add a HWComposer usage bit"

12 years agoam 73bff7f3: am bce402a8: Merge "qemu_pipe: fix Mac build error."
David Turner [Wed, 10 Aug 2011 19:21:16 +0000 (12:21 -0700)]
am 73bff7f3: am bce402a8: Merge "qemu_pipe: fix Mac build error."

* commit '73bff7f3fddf182bc51a0e20096b76d9e0d877ad':
  qemu_pipe: fix Mac build error.

12 years agoam abe47190: am 079ff13b: Merge "Enable connection to QEMUD via pipe."
Vladimir Chtchetkine [Wed, 10 Aug 2011 19:21:03 +0000 (12:21 -0700)]
am abe47190: am 079ff13b: Merge "Enable connection to QEMUD via pipe."

* commit 'abe471909d749c7430409c00bdbc39bbf8ff0c43':
  Enable connection to QEMUD via pipe.

12 years agoGralloc: add a HWComposer usage bit
Jamie Gennis [Wed, 10 Aug 2011 18:41:52 +0000 (11:41 -0700)]
Gralloc: add a HWComposer usage bit

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

12 years agoam bce402a8: Merge "qemu_pipe: fix Mac build error."
David Turner [Tue, 9 Aug 2011 17:05:32 +0000 (10:05 -0700)]
am bce402a8: Merge "qemu_pipe: fix Mac build error."

* commit 'bce402a8fadf27b07b164b0468e27bb9b6de79e6':
  qemu_pipe: fix Mac build error.

12 years agoMerge "qemu_pipe: fix Mac build error."
David Turner [Tue, 9 Aug 2011 10:54:00 +0000 (03:54 -0700)]
Merge "qemu_pipe: fix Mac build error."

12 years agoqemu_pipe: fix Mac build error.
David Turner [Tue, 9 Aug 2011 08:45:19 +0000 (10:45 +0200)]
qemu_pipe: fix Mac build error.

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

12 years agoam 079ff13b: Merge "Enable connection to QEMUD via pipe."
Vladimir Chtchetkine [Mon, 8 Aug 2011 20:18:48 +0000 (13:18 -0700)]
am 079ff13b: Merge "Enable connection to QEMUD via pipe."

* commit '079ff13b07b41d49c4d2f961ba6131960bd81c89':
  Enable connection to QEMUD via pipe.

12 years agoMerge "Enable connection to QEMUD via pipe."
Vladimir Chtchetkine [Mon, 8 Aug 2011 19:59:17 +0000 (12:59 -0700)]
Merge "Enable connection to QEMUD via pipe."

12 years agoaudio HAL: add support for TTY mode selection
Eric Laurent [Sun, 7 Aug 2011 17:05:40 +0000 (10:05 -0700)]
audio HAL: add support for TTY mode selection

Change-Id: I680e008a091e31e6c0b11adb26f6b232829baacb

12 years agoEnable connection to QEMUD via pipe.
Vladimir Chtchetkine [Thu, 4 Aug 2011 20:52:12 +0000 (13:52 -0700)]
Enable connection to QEMUD via pipe.

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

12 years agoam 20013279: am 4306ca7d: Merge "GPS: added update_network_availability to AGpsRilInt...
Mike Lockwood [Thu, 4 Aug 2011 14:53:33 +0000 (07:53 -0700)]
am 20013279: am 4306ca7d: Merge "GPS: added update_network_availability to AGpsRilInterface"

* commit '20013279f3dacec0b1d6c2844213d762b469cf98':
  GPS: added update_network_availability to AGpsRilInterface

12 years agoam 4306ca7d: Merge "GPS: added update_network_availability to AGpsRilInterface"
Mike Lockwood [Thu, 4 Aug 2011 14:52:14 +0000 (07:52 -0700)]
am 4306ca7d: Merge "GPS: added update_network_availability to AGpsRilInterface"

* commit '4306ca7d446c26752ecd9f724590487d68a27f10':
  GPS: added update_network_availability to AGpsRilInterface

12 years agoMerge "GPS: added update_network_availability to AGpsRilInterface"
Mike Lockwood [Thu, 4 Aug 2011 14:32:47 +0000 (07:32 -0700)]
Merge "GPS: added update_network_availability to AGpsRilInterface"

12 years agoGPS: added update_network_availability to AGpsRilInterface
Kevin Tang [Thu, 14 Apr 2011 00:15:55 +0000 (17:15 -0700)]
GPS: added update_network_availability to AGpsRilInterface

Change-Id: Ib2ed9ea96f1043d34a12c2ddf87b41c5256b585e
Signed-off-by: Mike Lockwood <lockwood@android.com>
12 years agoam d9f2f74e: am da51d1ca: Merge "Inline implementation of qemu_pipe_open"
Vladimir Chtchetkine [Thu, 4 Aug 2011 01:16:35 +0000 (18:16 -0700)]
am d9f2f74e: am da51d1ca: Merge "Inline implementation of qemu_pipe_open"

* commit 'd9f2f74e1939eb268ec557171149375f220628d2':
  Inline implementation of qemu_pipe_open

12 years agoam da51d1ca: Merge "Inline implementation of qemu_pipe_open"
Vladimir Chtchetkine [Wed, 3 Aug 2011 19:44:05 +0000 (12:44 -0700)]
am da51d1ca: Merge "Inline implementation of qemu_pipe_open"

* commit 'da51d1ca145b8cc82588d97ea33e81d6a0cda408':
  Inline implementation of qemu_pipe_open

12 years agoMerge "Inline implementation of qemu_pipe_open"
Vladimir Chtchetkine [Wed, 3 Aug 2011 17:50:58 +0000 (10:50 -0700)]
Merge "Inline implementation of qemu_pipe_open"

12 years agoInline implementation of qemu_pipe_open
Vladimir Chtchetkine [Wed, 3 Aug 2011 16:07:39 +0000 (09:07 -0700)]
Inline implementation of qemu_pipe_open

Change-Id: Icbe0528b1ac2b215d2cebc5c35cce9c3c830b722

12 years agoaudio HAL: add defines for BT NREC parameter
Eric Laurent [Wed, 3 Aug 2011 00:12:00 +0000 (17:12 -0700)]
audio HAL: add defines for BT NREC parameter

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

12 years agoAdd a h/w composer HAL API to allow the HAL to trigger a redraw
Mathias Agopian [Mon, 1 Aug 2011 23:34:42 +0000 (16:34 -0700)]
Add a h/w composer HAL API to allow the HAL to trigger a redraw

This is useful in various situations, for instance if the HAL
wants to change its compositing strategy.

Bug: 4488017
Change-Id: Idc410c689af30a2c9613dc3141e323d6e02a5648

12 years agoMerge "Add frame metadata to camera data callback."
Wu-cheng Li [Fri, 29 Jul 2011 00:23:41 +0000 (17:23 -0700)]
Merge "Add frame metadata to camera data callback."

12 years agoAdd frame metadata to camera data callback.
Wu-cheng Li [Mon, 25 Jul 2011 23:39:41 +0000 (07:39 +0800)]
Add frame metadata to camera data callback.

bug:4460717
Change-Id: I6175af70d0f10e0ba1b7158a237bceed2be06dd2

12 years agoam bc287a05: am 61659b21: Merge "gps: Adding ip address for AGps"
Mike Lockwood [Thu, 28 Jul 2011 21:06:05 +0000 (14:06 -0700)]
am bc287a05: am 61659b21: Merge "gps: Adding ip address for AGps"

* commit 'bc287a056561b52d3f4067c3a9a2f948635ed2c1':
  gps: Adding ip address for AGps

12 years agoam 61659b21: Merge "gps: Adding ip address for AGps"
Mike Lockwood [Thu, 28 Jul 2011 21:04:11 +0000 (14:04 -0700)]
am 61659b21: Merge "gps: Adding ip address for AGps"

* commit '61659b21b512a4d1e26a1843738e0486a68be36b':
  gps: Adding ip address for AGps

12 years agoMerge "gps: Adding ip address for AGps"
Mike Lockwood [Thu, 28 Jul 2011 20:52:29 +0000 (13:52 -0700)]
Merge "gps: Adding ip address for AGps"

12 years agogps: Adding ip address for AGps
Stephen Li [Thu, 3 Mar 2011 23:40:47 +0000 (15:40 -0800)]
gps: Adding ip address for AGps

Change-Id: I3ac752294b81e1fa69019d037d8b89563773b35e

12 years agocamera HAL: add optional put_parameters callback
Iliyan Malchev [Tue, 26 Jul 2011 22:47:56 +0000 (15:47 -0700)]
camera HAL: add optional put_parameters callback

Change-Id: I2b2436c68b3095e840458059f8533dc897e1ca87
Signed-off-by: Iliyan Malchev <malchev@google.com>
13 years agoMerge "get rid of overlay HAL"
Mathias Agopian [Wed, 13 Jul 2011 21:07:03 +0000 (14:07 -0700)]
Merge "get rid of overlay HAL"

13 years agoIgnore 6f3cb7d4
Jean-Baptiste Queru [Wed, 13 Jul 2011 14:28:21 +0000 (07:28 -0700)]
Ignore 6f3cb7d4

Change-Id: Iabdf987ac6fc0299e1de4fc160de6699df088472

13 years agoget rid of overlay HAL
Mathias Agopian [Tue, 12 Jul 2011 22:48:30 +0000 (15:48 -0700)]
get rid of overlay HAL

Change-Id: I1ba7ffac8776a8d59a5cc4e7688c3a5bd02e6647

13 years agoMerge "Remove the simulator target from all makefiles. Bug: 5010576"
Jeff Brown [Tue, 12 Jul 2011 19:15:45 +0000 (12:15 -0700)]
Merge "Remove the simulator target from all makefiles. Bug: 5010576"

13 years agoRemove the simulator target from all makefiles.
Jeff Brown [Tue, 12 Jul 2011 05:12:23 +0000 (22:12 -0700)]
Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I19222871077be62d2b6a4a215f251675389ffdb4

13 years agoam 03e7ec95: Merge "Tweaks for forward-compatibility"
Jean-Baptiste Queru [Tue, 12 Jul 2011 00:54:07 +0000 (17:54 -0700)]
am 03e7ec95: Merge "Tweaks for forward-compatibility"

* commit '03e7ec959823279937ceae1290b938c4b0b68317':
  Tweaks for forward-compatibility

13 years agoMerge "Tweaks for forward-compatibility"
Jean-Baptiste Queru [Tue, 12 Jul 2011 00:38:46 +0000 (17:38 -0700)]
Merge "Tweaks for forward-compatibility"

13 years agoTweaks for forward-compatibility
Jean-Baptiste Queru [Mon, 11 Jul 2011 23:59:19 +0000 (16:59 -0700)]
Tweaks for forward-compatibility

Change-Id: I9171f0f0155c910cf5ae4109e812c9ff10702946

13 years agoAudio HAL: added interface for audio preprocessing
Eric Laurent [Fri, 17 Jun 2011 23:53:12 +0000 (16:53 -0700)]
Audio HAL: added interface for audio preprocessing

Change-Id: I032f6dd8f9ad11283a3f0a6721018dabfd12236d

13 years agoGPS: Add support for on-demand NTP time injection
Mike Lockwood [Wed, 29 Jun 2011 19:10:36 +0000 (15:10 -0400)]
GPS: Add support for on-demand NTP time injection

Change-Id: I95ea2bc2a345d6fbde22356f575506385257e574
Signed-off-by: Mike Lockwood <lockwood@android.com>