| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
While this is not a fix for the CR, this may prevent native crash
as seen in CR 212158
|
|\ |
|
|/ |
|
|\
| |
| |
| |
| | |
* changes:
bionic: Add msm_audio_qcp.h for EVRC and QCELP config interface
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
camera: Add macros for v4l2 zoom feature
|
| | |
| | |
| | |
| | | |
CRs-Fixed: 193150
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
bionic: audio: 7x30: Audio Device Controller Definition
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
Add audio device control IOCTL and associated data
structure definition
Unrelated changes are cleanup by cleanheader script
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
libraries
Add flag to mmap system call to use the specified address for libraries. This fixed the
issue of the address mismatch of prelinked libraries after the 2G/2G virtual memory changes.
CRs-fixed: 195174
|
| |
| |
| |
| | |
Synchronize msm_mdp.h kernel header that adds MDP_BLUR support.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
memcpy: change pre-load instruction to use source address register
|
| | |
| | |
| | |
| | |
| | |
| | | |
In case of 32-bit aligned memcpy, pre-load the contents of source.
Currently, pre-load instruction uses register r12, which doesn't
point to source address and thus effectively a no-op in the code.
|
|\ \ \ |
|
| |\ \ \
| | |_|/
| |/| | |
|
| | |\ \ |
|
| | | |\ \
| | |/ / / |
|
| | | |\ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Susan Brownhill <sbrownhi@quicinc.com>
|
| | | |\ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Suresh Vankadara <svankada@qualcomm.com>
|
| | | |\ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* changes:
Bionic: sync kernel changes in android_pmem.h to bionic
Bionic: Updating msm_audio.h to support NT2 Stream Info
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Larry Bassel <lbassel@quicinc.com>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This corresponds to kernel gerrit ID: 2230
This patch should be merged to mainline after 2544 (Gerrit ID)
is merged first.
|
| | | |\ \ \ \ \
| | | | |/ / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* changes:
bionic: msm: audio: Add asynchronous I/O interface definition
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
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>
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Modify the preprocessor condition to explicitly check if
the ARM CLZ instruction is supported rather than for
ARM_ARCH_5, as this instruction is also supported on
newer ARM architectures.
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | |
| | | | | | |
| | | | | | | |
* changes:
bionic: Add meta field size to AIO buffer structure
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The meta field size parameter is required in AIO buffer structure for
using in NT2 mode in asynchronous I/O mechanism.
This change corresponds to kernel commit
effa0928ecd8a21d67391fda75c236c9c427d974
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Replace SWP instruction with ARMv6+ LDREX/STREX. Using
hardcoded binary instructions as the current default
Android compiler flag is set to compile for ARMv5 only.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* changes:
bionic: Add pcm width to msm audio config structure
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add pcm width variable to pcm config structure which is required for the
pcm decoder driver.
This corrs to kernel commit 284c865e265a9a86bd946f7b7fe686042a95512f
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Prior to this change, the dynamic loader kept track of opened libraries
either by their base name (i.e., libfoo.so instead of /system/lib/libfoo.so)
when the shared library was loaded through the DT_NEEDED tag in an ELF header,
or by whatever name was passed to dlopen(). This created a number of problems,
among which:
1. dlopen("libfoo.so") and dlopen("/path/to/libfoo.so") would open the same
library twice;
2. dlopen("/path/to/libfoo.so") and then dlopen("libbar.so"), where libbar.so
depends on libfoo.so, would open libfoo.so twice.
This patch makes the dynamic loader keep track of each loaded library by
basename, which resolves the above ambiguity. The patch also enforces
library lookup by base name, which means that it will refuse to load another
library that has the same name.
Thanks for the inspiration Iliyan.
Signed-off-by: Erik Gilling <konkers@android.com>
Cc: Iliyan Malchev <malchev@google.com>
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* changes:
linker: remove newlines from DL_ERR so that dlerror works correctly
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Erik Gilling <konkers@android.com>
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
More precisely, this accepts domain labels with an underscore in
the middle (i.e. not at the start or the end of the label). This
is needed to perform complex CNAME chain resolution in certain
VPN networks.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Some libc changes were preventing the initialization call from being made.
The basic problem appears to be that libc_init_common.c is only built once,
and it's only built for the non-debug libc.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This allows libc.so to run the C runtime initializer as soon as the
dynamic linker loads the shared library, i.e. before any other initializers
(e.g. static C++ constructors in other shared libraries the executable depends
on).
This also removes the bug where the initializers from the executable itself
were run twice: once by the dynamic linker, and another time by __libc_init
as defined by libc_init_dynamic.c
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is needed to properly initialize the C runtime when libc.so
is loaded by the dynamic linker.
Move the temporary TLS setup before the first system call, just
in case something really horrible happens, we won't crash when
trying to write an error code in 'errno'
Remove the broken TLS_SLOT_THREAD_ID setup. First, this slot
should normally receive the address of a pthread_internal_t,
not a kernel thread identifier. Second, it is never used by
the linker anyway.
Also remove an obsolete comment.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also add std::malloc/realloc/calloc/free to <cstdlib>
Rename <cwchar_is_not_supported> to <cwchar>
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Simplify the code a little, removing un-necessary mutex locks/unlocks.
Provide slightly better diagnostic message in case of corruption.
Use snprintf/strlcat instead of sprintf/strcat
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* changes:
Add LD_LIBRARY_PATH support to bionic's linker
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* changes:
update clean msm_camera.h
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Iliyan Malchev <malchev@google.com>
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
structure
|