Lines Matching refs:commands
29 …from Android telephony services, and dispatches calls to the Vendor RIL as solicited commands.</li>
30 …dware and dispatches calls to the RIL Daemon (<code>rild</code>) through unsolicited commands.</li>
43 <p>See the RIL Daemon source code at <code>//device/commands/rild/rild.c</code> for details.</p>
60 …<li>Solicited commands: Solicited commands originated by RIL lib, such as <code>DIAL</code> and <c…
67 <p>The following snippet illustrates the interface for solicited commands:</p>
72 <p>There are over sixty solicited commands grouped by the following families:</p>
93 <p>The following snippet illustrates the interface for unsolicited commands:</p>
97 <p>There are over ten unsolicited commands grouped by the following families:</p>
113 …l vendor RILs. The source code for the reference RIL is found at <code>/commands/reference-ril/</c…
153 … provide the functions described in the table below to handle solicited commands. The RIL solicite…
159 …<p>This is the RIL entry point for solicited commands and must be able to handle the various RIL s…
215 …ow are call-back functions used by the Vendor RIL to invoke unsolicited commands on the Android pl…