summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bionic: sync kernel changes in android_pmem.h to bionicLarry Bassel2009-06-241-0/+10
| | | | Signed-off-by: Larry Bassel <lbassel@quicinc.com>
* Bionic: Updating msm_audio.h to support NT2 Stream InfoZeng, Helen2009-06-241-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 definitionLai, Patrick2009-06-241-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.1Sastrula, Rajesh2009-06-101-1/+3
| | | | Signed-off-by: Sastrula, Rajesh <vrajesh@quicinc.com>
* camera: Separate different stats enable types in cfg_cmd_type_t.Shuzhen Wang2009-06-051-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 headersc_gpkann2009-06-051-1/+1
| | | | | | Corrected the script to get the valid directory path CRs-Fixed :183627
* Bionic: Updating msm_audio.h to support NT2Zeng, Xiaoyun2009-06-051-0/+1
| | | | This corresponds to kernel gerrit ID: 620
* Bionic: Updating msm_audio.h to enable AGC/AVCZeng, Xiaoyun2009-06-021-0/+3
| | | | This corresponds to kernel gerrit ID: 320
* bionic: merge the new video driver interface change with Q6Sastrula, Rajesh2009-06-021-17/+74
|
* Camera: Auto focus step value for BAM and FOXCONN moduleMehta, Jignesh2009-06-021-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 driverRajesha Kini2009-06-011-0/+71
|
* Remove unsupported special effects from msm_camera.h.Shuzhen Wang2009-06-011-5/+5
|
* platform/bionic:merge changes from kernel/msm_audio.hSanal Sundaran c_sanals@quicinc.com2009-06-011-0/+5
| | | | generated msm_audio.h from kernel/msm_audio.h using clean_header script
* Merge commit 'quic/donut-ohd' into aosp_branchAmar Singhal2009-05-2614-196/+1243
|\
| * Merge commit 'quic/ohd/donut' into HEADAmar Singhal2009-05-1215-9/+547
| |\
| * | Initial ContributionQualcomm Innovation Center2009-05-0214-196/+1243
| | |
* | | Merge commit 'quic/korg/donut' into HEADAmar Singhal2009-05-2619-11/+785
|\ \ \
| * | | Fix __aeabi_atexit to call __cxa_atexit properly. This function is defined ↵David 'Digit' Turner2009-05-141-2/+3
| | | | | | | | | | | | | | | | by the C++ ABI for ARM document.
| * | | linker: Compute symbol name before lookup so we can also use it for error msgDima Zavin2009-05-121-2/+2
| | |/ | |/| | | | | | | Signed-off-by: Dima Zavin <dima@android.com>
| * | change getaddrinfo() implementation to match GLibc.David 'Digit' Turner2009-05-051-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 donutAndroid (Google) Code Review2009-05-011-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 Wang2009-04-131-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 Dong2009-04-301-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_LIBCDave Bort2009-04-241-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 donutJean-Baptiste Queru2009-04-220-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.5Mathias Agopian2009-03-251-0/+1
| | | |
* | | | auto import from //branches/cupcake_rel/...@141571The Android Open Source Project2009-03-191-15/+38
| | | |
| * | | AI 145714: Added cstring wrapper around string.h.Niko Catania2009-04-104-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 Catania2009-04-087-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 Catania2009-04-024-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 Catania2009-03-301-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 Agopian2009-03-271-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,140950Iliyan Malchev2009-03-241-15/+38
|/
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-0/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031986-0/+177857
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031984-177630/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-037-317/+90
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-027-90/+317
|
* auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-201-0/+15
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-1929-822/+1571
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-1/+1
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-1024-180/+1877
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-207-37/+186
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-1514-13/+39
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-0933-26/+414
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-17287-341/+11495
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211777-0/+163452