summaryrefslogtreecommitdiffstats
path: root/rfs.c
Commit message (Collapse)AuthorAgeFilesLines
* rfs: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-301-16/+32
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments stylePaul Kocialkowski2013-03-301-5/+5
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Change coding style: add a space after if, for and whilePaul Kocialkowski2013-02-091-4/+4
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* RFS: Export ipc_rfs_send function prototypePaul Kocialkowski2012-12-151-2/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Copyright: Corrected email addressPaul Kocialkowski2012-11-191-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Updated copyright informationPaul Kocialkowski2012-11-041-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Reworked RIL requests, globals, SIM status, clientPaul Kocialkowski2012-11-011-2/+8
| | | | | | | | | | | * Handling ril requests with lists * Renamed functions to complete requests * Globals (most of them) are held in ril_data * Renamed SIM_Status to ril_sim_state * Renamed client object to data * Moved client funcs to a sub-structure Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* RFS: Only print the first 0x100 bytesPaul Kocialkowski2012-07-041-2/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Added RFS functions and IPC_GEN_PHONE_RES proper handling, applied to dataPaulK2011-12-311-0/+91