Lines Matching refs:request
1007 * (request will be made again in a few hundred msec)
1054 * After this HANGUP request returns, RIL should show the connection is NOT
1075 * After this HANGUP request returns, RIL should show the connection is NOT
1094 * After this HANGUP request returns, RIL should show the connection is NOT
1217 * Request current registration state
1344 * Request current DATA registration state
1384 * Request current operator ONS or EONS
1547 * ((const char **)data)[6] is the connection type to request must be one of the
1573 * Request SIM I/O operation.
1613 * "data" is a const char * containing the USSD request in UTF-8 format
1776 * FIXME would like request that specified RP-ACK/RP-ERROR PDU
1790 * The request is DEPRECATED, use RIL_REQUEST_DEVICE_IDENTITY
1809 * The request is DEPRECATED, use RIL_REQUEST_DEVICE_IDENTITY
1980 * This request must not respond until the new operator is selected
2005 * This request must not respond until the new operator is selected
2041 * This request must not respond until the new operator is selected
2249 * Request a radio reset. The RIL implementation may postpone
2250 * the reset until after this request is responded to if the baseband
2253 * The request is DEPRECATED, use RIL_REQUEST_RADIO_POWER
2270 * This request reserved for OEM-specific uses. It passes raw byte arrays
2295 * This request reserved for OEM-specific uses. It passes strings
2627 * Request neighboring cell id in GSM network
2667 * Request to set the location where the CDMA subscription shall
2689 * Request to set the roaming preferences in CDMA
2708 * Request the actual setting of the roaming preferences in CDMA in the modem
2729 * Request to set the TTY mode
2749 * Request the setting of TTY mode
2771 * Request to set the preferred voice privacy mode used in voice
2790 * Request the setting of preferred voice privacy mode
2916 * Request the setting of GSM/WCDMA Cell Broadcast SMS config.
2972 * Request the setting of CDMA Broadcast SMS config
3028 * Request the device MDN / H_SID / H_NID.
3030 * The request is only allowed when CDMA subscription is available. When CDMA
3031 * subscription is changed, application layer should re-issue the request to
3092 * Request the device ESN / MEID / IMEI / IMEISV.
3094 * The request is always allowed and contains GSM and CDMA device identity;
3102 * layer should re-issue the request to update the device identity in this case.
3120 * Request the radio's system selection module to exit emergency
3209 * Request to query the location where the CDMA subscription shall
3230 * Request the ISIM application on the UICC to perform AKA
3270 * This request has one difference from RIL_REQUEST_STK_SEND_ENVELOPE_COMMAND:
3422 * "1" USSD-Request -- text in ((const char **)data)[1]
3793 * @param request is one of RIL_REQUEST_*
3800 typedef void (*RIL_RequestFunc) (int request, void *data,
3820 * request should be cancelled.
3822 * On cancel, the callee should do its best to abandon the request and
3825 * Subsequent calls to RIL_onRequestComplete for this request with
3827 * to ignore the cancellation request)