Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bionic: sync kernel changes in android_pmem.h to bionic | Larry Bassel | 2009-06-24 | 1 | -0/+10 |
| | | | | Signed-off-by: Larry Bassel <lbassel@quicinc.com> | ||||
* | Bionic: Updating msm_audio.h to support NT2 Stream Info | Zeng, Helen | 2009-06-24 | 1 | -1/+16 |
| | | | | | | | This corresponds to kernel gerrit ID: 2230 This patch should be merged to mainline after 2544 (Gerrit ID) is merged first. | ||||
* | bionic: msm: audio: Add asynchronous I/O interface definition | Lai, Patrick | 2009-06-24 | 1 | -0/+19 |
| | | | | | | | | Add asynchronous I/O interface definition so user-space application can pass input/output buffer and get buffer_done message asynchronously Signed-off-by: Patrick Lai <plai@quicinc.com> | ||||
* | bionic: merge the scropion/qdsp6 interface version 2.1 | Sastrula, Rajesh | 2009-06-10 | 1 | -1/+3 |
| | | | | Signed-off-by: Sastrula, Rajesh <vrajesh@quicinc.com> | ||||
* | camera: Separate different stats enable types in cfg_cmd_type_t. | Shuzhen Wang | 2009-06-05 | 1 | -1/+2 |
| | | | | | | | This is to accomodate differences in stats handling between 7k and 8k. Corresponding kernel change is c05ecb67259. Signed-off-by: Shuzhen Wang <shuzhenw@quicinc.com> | ||||
* | Python scripts : Generating Kernel headers | c_gpkann | 2009-06-05 | 1 | -1/+1 |
| | | | | | | Corrected the script to get the valid directory path CRs-Fixed :183627 | ||||
* | Bionic: Updating msm_audio.h to support NT2 | Zeng, Xiaoyun | 2009-06-05 | 1 | -0/+1 |
| | | | | This corresponds to kernel gerrit ID: 620 | ||||
* | Bionic: Updating msm_audio.h to enable AGC/AVC | Zeng, Xiaoyun | 2009-06-02 | 1 | -0/+3 |
| | | | | This corresponds to kernel gerrit ID: 320 | ||||
* | bionic: merge the new video driver interface change with Q6 | Sastrula, Rajesh | 2009-06-02 | 1 | -17/+74 |
| | |||||
* | Camera: Auto focus step value for BAM and FOXCONN module | Mehta, Jignesh | 2009-06-02 | 1 | -1/+3 |
| | | | | | | Added number of steps in kernel header file. Signed-off-by: Jignesh Mehta <c_jmehta@quicinc.com> | ||||
* | bionic: Add header file of Voice Memo driver | Rajesha Kini | 2009-06-01 | 1 | -0/+71 |
| | |||||
* | Remove unsupported special effects from msm_camera.h. | Shuzhen Wang | 2009-06-01 | 1 | -5/+5 |
| | |||||
* | platform/bionic:merge changes from kernel/msm_audio.h | Sanal Sundaran c_sanals@quicinc.com | 2009-06-01 | 1 | -0/+5 |
| | | | | generated msm_audio.h from kernel/msm_audio.h using clean_header script | ||||
* | Merge commit 'quic/donut-ohd' into aosp_branch | Amar Singhal | 2009-05-26 | 14 | -196/+1243 |
|\ | |||||
| * | Merge commit 'quic/ohd/donut' into HEAD | Amar Singhal | 2009-05-12 | 15 | -9/+547 |
| |\ | |||||
| * | | Initial Contribution | Qualcomm Innovation Center | 2009-05-02 | 14 | -196/+1243 |
| | | | |||||
* | | | Merge commit 'quic/korg/donut' into HEAD | Amar Singhal | 2009-05-26 | 19 | -11/+785 |
|\ \ \ | |||||
| * | | | Fix __aeabi_atexit to call __cxa_atexit properly. This function is defined ↵ | David 'Digit' Turner | 2009-05-14 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | by the C++ ABI for ARM document. | ||||
| * | | | linker: Compute symbol name before lookup so we can also use it for error msg | Dima Zavin | 2009-05-12 | 1 | -2/+2 |
| | |/ | |/| | | | | | | | Signed-off-by: Dima Zavin <dima@android.com> | ||||
| * | | change getaddrinfo() implementation to match GLibc. | David 'Digit' Turner | 2009-05-05 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the issue is that the BSD implementation doesn't accept a call like: getaddrinfo(SERVER_NAME, "9999", NULL, &res); because if will reject a numerical string in the second parameter if no hints are explicitely provided. This technically doesn't violate POSIX but might make porting Linux software a bit difficult. For more details see: http://groups.google.com/group/android-ndk/browse_thread/thread/818ab9c53f24c87 also comment debugging printf() calls which shouldn't be there. | ||||
| * | | Merge change 57 into donut | Android (Google) Code Review | 2009-05-01 | 1 | -0/+37 |
| |\ \ | | | | | | | | | | | | | | | | | * changes: Add the domain search list for VPN connection. The current solution is to read the net.dns.search property, and expand the list during the resolve initialization. In the future, we could implement search list per process. | ||||
| | * | | Add the domain search list for VPN connection. | Chung-yih Wang | 2009-04-13 | 1 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current solution is to read the net.dns.search property, and expand the list during the resolve initialization. In the future, we could implement search list per process. Update: refine the code accordingly. Update: remove unnecessary code. Update: remove the unused variable. | ||||
| * | | | Increase the limit of loaded shared libraries from 64 to 96 This change is ↵ | James Dong | 2009-04-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | required for OpenCORE 2.0 This is the same as Change 71 in master branch. | ||||
| * | | | libc: Replace a reference to TARGET_BUILD_TYPE with DEBUG_BIONIC_LIBC | Dave Bort | 2009-04-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're soon going to stop using TARGET_BUILD_TYPE==debug to debug native modules. Signed-off-by: Dave Bort <dbort@android.com> | ||||
| * | | | merge cupcake into donut | Jean-Baptiste Queru | 2009-04-22 | 0 | -0/+0 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Automated import from //branches/cupcake/...@142857,142857android-sdk-1.5_r3android-sdk-1.5_r1android-sdk-1.5-preandroid-1.5r4android-1.5r3android-1.5r2android-1.5 | Mathias Agopian | 2009-03-25 | 1 | -0/+1 |
| | | | | |||||
* | | | | auto import from //branches/cupcake_rel/...@141571 | The Android Open Source Project | 2009-03-19 | 1 | -15/+38 |
| | | | | |||||
| * | | | AI 145714: Added cstring wrapper around string.h. | Niko Catania | 2009-04-10 | 4 | -3/+161 |
| |/ / | | | | | | | | | | | | | | | | | | | In new, include cstddef which declares std::size_t. BUG=1601432 Automated import of CL 145714 | ||||
| * | | AI 145059: (Almost) final set of wrapper around the C headers for stdc++ and ↵ | Niko Catania | 2009-04-08 | 7 | -2/+341 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | their tests. The only one left is cstring. * bionic/libstdc++/include/cstdlib: * bionic/libstdc++/include/cstdio: * bionic/libstdc++/include/cstdint: * bionic/libstdc++/include/csignal: * bionic/libstdc++/include/csetjmp: Added header file. Checks the bionic headers file were picked up instead of the host ones. Added test for new header files * system/extras/tests/bionic/libstdc++/Android.mk: Added tests for the new header files. EXTRA_CFLAGS: include the bionic header files. BUG=1601432 Automated import of CL 145059 | ||||
| * | AI 144236: Added new C to stdc++ header files: cassert, cctype, climits, ctime. | Niko Catania | 2009-04-02 | 4 | -0/+189 |
| | | | | | | | | | | | | | | QA Impact:None BUG=1601432 Automated import of CL 144236 | ||||
| * | AI 143504: Completed cstddef to be non empty and similar to the gnu stl ↵ | Niko Catania | 2009-03-30 | 1 | -0/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | implementation. Even if we don't want to have a bloated stl implementation, having empty files around is probably not very good either. Added a test to make sure the header file compiles on host and kila-eng. QA Impact: In system/extras/test/bionic/libstdc++ build the tests using: mm BIONIC_TESTS=1 to build the host and target tests. BUG=1601432 Automated import of CL 143504 | ||||
| * | AI 143161: am: CL 142857 Add some bluring to the animation. This requires a ↵ | Mathias Agopian | 2009-03-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | new kernel which will be checked-in later, at which point the blur effect will automatically be enabled. Original author: mathias Merged from: //branches/cupcake/... Automated import of CL 143161 | ||||
| * | Automated import from //branches/donutburger/...@140950,140950 | Iliyan Malchev | 2009-03-24 | 1 | -15/+38 |
|/ | |||||
* | auto import from //branches/cupcake_rel/...@140373 | The Android Open Source Project | 2009-03-18 | 1 | -0/+1 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1986 | -0/+177857 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1984 | -177630/+0 |
| | |||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 7 | -317/+90 |
| | |||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 7 | -90/+317 |
| | |||||
* | auto import from //branches/cupcake/...@132569 | The Android Open Source Project | 2009-02-20 | 1 | -0/+15 |
| | |||||
* | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 29 | -822/+1571 |
| | |||||
* | auto import from //branches/cupcake/...@131421 | The Android Open Source Project | 2009-02-13 | 1 | -1/+1 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 24 | -180/+1877 |
| | |||||
* | auto import from //branches/cupcake/...@127101 | The Android Open Source Project | 2009-01-20 | 7 | -37/+186 |
| | |||||
* | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 14 | -13/+39 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 33 | -26/+414 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 287 | -341/+11495 |
| | |||||
* | Initial Contributionandroid-1.0 | The Android Open Source Project | 2008-10-21 | 1777 | -0/+163452 |