summaryrefslogtreecommitdiffstats
path: root/gril/parcel.c
AgeCommit message (Collapse)AuthorFilesLines
2015-12-03gril: Remove unused str_array functionsDenis Kenzior1-35/+0
2015-12-01gril: Add parcel_r_strvDenis Kenzior1-0/+22
2015-11-30gril: Add parcel skip stringDenis Kenzior1-0/+21
2015-10-13gril: Library to communicate with rildTony Espy1-0/+293
gril is a library used to communicate with rild, the Android telephony daemon. Communication happens using a named socket over which binder parcels are transmitted. Co-authored-by: Tony Espy <espy@canonical.com> Co-authored-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> Co-authored-by: Alfonso Sanchez-Beato <alfonso.sanchez-beato@canonical.com> Co-authored-by: Mikko Hurskainen <mikko.hurskainen@nomovok.com> Co-authored-by: You-Sheng Yang <vicamo.yang@canonical.com> Co-authored-by: Ratchanan Srirattanamet <peathot@hotmail.com>