4bd5eb59b4c1db8a7b81539c57862f210c756e8d |
|
02-Feb-2015 |
Nanik Tolaram <nanikjava@gmail.com> |
Removal of dead code and adding log messages to make it easier for debugging - Add more logging using ALOGD(..) for function dispatchSmsWrite, dispatchDial, dispatchSIM_IO, dispatchSIM_APDU, dispatchCallForward, dispatchRaw and dispatchCdmaSmsAck. To make it easier for debugging. - Remove commented log message inside wakeTimeoutCallback () function and remove the else clause as it's dead not used for anything. - Modify log message inside removeFromList and removeWatch using + and - to make it consistent with the other log message. Change-Id: Ife0212e6a4724d8b06a1dd767484bfdf98b8e1a6 Signed-off-by: Nanik Tolaram <nanikjava@gmail.com>
/hardware/ril/libril/ril_event.cpp
|
313a350a45bd67c8328291559b318a8510171531 |
|
10-Jan-2015 |
Elliott Hughes <enh@google.com> |
We have POSIX clocks. We're probably not running the RIL on a Mac. Change-Id: Ib6be56cd26d67e2b72b559cb364b1e34ab613016
/hardware/ril/libril/ril_event.cpp
|
4dcab4f90d2d49e40100e4888b1411dfbd1c9783 |
|
20-Nov-2012 |
Wink Saville <wink@google.com> |
Add RLOGx This will eventually allow us to remove the code in logd_write.c#__android_log_write which uses the tag to direct logs to the radio buffer. Change-Id: I7a6a966bc12e59a3ec68a56a41dd681fb325dfd8
/hardware/ril/libril/ril_event.cpp
|
f423cde8f901a72fd0cb811583a2cdabe62c64bd |
|
08-Jan-2012 |
Steve Block <steveblock@google.com> |
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Id52de89149d4580873215fafc922ec4bd8d722ed
/hardware/ril/libril/ril_event.cpp
|
6464068a31ff890d42d3da9cdf580d07c9c630d8 |
|
20-Dec-2011 |
Steve Block <steveblock@google.com> |
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: Ib3eab0b780391f9a0ac9b53282616d66a0154ade
/hardware/ril/libril/ril_event.cpp
|
11b35e613debbc9bcc162111d104e4c9f90fdbb8 |
|
29-Dec-2010 |
Axel Lin <axel.lin@gmail.com> |
Add a missing MUTEX_RELEASE() in ril_event_del In the case of (ev->index < 0 || ev->index >= MAX_FD_EVENTS), we must call MUTEX_RELEASE() before return. Change-Id: Ic0b21a8e1fbc940c4bfcc1fc8b606536e2484c71
/hardware/ril/libril/ril_event.cpp
|
2932f31296822b86ed945e09cadaabf2a453843c |
|
08-Oct-2010 |
Wink Saville <wink@google.com> |
Revert "Add timer delete support to rild" DO NOT MERGE This reverts commit 7edd07c9184a3abfaa3f4a161b74b3da9d7bbd56. We need to revert here as this change is not in Gingerbread or later branches. Change-Id: I1b0d68655e3a91647f455cbc43f421db39f9aa55
/hardware/ril/libril/ril_event.cpp
|
7edd07c9184a3abfaa3f4a161b74b3da9d7bbd56 |
|
22-Jun-2010 |
Naveen Kalla <nkalla@codeaurora.org> |
Add timer delete support to rild Change-Id: Ia862f4cac116bf1ee98788c004860cdb2c70f356
/hardware/ril/libril/ril_event.cpp
|
510a9bc7e2444cdb2b6a923ca3c4d0b45eebc400 |
|
02-Apr-2009 |
Wink Saville <> |
AI 144245: Fix merge conflict for megering in the CDMA changes in to master from donutburger. Automated import of CL 144245
/hardware/ril/libril/ril_event.cpp
|
00f06fc3fdb05d4276e76091cacb42b6f6862222 |
|
04-Mar-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import from //depot/cupcake/@135843
/hardware/ril/libril/ril_event.cpp
|
c2efc51d848d68147320a5983954f9c76428885c |
|
04-Mar-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import from //depot/cupcake/@135843
/hardware/ril/libril/ril_event.cpp
|
a8657f8726ba81b72eb532c884545b4ad52ff471 |
|
18-Dec-2008 |
The Android Open Source Project <initial-contribution@android.com> |
Code drop from //branches/cupcake/...@124589
/hardware/ril/libril/ril_event.cpp
|
dbbb392e15b5ace6f19e76c49c80ea14292e8a4d |
|
21-Oct-2008 |
The Android Open Source Project <initial-contribution@android.com> |
Initial Contribution
/hardware/ril/libril/ril_event.cpp
|