summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | linker: Give more context for failures during library dependency resolution.Dima Zavin2009-06-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dima Zavin <dima@android.com>
| * | | | | linker: Make the errors reported by dlopen/dlsym be more useful.Dima Zavin2009-05-275-67/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed it so that when the linker generates error messages, they are scribbled away into a buffer that dlfcn and friends can read from. Since the error messages are generetad with snprintf, and snprintf MAY call malloc during some code paths, we now link against a version of libc that does not contain malloc/free/realloc/calloc. We then define malloc and friends in the dynamic loader, and make them abort() if they are ever called. Signed-off-by: Dima Zavin <dima@android.com>
| * | | | | libc: Add an intermediate version of the static libc without mallocDima Zavin2009-05-271-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For now, this will only used by the dynamic loader to ensure that malloc and friends are never called. Signed-off-by: Dima Zavin <dima@android.com>
| * | | | | libc: Cleanup the libc makefile.Dima Zavin2009-05-271-116/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes a lot of redundant code, and reorganizes the file. We first setup all the comomn variables we may need, and then define the actual libraries that need to be generated. Signed-off-by: Dima Zavin <dima@android.com>
| * | | | | Merge change 2470 into donutAndroid (Google) Code Review2009-05-272-2/+27
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix getservent() so that it returns s_port in network byte order. Also add a new document detailing known issues in the C library.
| | * | | | | Fix getservent() so that it returns s_port in network byte order.David 'Digit' Turner2009-05-272-2/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add a new document detailing known issues in the C library.
| * | | | | | Merge change 1852 into donutAndroid (Google) Code Review2009-05-272-2/+18
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix __eabi_atexit() implementation, as well as a bug in the BSD-originated __cxa_finalize() implementation This patch uses "#if ANDROID" instead of "#if 1" in the __cxa_finalize() fix
| | * | | | | | Fix __eabi_atexit() implementation, as well as a bug in the BSD-originated ↵David 'Digit' Turner2009-05-202-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | __cxa_finalize() implementation This patch uses "#if ANDROID" instead of "#if 1" in the __cxa_finalize() fix
| * | | | | | | add msm_camera.h header and .gitignore file to bionicIliyan Malchev2009-05-262-0/+356
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
| * | | | | | | update msm_adsp.h headerIliyan Malchev2009-05-261-7/+13
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
| * | | | | | Fix the parsing of the .fini_array in the dynamic linker (it should happen ↵David 'Digit' Turner2009-05-262-24/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in reverse order). Also add a small design overview document for the linker. The latter contains details on how the initialization/finalization is supposed to work.
| * | | | | | Add <linux/ipsec.h> and <linux/if_pppolac.h> for VPN support.David 'Digit' Turner2009-05-204-2/+88
| |/ / / / / | | | | | | | | | | | | | | | | | | Also update tools/update_all.py to not use perforce add/edit/delete commands automatically now that we're using git
| * | | | | Add <cmath> standard C++ header.David 'Digit' Turner2009-05-181-0/+71
| | | | | | | | | | | | | | | | | | | | | | | | This is needed for upcoming STLport experimentation.
| * | | | | revert to previous implementation of __aeabi_atexit() since the new one ↵David 'Digit' Turner2009-05-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seems to crash a static ICU String destructor. I don't have the time to investigate why right now, so a revert is preferred. Damn...
* | | | | | Merge change 4342 into donutQuIC Gerrit Code Review2009-07-311-230/+194
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: camera: Initial release of camera feature 2.0.
| * | | | | | camera: Initial release of camera feature 2.0.Shuzhen Wang2009-07-281-230/+194
| | |_|_|_|/ | |/| | | |
* | | | | | bionic: Add API to set the max volume on all devices.Peter Lohmann2009-07-231-0/+1
|/ / / / /
* | | | | bionic: Add volume path (RX/TX) struct and ioctl.Peter Lohmann2009-07-171-0/+6
| | | | |
* | | | | bionic: Add new IOCTL to support MBADRCSuresh Vankadara2009-07-161-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to include new ioctl AUDIO_SET_MBADRC and bit masks related to pre-processing feature. This corresponds to kernel gerrit IDs: 3921, 4017
* | | | | Merge change 3999 into donutQuIC Gerrit Code Review2009-07-161-1/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: bionic: add dvs fields and change intra_refresh field name
| * | | | | bionic: add dvs fields and change intra_refresh field nameSusan Brownhill2009-07-071-1/+3
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Susan Brownhill <sbrownhi@quicinc.com>
* | | | | Bionic: Update msm_audio.h to support multiple device combinationsAshraya Arya2009-07-091-0/+6
|/ / / /
* | | | bionic: Update virtual memory support 2G/2G splitChandan Uddaraju2009-06-293-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the virtual address change for 1. Thread stack 2. linker 3. Non-prelinked libraries
* | | | Bionic: Update msm_audio.h to support volume, pan and QConcertPlusSuresh Vankadara2009-06-231-0/+7
| | | | | | | | | | | | | | | | Signed-off-by: Suresh Vankadara <svankada@qualcomm.com>
* | | | Bionic: sync kernel changes in android_pmem.h to bionicLarry Bassel2009-06-211-0/+10
| | | | | | | | | | | | | | | | Signed-off-by: Larry Bassel <lbassel@quicinc.com>
* | | | Merge change 2762 into donutQuIC Gerrit Code Review2009-06-211-1/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: bionic: msm framebuffer header merge
| * | | | bionic: msm framebuffer header mergeJoon Rhee2009-06-171-1/+10
| | |/ / | |/| | | | | | | | | | | | | | | | | | Add mdp histogram and lut operation. Signed-off-by: Joon Rhee <jrhee@quicinc.com>
* | | | Merge change 2679 into donutQuIC Gerrit Code Review2009-06-211-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: camera: Add defines for post processing.
| * | | | camera: Add defines for post processing.Jignesh Mehta2009-06-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Add defines for preview, snapshot and raw snapshot post processing. Signed-off-by: Jignesh Mehta <c_jmehta@quicinc.com>
* | | | | Merge change 2678 into donutQuIC Gerrit Code Review2009-06-211-0/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: camera: Add MSM_CAM_IOCTL_AF_CTRL and MSM_CAM_IOCTL_AF_CTRL_DONE
| * | | | camera: Add MSM_CAM_IOCTL_AF_CTRL and MSM_CAM_IOCTL_AF_CTRL_DONEJignesh Mehta2009-06-161-0/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | For AF control command, add the above two ITCTLs. CRs-Fixed: 183633 Signed-off-by: Jignesh Mehta <c_jmehta@quicinc.com>
* | | | Merge change 2569 into donutQuIC Gerrit Code Review2009-06-191-1/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Bionic: Updating msm_audio.h to support NT2 Stream Info
| * | | | Bionic: Updating msm_audio.h to support NT2 Stream InfoZeng, Helen2009-06-121-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This corresponds to kernel gerrit ID: 2230 This patch should be merged to mainline after 2544 (Gerrit ID) is merged first.
* | | | | Merge change 2544 into donutQuIC Gerrit Code Review2009-06-191-0/+19
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | * changes: bionic: msm: audio: Add asynchronous I/O interface definition
| * | | bionic: msm: audio: Add asynchronous I/O interface definitionLai, Patrick2009-06-121-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>
* | | memcpy: Optimize memcpy arm assembly codeQ8650BSDCANLYA3160Naresh Babu Saladi2009-06-151-14/+6
|/ / | | | | | | | | Improve branch prediction and remove unnecessary preloads in memcpy arm assembly code.
* | 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
|\ \ \ \ | | |_|/ | |/| |