- Apr 10, 2013
-
- Nov 01, 2012
-
-
Jean-Baptiste Queru authored
Change-Id: Ibca2e9f36bbc8867dec0e2e06624456d51b17e73
-
- Sep 07, 2012
-
-
Jean-Baptiste Queru authored
Change-Id: Ie818c9b62cccc595b1d8538418d5591eb0538722
-
- Aug 27, 2012
-
-
Jean-Baptiste Queru authored
Change-Id: I0c9f2e0bb730a2e3f789d278aabd57965f0afea2
-
- Aug 17, 2012
-
-
Joe Onorato authored
-
- Jul 12, 2012
-
-
Joe Onorato authored
Change-Id: I3fcc29eeb1133b32dad3d67a1b62ee172ad49385
-
- Apr 03, 2012
-
-
Mike Lockwood authored
-
- Mar 13, 2012
-
-
James Dong authored
o related-to-bug: 6044887 Change-Id: Icfa2c900f5e0b21f77fe1c8b467c0cea17859348
-
- Mar 02, 2012
-
-
Nick Kralevich authored
HAL_MODULE_INFO_SYM was declared as read-only, but the struct is written to by libhardware. This causes a segfault when -Wl,-z,relro is enabled. Fixed. Change-Id: I035932858b561a37be4d788639fd5e910e12b234
-
- Feb 10, 2012
-
-
James Dong authored
Change-Id: I933a32dbf84e2cb630c48ae06cf286f83092cdcb
-
- Jan 08, 2012
-
-
Steve Block authored
See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: I8c589a92ddd26c0c3a12f24cf1633ab5b4d828c6
-
- Jan 05, 2012
-
-
Steve Block authored
See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I367c22b5c3a9f5796feddb14923063db015ae957
-
- Jan 04, 2012
-
-
Steve Block authored
See https://android-git.corp.google.com/g/156801 Bug: 5449033 Change-Id: I78b66b41c3acc34d674fd5300773b4cc1a451d81
-
- Jan 03, 2012
-
-
Steve Block authored
See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: Iceae7f67d24f5b47c095f0c148af917547eee32d
-
- Oct 28, 2011
-
-
Ed Heyl authored
-
- Oct 26, 2011
-
-
Ed Heyl authored
-
Ed Heyl authored
-
Steve Block authored
* commit '22f25546': Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE
-
- Oct 25, 2011
-
-
Steve Block authored
See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: I90081db21c71365e7b11427a859522acabf6fdc3
-
- Jul 12, 2011
-
-
Jeff Brown authored
Bug: 5010576 Change-Id: I7ed4d5a084b06ecf1cca6226c2b39d6b460c0171
-
- Apr 29, 2011
-
-
Mathias Agopian authored
this is not used anymore. Change-Id: Ie9e44ae8d1aa43c51f03c8cf29057ceae18a55c1
-
- Mar 26, 2011
-
-
Mathias Agopian authored
Change-Id: I608e0c437fdfc456fcd598943a7fc621002ffe0a
-
- Mar 14, 2011
-
-
Iliyan Malchev authored
Change-Id: I4773482f4c358f6364a528b22964b4e036ac86a1 Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
- Jan 30, 2011
-
-
The Android Open Source Project authored
* commit '5270e840':
-
The Android Open Source Project authored
Change-Id: I93cb2dd15d45909b451a35287f9f9d26ec931a13
-
The Android Open Source Project authored
Change-Id: Ibd8955d17b77e827b5d36763717c8508c78860a3
-
- Jan 29, 2011
-
-
Jean-Michel Trivi authored
* commit '39c0d4c0': do not merge bug 3370834 Cherrypick from master CL 79327
-
- Jan 27, 2011
-
-
Andreas Huber authored
* commit 'ad47fcaa': Turning an assertion into an error log.
-
- Jan 26, 2011
-
-
Jean-Michel Trivi authored
am b8cedf7b: (-s ours) am 39c0d4c0: (-s ours) do not merge bug 3370834 Cherrypick from master CL 79327 * commit 'b8cedf7b': do not merge bug 3370834 Cherrypick from master CL 79327
-
Jean-Michel Trivi authored
* commit '39c0d4c0': do not merge bug 3370834 Cherrypick from master CL 79327
-
- Jan 21, 2011
-
-
Andreas Huber authored
Change-Id: I2946b716b87c9834541cdbac1219c0f54d616281
-
- Jan 20, 2011
-
-
Jean-Michel Trivi authored
Use input source to determine whether voice reco mode is enabled. Change-Id: I1efe64904b19575b590ce4b83f44d18b7d064f6b
-
- Jan 18, 2011
-
-
Andreas Huber authored
Change-Id: I276945246449fcad2644805236a9e6b2a212090d related-to-bug: 3314324
-
- Dec 01, 2010
-
-
Eric Laurent authored
* commit 'e784e44a': Fix issue 3158317.
-
- Nov 19, 2010
-
-
Eric Laurent authored
Do not open the input device when opening the input stream but only when the input stream starts. This avoids blocking the thread executing openInputStream() on the pcm input driver mutex while this mutex is constantly acquired and released by the high priority audio input thread. It also allows an app to open an input stream while another thread is recording if it does not use it immediately (useful for voice search and VoIP). Also did some clean up in output and input stream standby logic. Change-Id: I69c82f5833f7a034d828001f87e02745d7683b65
-
- Nov 11, 2010
-
-
Jean-Michel Trivi authored
Change-Id: I19245b21320e8e5113740c87c84bc9287564f96a
-
- Nov 08, 2010
-
-
Andreas Huber authored
* commit '7d308b99': Support for rotated display of video content.
-
- Nov 04, 2010
-
-
Andreas Huber authored
Change-Id: Ia16e096287fb7b2432f7a142647edf4f5f038ced related-to-bug: 3166122
-
- Oct 19, 2010
-
-
Joe Onorato authored
Merge commit '637d2d04' * commit '637d2d04': Reduce logging.
-
- Oct 18, 2010
-
-
Joe Onorato authored
Remember, the system and main logs are - Shared resources - Primarily for recording problems - To be used only for large grained events during normal operation Bug: 3104855 Change-Id: I1abde2ae74119ce8ffa69c8b6e8ff278c2c8029e
-