• Home
  • History
  • Annotate
  • only in /hardware/ril/librilutils/
History log of /hardware/ril/librilutils/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5a3c43ffa2e11810fc656b5fee54eada3a215d3d 20-Nov-2017 Chih-Hung Hsieh <chh@google.com> Use -Werror in hardware/ril/librilutils

Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: I686a263ce0d61444cac9cba546bf5966124e0f49
ndroid.mk
4ef3e136c440153bb1173457f64bec9f2fecb81e 18-Apr-2017 Steven Moreland <smoreland@google.com> Move librilutils to vendor.

Test: CleanSpec.mk works
Test: Works with BOARD_VNDK_VERSION := current
Test: Phone call works
Fixes: 37429672
Change-Id: I605732a88dc57132d8fa4bbfa70a3c9b47b0e0ff
ndroid.mk
88961c2a2feb543bc6f63b42eeaa112ddca5d6e3 11-Apr-2017 Tomasz Wasilczyk <twasilczyk@google.com> Fix warnings and set Werror flags to not let them happen again.

Test: it builds.
Bug: b/37159108
Change-Id: I3b0d6376d81615774b60e71a6eebf6f38224df88
ndroid.mk
3cf0775dd1233eb52f3ff21ddff0a5e5e6631d66 28-Sep-2015 Dan Willemsen <dwillemsen@google.com> resolved conflicts for ba95966e to stage-aosp-master

Change-Id: Id468b025222853e5a421300b6e669de999bf737e
f5d7ea3da0cbdb6f830d6033489a917b442a3257 25-Sep-2015 Dan Willemsen <dwillemsen@google.com> Prepare to remove ril from global include paths

Bug: 18903857
Change-Id: I3051dd5d3947dda346406841853eac8213a3eb55
ndroid.mk
e5faca1d4ac0de0920d379dca656c0f809045640 30-Jul-2015 Elliott Hughes <enh@google.com> am bdb15a2a: Merge "Use _WIN32 rather than HAVE_WINSOCK in librilutils."

* commit 'bdb15a2afe89fd2458224accf59ed9a8bda7d3e6':
Use _WIN32 rather than HAVE_WINSOCK in librilutils.
75f10b865655eb08d24fc9a9c854dc667c173d3e 30-Jul-2015 Elliott Hughes <enh@google.com> Use _WIN32 rather than HAVE_WINSOCK in librilutils.

(This code isn't built for the host, but has a copy of record_stream.c.)

Change-Id: I01ff7f9d138ad83c379e0dbe4abb2447a7ae98fe
ecord_stream.c
27976c479473bb772703fe4caa100e535e635e84 02-Jul-2014 Dheeraj Shetty <dshetty@codeaurora.org> Introduction of the new SAP-UIM socket

Added new socket connection for communication between the SAP module
in Telephony and User Identity Module with DSDA support.

New classes added are:

RilSocket
---------
Base class(virtual) for any type of socket. Has listen
and commands callbacks similar to that of the existing
telephony->rild socket.

RilSapSocket
------------
Derived class for socket for communication between BT SAP
and the sim module in the modem. It initialises
socket, calls Sap_Uim_Init to get the handles and
starts the socket thread.

rilSocketQueue
--------------
Queue for managing socket requests.

Change-Id: I8828173941d6ae76f1f9cc0d567efaf41a77d175
ndroid.mk
roto/sap-api.options
8905d89997ee4e4884a563254da87a3d341dbebb 21-May-2014 Wink Saville <wink@google.com> Add sap-api.proto.

Change-Id: Ia526b1c872e5a3b298613387f58ee2aec6d7983c
roto/sap-api.proto
2ceb52564120b538784f1a898b76d7be98cc7c85 08-May-2014 Ying Wang <wangying@google.com> Remove unused LOCAL_LDLIBS.

Change-Id: Id93e486c16cfce8be120a136ff798631e540c89e
ndroid.mk
622bf2bf79849127cbedd1f56631615bf58aaf78 22-May-2013 Dima Zavin <dima@android.com> ril: move record_stream_xxx to librilutils and export header

Change-Id: I9986c8c5fb1777bbd2b686769ecc726319a73100
Signed-off-by: Dima Zavin <dima@android.com>
ndroid.mk
ecord_stream.c
8a9e02161271505de274db0c3a88087056dd5dfc 09-Apr-2013 Wink Saville <wink@google.com> Add support for CellInfo RIL commands.

These commands allow for more precise location determination.

To support CellInfo I created librilutils which adds ril_nano_time
over time librilutils will be expanded to have other common methods
that would be used by ril implementations.

Bug: 8235566
Change-Id: I7ad7dabc4b6c38bfba4461b08e6e30d0eb9efea1
ndroid.mk
ibrilutils.c