- 01 Sep, 2016 3 commits
-
-
Amit Mahajan authored
Bug: 30202619 Change-Id: Ib95e08a1c009d88a4b4fd8d8fdba0641c6129008 (cherry picked from commit 943905bb)
-
gitbuildkicker authored
-
Amit Mahajan authored
Bug: 30202619 Change-Id: Ib95e08a1c009d88a4b4fd8d8fdba0641c6129008 (cherry picked from commit 943905bb)
-
- 09 Jun, 2016 1 commit
-
-
The Android Automerger authored
-
- 08 Jun, 2016 1 commit
-
-
Sanket Padawe authored
Bug: 29214796 Change-Id: I5f74981a59344078f900ecf769cc962b1416d5fd
-
- 10 May, 2016 1 commit
-
-
The Android Automerger authored
-
- 09 May, 2016 2 commits
-
-
Sanket Padawe authored
-
Sooraj Sasindran authored
Make sure to release unsol wakelock BUG=28635279 Change-Id: I4bdf0e7b35df4e6aa077b062ab359c6938ce8292
-
- 08 May, 2016 1 commit
-
-
The Android Automerger authored
-
- 05 May, 2016 1 commit
-
-
Nathan Harold authored
Bug: 28299027 Change-Id: I3786265a266508d6ea842ccc2a2c3dcf99c3654f
-
- 14 Apr, 2016 5 commits
-
-
The Android Automerger authored
-
Keun Soo Yim authored
Change-Id: I52d7255c352f1a8188658d28f609e5028179d0a0
-
Keun Soo Yim authored
-
Keun Soo Yim authored
otherwise, the following code can be executed with unintended privileges. bug:28178548 Change-Id: I265f8c0e1693344a675cc2623968db816309b1f4
-
Keun Soo Yim authored
strncat can copy upto n bytes if its 3rd argument is n, while the 1st argument which is the destination has only n bytes in this case. Change-Id: I3469abdcf55e64c5878a855700b323335c40c8be
-
- 11 Apr, 2016 4 commits
-
-
The Android Automerger authored
-
The Android Automerger authored
-
The Android Automerger authored
-
The Android Automerger authored
-
- 10 Apr, 2016 1 commit
-
-
The Android Automerger authored
-
- 08 Apr, 2016 2 commits
-
-
Yu Ning authored
pthread_cond_timedwait_relative_np() is deprecated, and is only available in the 32-bit ABI (see bionic/libc/include/pthread.h). It is still used by the 32-bit version of reference-ril. Thanks to a recent bugfix for 64-bit [1], it is now safe to replace the deprecated function with the standard pthread_cond_timedwait(). Doing so also simplifies the code, as there is now a unified logic for 32 and 64-bit targets. [1] https://android-review.googlesource.com/210301 Signed-off-by:
Yu Ning <yu.ning@intel.com> (cherry picked from commit 3480b183) Change-Id: I1a15ee0fdfea38b6ee9c9fd49845d10d45f485b1
-
Jinhui Li authored
setTimespecRelative() converts a relative time to an absolute time, by adding the relative time to current system time. However, it fails to handle the case where the nanosecond component (tv_nsec) of the conversion result exceeds 10^9, which can cause a subsequent call to pthread_cond_timedwait() to return EINVAL. This bug is the root cause of the "no SIM card" error seen occasionally on x86_64 Android emulator. In fact, all 64-bit targets use setTimespecRelative() in conjunction with pthread_cond_timedwait() during AT handshake, but an EINVAL return value from the latter will lead to an infinite loop and hang the communication. With this fix, x86_64 emulator can boot with functional 3G networking every time. Signed-off-by:
Jinhui Li <jinhui.li@intel.com> [Revised code and commit message] Signed-off-by:
Yu Ning <yu.ning@intel.com> (cherry picked from commit 11476211) Change-Id: I5d7396ef7f0af5ef02ccab785046d635fb8f168c
-
- 04 Apr, 2016 2 commits
-
-
The Android Automerger authored
-
The Android Automerger authored
-
- 03 Apr, 2016 1 commit
-
-
The Android Automerger authored
-
- 01 Apr, 2016 1 commit
-
-
Sanket Padawe authored
Bug: 27726715 Change-Id: I3c48820f689052a89986191ccb08754197eea229
-
- 22 Mar, 2016 1 commit
-
-
The Android Automerger authored
-
- 21 Mar, 2016 2 commits
-
-
Ajay Nambi authored
am: 1034589c * commit '1034589c': Ril Error codes: Voice related messages
-
Ajay Nambi authored
This change adds new error codes for messages related to voice Bug: 27038563 Change-Id: I61bcc853f8046e6baf6c8000029f7af0f3f894f0
-
- 15 Mar, 2016 1 commit
-
-
The Android Automerger authored
-
- 14 Mar, 2016 1 commit
-
-
Ajay Nambi authored
am: 68900f5a * commit '68900f5a': New error codes for SMS/other messages
-
- 13 Mar, 2016 1 commit
-
-
The Android Automerger authored
-
- 12 Mar, 2016 1 commit
-
-
Ajay Nambi authored
This gerrit adds error codes for messages related to SMS and set_mute, get_mute requests Bug: 27038563 Change-Id: I4991e4a38c81501c39e91cfd5df90d8288f542ad
-
- 11 Mar, 2016 3 commits
-
-
twen.chang authored
am: 8dc7f4d0 * commit '8dc7f4d0': Add RIL Error code list
-
Sanket Padawe authored
-
twen.chang authored
BUG: 27589497 Change-Id: I9cc8c12364676c3c56dbee57fdc01cf055460816
-
- 10 Mar, 2016 1 commit
-
-
Sanket Padawe authored
Bug: 27134985 Change-Id: I0273a40f175212bed4aad42e46feb333d9df9a2b
-
- 09 Mar, 2016 1 commit
-
-
The Android Automerger authored
-
- 08 Mar, 2016 2 commits
-
-
Sanket Padawe authored
am: 2f0b452b * commit '2f0b452b': Enable integer sanitization in libril.
-
The Android Automerger authored
-