Commit Graph

5 Commits

Author SHA1 Message Date
Anirudh Gargi 1cab1d554d gril: Fix print macros to use latest print_buf 2016-05-24 11:05:42 -05:00
Denis Kenzior 8e40ef7e1f gril: Add g_ril_new_with_ucred 2015-12-16 11:39:36 -06:00
Denis Kenzior b8aae77e97 gril: Use unsigned int instead of gsize
Sizeof gsize changes depending on 32/64 bit system.  However, in reality
it is always 4 bytes.
2015-12-13 20:53:17 -06:00
Denis Kenzior a02f164730 gril: Remove g_ril_reply_parse_data_reg_state 2015-12-03 10:04:07 -06:00
Tony Espy 9c2af753c0 gril: Library to communicate with rild
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>
2015-10-13 16:02:11 -05:00