- 03 Nov, 2009 1 commit
-
-
Eric Laurent authored
Added dump() method to AudioPolicyInterface.
-
- 21 Oct, 2009 1 commit
-
-
Eric Laurent authored
Fix issue 2192181: AudioFlinger must provide separated methods to set VOICE_CALL stream volume and down link audio volume. Added setVoiceVolume() method to AudioPolicyClientInterface.
-
- 05 Oct, 2009 1 commit
-
-
Mike Lockwood authored
Change-Id: I88a7aa147b44429ad7204eba328f3f1e1b80a36a Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 27 Aug, 2009 3 commits
-
-
Android (Google) Code Review authored
* changes: gps: Network initiated SUPL
-
Danke Xie authored
Initial contribution from Qualcomm. Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
Eric Laurent authored
Add the possibility to delay routing and volume commands in AudioPolicyClientInterface. The delay is not blocking for the caller.
-
- 22 Aug, 2009 2 commits
-
-
David Turner authored
Merge commit '613d25b8' into eclair * commit '613d25b8': Fix a hideous bug in the GPS emulation.
-
David Turner authored
This fixes a long-standing bug in the GPS emulation, and comes from an open-source contributor (Rene de Groot) See https://review.source.android.com/#change,10251
-
- 06 Aug, 2009 1 commit
-
-
Mike Lockwood authored
Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 28 Jul, 2009 1 commit
-
-
Dmitry Shmidt authored
Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 26 Jul, 2009 2 commits
-
-
Jean-Baptiste Queru authored
-
Jean-Baptiste Queru authored
-
- 17 Jul, 2009 1 commit
-
-
Eric Laurent authored
Initial commit for review.
-
- 07 Jul, 2009 2 commits
-
-
Marco Nelissen authored
Merge commit 'df37ea7b' * commit 'df37ea7b': Add virtual destructor.
-
Marco Nelissen authored
-
- 19 Jun, 2009 2 commits
-
-
Mike Lockwood authored
Merge commit '205021cd' * commit '205021cd': gps: Set SUPL server via hostname rather than IP address.
-
Mike Lockwood authored
The GPS engine needs the hostname for the secure SUPL case and deferring the DNS lookup to the HAL might be helpful in the future if the SUPL server is on a carrier's private network. Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 11 Jun, 2009 2 commits
-
-
Mike Lockwood authored
Merge commit '4403519a' * commit '4403519a': gps: Add hooks for GPS location injection.
-
Mike Lockwood authored
This will allow injecting cell ID location to the GPS (not implemented yet). Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 02 Jun, 2009 3 commits
-
-
David Turner authored
am d223b72d: am c69847d6: AI 149496: Backport emulator-related donut fixes into cupcake. This includes the following fixes: - remove potential qemud crash at system boot - fix GPS fix emulation - fix inter-emulator networking (DNS resolution helper now behaves correctly on all IPv6-capable systems) - add -prop <name>=<value> option to add system properties on boot - allow F5 keybinding for SEARCH on keyboard-less hardware configurations - allow skins to provide a "search" button - fixed bad QADD/QSUB/QDADD/QDSUB ARM CPU instructions emulation Merge commit 'd223b72d' * commit 'd223b72d': AI 149496: Backport emulator-related donut fixes into cupcake.
-
David Turner authored
am c69847d6: AI 149496: Backport emulator-related donut fixes into cupcake. This includes the following fixes: - remove potential qemud crash at system boot - fix GPS fix emulation - fix inter-emulator networking (DNS resolution helper now behaves correctly on all IPv6-capable systems) - add -prop <name>=<value> option to add system properties on boot - allow F5 keybinding for SEARCH on keyboard-less hardware configurations - allow skins to provide a "search" button - fixed bad QADD/QSUB/QDADD/QDSUB ARM CPU instructions emulation Merge commit 'c69847d6' into donut * commit 'c69847d6': AI 149496: Backport emulator-related donut fixes into cupcake.
-
David Turner authored
This includes the following fixes: - remove potential qemud crash at system boot - fix GPS fix emulation - fix inter-emulator networking (DNS resolution helper now behaves correctly on all IPv6-capable systems) - add -prop <name>=<value> option to add system properties on boot - allow F5 keybinding for SEARCH on keyboard-less hardware configurations - allow skins to provide a "search" button - fixed bad QADD/QSUB/QDADD/QDSUB ARM CPU instructions emulation Automated import of CL 149496
-
- 20 May, 2009 10 commits
-
-
Android (Google) Code Review authored
* changes: move libbinder's header files under includes/binder add libbinder to makefile
-
Mathias Agopian authored
-
Mathias Agopian authored
-
Android (Google) Code Review authored
Merge commit 'd5aa1991' * commit 'd5aa1991': Remove deprecated version of openInputStream.
-
Android (Google) Code Review authored
Merge commit '3ce68eb3' * commit '3ce68eb3': Add input source parameter to openInputStream factory function.
-
David 'Digit' Turner authored
Merge commit '86a08ee8' * commit '86a08ee8': Fix GPS emulation.
-
Android (Google) Code Review authored
* changes: Remove deprecated version of openInputStream. Continuation of bug 1846343
-
Android (Google) Code Review authored
* changes: Add input source parameter to openInputStream factory function. This change lays the foundation for recording from different sources. A series of changes will follow that implement the factory function for the various hardware configurations. Finally, the deprecated function will be removed. Bug 1846343
-
David 'Digit' Turner authored
The problem was that qemu_gps_set_position_mode() was called with the value GPS_POSITION_MODE_MS_BASED, which corresponds to AGPS (Assisted GPS), and returned an error (which was not properly filtered by the JNI caller, but this is the subject of another change). This explains why GPS emulation doesn't work in the 1.5_r1 SDK. Unfortunately, this fix requires generating a new system image for 1.5_r2 :-( By the way, Mike, I don't understand why this position mode is being passed. Looking at the code in GpsLocationProvider.java, I believe that this can only happen if a SUPL host is given by the network, and I don't think this is the case in the emulator, is it?
-
Dave Sparks authored
Continuation of bug 1846343
-
- 19 May, 2009 1 commit
-
-
Dave Sparks authored
This change lays the foundation for recording from different sources. A series of changes will follow that implement the factory function for the various hardware configurations. Finally, the deprecated function will be removed. Bug 1846343
-
- 11 May, 2009 2 commits
-
-
Mike Lockwood authored
Merge commit '049ae36f' * commit '049ae36f': GPS: Generalize SUPL support to include AGPS for CDMA
-
Mike Lockwood authored
Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 23 Apr, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 20 Apr, 2009 4 commits
-
-
Dmitry Shmidt authored
-
Dmitry Shmidt authored
-
Dmitry Shmidt authored
Original author: dimitrysh Automated import of CL 146930
-
Dmitry Shmidt authored
BUG=1786365 Automated import of CL 146929
-