Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

hardware-libhardware_legacy: List of commits

hardware/libhardware_legacy


RSS
Rev. Time Author
a856a14 froyo-x86 android-x86-2.2 android-x86-2.2-r2 2010-09-03 12:41:05 Chih-Wei Huang

wifi: auto-detect the module name and path

5f0ab12 2010-09-03 12:39:52 Chih-Wei Huang

wifi: do not hardcode module name and path

The module name and path can be obtained by the properties
wlan.modname and wlan.modpath.

77fda7a 2010-09-03 12:39:39 Chih-Wei Huang

wifi: pass interface to wpa_supplicant

b678f3b 2010-03-28 23:02:57 Mike Lockwood

Add support for GPS privacy lock. DO NOT MERGE

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

68f279f 2010-03-16 10:36:58 Eric Laurent

Fix issue 2416481: Support Voice Dialer over BT SCO.

Make the choice of opening a direct output stream platform specific.

Change-Id: I63e5464a18aaa3600e9fed6cec0518ff1fad4dbd

62c2f85 2010-03-10 00:43:16 Mike Lockwood

Add a static library containing power.c for use by the librpc library.

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

b1a389a 2010-03-09 11:04:52 Jean-Baptiste Queru

Add an empty CleanSpec.mk

Change-Id: I8f0b127fa51a59cc5831b70f7afc47ba0ec4d9ac

4ac28c4 2010-03-09 00:56:52 Mike Lockwood

Fix sim build by including <stdlib.h>

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

7d675d8 2010-03-07 23:30:00 Fred Fettinger

libhardware_legacy: add gps debug extension

The gps debug extension provides a single function that allows the native
gps implementation to include an arbitrary string in bugreports.

Change-Id: I1bd8e403e421847784804c47d83e3600340b3fea
Signed-off-by: Fred Fettinger <fred.fettinger@motorola.com>
Signed-off-by: Mike Lockwood <lockwood@android.com>

4eeca24 2010-02-26 20:04:31 Eric Laurent

Issue 2071329: audio track is shorter than video track for video capture on sholes

Add API to retrieve number of frames dropped by audio input kernel driver.

Submitted on behalf of Masaki Sato <masaki.sato@motorola.com>

cabb010 2010-02-26 08:28:09 Dmitry Shmidt

Merge "Increase delay after driver loading if FW loader is not used"

ed84872 2010-02-26 05:34:42 Dmitry Shmidt

Increase delay after driver loading if FW loader is not used

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>

1953686 2010-02-24 03:56:00 Eric Laurent

Fix issue 2305382: Pick up original call makes a noisy beep when wired headset connected.

The noise is the residual ring tone that is still playing while the call is answered and the
audio route changed to headset or earpiece.

The fix consists in muting the ringing tone when changing mode from ringtone to in call
and delaying the route change until the audio buffers are emptied.

2209b6f 2010-02-21 01:07:27 San Mehat

libhardware_legacy: Get rid of IMountService c++ bindings

Signed-off-by: San Mehat <san@google.com>

e6c2214 2010-02-16 23:06:46 Eric Laurent

Fix issue 2440226: Car dock volume synchronization.

Make computeVolume() method virtual so that its implementation can be platform specific.

007404c 2010-02-09 02:30:59 Dmitry Shmidt

Add additional logging

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>

b74877b 2010-02-06 07:10:49 The Android Open Source Project

am 51ca2892: am 8dd38d6b: reconcile main tree with open-source eclair

Merge commit '51ca2892bba945142be57171d4e81e836418fb56'

* commit '51ca2892bba945142be57171d4e81e836418fb56':
android-2.1_r1 snapshot

51ca289 2010-02-06 01:41:15 The Android Open Source Project

am 8dd38d6b: reconcile main tree with open-source eclair

Merge commit '8dd38d6bc8918f2153580111fbd8aef6b9f90cc4' into eclair-plus-aosp

* commit '8dd38d6bc8918f2153580111fbd8aef6b9f90cc4':
android-2.1_r1 snapshot

8dd38d6 2010-02-06 01:09:38 The Android Open Source Project

reconcile main tree with open-source eclair

845d037 2010-01-30 07:09:19 The Android Open Source Project

reconcile android-2.1_r1 snapshot

f29ed1a 2010-01-29 23:14:10 San Mehat

libhardware_legacy: Refactor C++ bindings for new API

Signed-off-by: San Mehat <san@google.com>

2631f99 2010-01-29 02:39:50 Irfan Sheriff

Return failures as strings to monitor

Bug: 2399119
Change-Id: I17bcb86e002cd520f4275f3786cf54c82aaf59b7

392290d 2010-01-27 03:36:42 Eric Laurent

Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync

Added getRenderPosition() API to AudioHardwareInterface to retreive number of audio frames
written by DSP to DAC.

d0a89fa 2010-01-24 01:13:08 San Mehat

libhardware_legacy: Add support for renaming secure containers

Signed-off-by: San Mehat <san@google.com>

f1eb949 2010-01-21 03:03:45 Eric Laurent

Merge "Create base class for audio policy manager."

91a6335 2010-01-18 23:24:01 San Mehat

libhardware_legacy: Add new unmount asec api call

Signed-off-by: San Mehat <san@google.com>

ac41dfc 2010-01-16 03:04:04 San Mehat

libhardware_legacy: Rename MountService method names

Signed-off-by: San Mehat <san@google.com>

de55cfb 2010-01-14 02:29:49 Eric Laurent

Create base class for audio policy manager.

First implementations of audio policy manager in Eclair branch have shown that most code is common to all platforms.
Creating AudioPolicyManagerBase base class will improve code maintainability and readability.

72a5203 2010-01-13 08:19:05 The Android Open Source Project

android-2.1_r1 snapshot

b811469 2010-01-12 03:16:07 San Mehat

libhardware_legacy: asec: Rename 'Cache' -> 'Container'

Signed-off-by: San Mehat <san@google.com>

Show on old repository browser