| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: If7d72fb7710b9def7264a0229e9ee29014f56292
|
|
|
|
|
|
| |
Note: EXTENDED_FONT_FOOTPRINT is set by default on M.
Change-Id: I04efef2e55628e6b5b0b8e0bfcb602ecd0ecb1ce
|
|
|
|
|
|
| |
Our camera is now "fixed up".
Change-Id: Id3177305d6746ec692019303394b1576ea5999dc
|
|
|
|
| |
Change-Id: Ie1001438fb90b8f6a3991a14e0f11968eb2d1ac9
|
|
|
|
|
|
| |
Adapted from a patch by @MWisBest
Change-Id: I1b0cb2db0e5473088eb42b623bfd902332b1ec47
|
|
|
|
| |
Change-Id: I1a11f31de12768a0a86c9fa8f318a6388d91ef4b
|
|
|
|
| |
Change-Id: I3bf6cd86fdcdc948431a018043344620ae141775
|
|
|
|
| |
Change-Id: Ic099466f0856fbcb1b7e1717ebdf8fade926c525
|
|
|
|
|
|
|
|
| |
https://android.googlesource.com/device/moto/shamu/+/8de2aa968d333fe3a4ffe330859207566150bce9
Fixes ghost MTP.
Change-Id: I455278f7d8d05c9b5860c6e1dd650d20dcdef9bd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While I preferred to just modify the RILs directly, it simply became too
tedious trying to fix three things that all have the same problem.
libsecril-compat: Log if unimplemented symbols are called.
Analysis of the RILs has shown these shouldn't be called,
but just in case, we should know if it happens.
libsecril-compat: Actually forward the writeString16 symbol.
Good thing I added that logging; somehow this IS called.
|
|
|
|
|
|
| |
This reverts commit eda0d22836e67db8e5773280209b9bf46ad61c84.
Change-Id: I7474e7278710f1011900e31a8566b31673833600
|
|
|
|
|
|
|
|
| |
These tags are needed by the CM13 camera to not crop images to square
when shooting portrait. As the camera HAL already rotated the picture,
always set orientation to 0.
Change-Id: Id8b6aac5369ae3adfdfec0ec7528edc849bd3b10
|
|
|
|
|
|
|
|
| |
Frameworks/native commit e2806cb4456e3815e979f333ed23ec7df591a9ff made
SensorManager(const android::String16&) private.
Let's use SensorManager& getInstanceForPackage(const String16& packageName)
instead.
|
|
|
|
| |
Change-Id: I1bdd4510dc54517e70b2bc196b6e371520665661
|
|
|
|
| |
Change-Id: I0a17b1fd55aa1488e7b8c4cdde4d8aebc02bc6b5
|
|
|
|
| |
This alone was enough to cut 16KB off of the mllite.so size.
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Some formatting nitpicks.
- Removed useless 'dev_name'/'dev_fd' stuff for SensorBase.
- Merged sensor structs together.
- Added handleToDriver for MPLSensor.
|
|
|
|
|
| |
Since we're not checking which sensor models we have,
we don't need to dynamically do this.
|
|
|
|
| |
While we're at it, make these constants and axe the functions.
|
|
|
|
|
|
|
| |
Since these are both in our device tree now, there's no need to
have them be separated. This saves about 14KB of space as well.
Change-Id: Ibfcd7da4b30bb261586ecd9373e6fd4a343e0e06
|
| |
|
|
|
|
|
| |
version_major and version_minor are deprecated.
Ensure we actually set the sensor api version.
|
| |
|
|
|
|
| |
The header files necessary for those sensors aren't even here anyway.
|
| |
|
| |
|
| |
|
|
|
|
| |
Also updates path to asoc stuff.
|
| |
|
| |
|
| |
|
|
|
|
| |
Change-Id: I405d9d10a72db8c4ad0328f46d0dd2c82f18f74d
|
| |
|
|
|
|
| |
Change-Id: I576d40023e7d1981a2da6ce5d6dd999067418c89
|
|
|
|
| |
RIL libs have been patched directly now.
|
|
|
|
|
| |
The storage_list.xml resource overlay has been removed and is no longer used by the framework:
https://source.android.com/devices/storage/config.html#android_6_0
|
| |
|
|
|
|
|
|
|
| |
Overhauled its .mk files as well as fixed some whitespace problems.
Conflicts:
libsensors/Android.mk
|
| |
|
|
|
|
|
|
|
| |
This reverts commit 9edd01c28d81c271eeee08b4b8b68ebc1b82d3dc.
Conflicts:
BoardConfig.mk
|
|
|
|
|
|
| |
In M, init no longer gets the hardware name from /proc/cpuinfo.
Change-Id: I722cef8b8091192af68d2463bf19d687511962c9
|
| |
|
|
|
|
| |
Change-Id: I0512a0f7a089b748c199f1a8933c6323cda86a1e
|
|
|
|
| |
Change-Id: Ia6b21b115fe2c4efa8c91ef00c21ec876525febe
|
|
|
|
| |
Just a hunch, see the comment...
|
|
|
|
|
| |
This basically halves the long period size. I wish there was a different way
to fix this but I don't think there is.
|
|
|
|
|
|
|
|
|
|
| |
Move the detection in start_output_stream_deep_buffer down to allow a call to
pcm_set_avail_min now. Did a few micro-optimizations as well.
Conflicts:
audio/audio_hw.c
Change-Id: I90d5663040986ffd597f37ae66334467adacea3b
|
|
|
|
| |
(buffer_frames is only used for OUT_RESAMPLER)
|