- 07 May, 2014 4 commits
- 30 Apr, 2014 1 commit
-
- 29 Apr, 2014 1 commit
-
-
Bill Yi authored
-
- 18 Apr, 2014 3 commits
-
-
Mohamad Ayyash authored
* commit 'e145607b': rild: Fix a sizeof bug.
-
Mohamad Ayyash authored
-
Mohamad Ayyash authored
Change-Id: Ic207f8b1567849051f24342e37f905a59b43dad2
-
- 13 Mar, 2014 1 commit
-
-
Mark Salyzyn authored
* commit 'c6bb9727': [RIL] 64-bit compile issues
-
- 12 Mar, 2014 3 commits
-
-
Mark Salyzyn authored
* commit 'c6bb9727': [RIL] 64-bit compile issues
-
Mark Salyzyn authored
-
Mark Salyzyn authored
- size_t use %zu format - All in RLOG, so zero functional impact - suppress unused argument warnings Change-Id: I99d7221a13de6f12bfcf93ef8fe4521669f1f783
-
- 11 Mar, 2014 1 commit
-
-
Etan Cohen authored
* commit '458d8b7e': [RIL] Fix build-break when enabling RILC_LOG
-
- 07 Mar, 2014 1 commit
-
-
Colin Cross authored
* commit 'ebdf40e6': reference-ril: fix LP64 warnings
-
- 28 Feb, 2014 3 commits
-
-
Etan Cohen authored
* commit '458d8b7e': [RIL] Fix build-break when enabling RILC_LOG
-
Etan Cohen authored
-
Etan Cohen authored
A couple of debug messages were using out-of-date struct members causing the build to break when the RILC_LOG flag was enabled. Change-Id: I258a58744aa3c71ddbe09e598221c149be59b554
-
- 06 Feb, 2014 3 commits
-
-
Colin Cross authored
* commit 'ebdf40e6': reference-ril: fix LP64 warnings
-
Colin Cross authored
-
Colin Cross authored
Use %p to print pointers Change-Id: I5ad8e349a0dc0b471eb693f87b088edb555a48a7
-
- 25 Jan, 2014 3 commits
-
-
Colin Cross authored
* commit '2f29fdb8': Set USE_NP based on HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE
-
Colin Cross authored
-
Colin Cross authored
64 bit bionic does not define pthread_cond_timeout_np, use HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE to determine whether or not to use it. Change-Id: Ia94dd76f7ea4b0268f07049c127342a8bd016ec0
-
- 06 Jan, 2014 6 commits
-
-
Elliott Hughes authored
* commit 'dcb3334c': Fix pthread_create error handling in ril harder.
-
Elliott Hughes authored
-
Elliott Hughes authored
* commit '21538d94': Fix pthread_create error handling in ril.
-
Elliott Hughes authored
The previous patch fixed the behavior _if_ something goes wrong... ...but didn't fix the check for whether something went wrong. pthread_create isn't a regular Unix "return -1 and set errno" kind of function; it returns 0 on success and an error number (without setting errno) on failure. Bug: https://code.google.com/p/android/issues/detail?id=64189 Change-Id: I335af890885d6a672d7bac746fdfea3ed3995360
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: https://code.google.com/p/android/issues/detail?id=64189 Change-Id: Ie6282dda582a574aaad5513c39f2d8d965f6dee3
-
- 16 Dec, 2013 5 commits
-
-
Wink Saville authored
* commit 'c4801e78': Fix parameter mismatch between header and implementation
-
Wink Saville authored
-
Wink Saville authored
* commit 'af03f928': Removing the error return value requirement for RIL_REQUEST_SIM_OPEN_CHANNEL.
-
Wink Saville authored
-
Shishir Agrawal authored
On error, the RIL implementation should throw an error and the value returned does not need to be valid. Change-Id: Idf81e6f7e2aa5e967e97cef402dfd53150b9b183
-
- 13 Dec, 2013 3 commits
-
-
Wink Saville authored
* commit '710f0c82': Change in semantics for RIL_REQUEST_SIM_OPEN_CHANNEL: -1 indicates error.
-
Wink Saville authored
-
Shishir Agrawal authored
Changing the RIL_REQUEST_SIM_OPEN_CHANNEL comment to state that the modem should return -1 on error and not 0. Change-Id: Ied71c23857659048f080531b79f98eb9db221c96
-
- 12 Dec, 2013 1 commit
-
-
Bernhard Rosenkränzer authored
RIL_onUnsolicitedResponse's second parameter is const void *data according to include/telephony/ril.h and rild/rild.c, but void *data according to libril/ril.cpp This mismatch causes a compile failure with clang (and I'm surprised it compiles with gcc with the mismatch - probably gcc parses this as function overloading even though it's extern "C", which wouldn't do what is expected). Change-Id: Ib437040aeca4be43cc2d327c3715ffa98c76878c Signed-off-by:
Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
-
- 11 Dec, 2013 1 commit
-
-
Wink Saville authored
* commit 'dbff9519': Send unsol_sim_status on radio_state change
-