summaryrefslogtreecommitdiffstats
path: root/libril/ril_commands.h
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2014-07-13 05:17:28 -0700
committerWink Saville <wink@google.com>2014-07-13 05:17:28 -0700
commitc29360a92ad603fcec008c098cbbed47e3399dc8 (patch)
treee433b2bffebac2d99a1c47380731d8eb26b3054f /libril/ril_commands.h
parent2b77203b8c64e5bfa848303df7328d015069f8c7 (diff)
downloadandroid_hardware_ril-c29360a92ad603fcec008c098cbbed47e3399dc8.tar.gz
android_hardware_ril-c29360a92ad603fcec008c098cbbed47e3399dc8.tar.bz2
android_hardware_ril-c29360a92ad603fcec008c098cbbed47e3399dc8.zip
Add support for retrieving real time data connection information.
To be able to reduce power consumption caused by the mobile radio being in a high power state, the radio will report its power state in real time. Bug: 8233234 Change-Id: Ia4195211c380efc04a65c6f1f6e4d29095a1bc35
Diffstat (limited to 'libril/ril_commands.h')
-rw-r--r--libril/ril_commands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libril/ril_commands.h b/libril/ril_commands.h
index 91cd7e5..d0affe7 100644
--- a/libril/ril_commands.h
+++ b/libril/ril_commands.h
@@ -140,3 +140,5 @@
{RIL_REQUEST_ALLOW_DATA, dispatchInts, responseVoid},
{RIL_REQUEST_GET_HARDWARE_CONFIG, dispatchVoid, responseHardwareConfig},
{RIL_REQUEST_SIM_AUTHENTICATION, dispatchString, responseString},
+ {RIL_REQUEST_GET_DC_RT_INFO, dispatchVoid, responseDcRtInfo},
+ {RIL_REQUEST_SET_DC_RT_INFO_RATE, dispatchInts, responseVoid},