Lines Matching refs:request
826 * (request will be made again in a few hundred msec)
1026 * Request current registration state
1134 * Request current GPRS registration state
1167 * Request current operator ONS or EONS
1336 * Request SIM I/O operation.
1376 * "data" is a const char * containing the USSD request in UTF-8 format
1539 * FIXME would like request that specified RP-ACK/RP-ERROR PDU
1553 * The request is DEPRECATED, use RIL_REQUEST_DEVICE_IDENTITY
1572 * The request is DEPRECATED, use RIL_REQUEST_DEVICE_IDENTITY
1729 * This request must not respond until the new operator is selected
1754 * This request must not respond until the new operator is selected
1790 * This request must not respond until the new operator is selected
1994 * Request a radio reset. The RIL implementation may postpone
1995 * the reset until after this request is responded to if the baseband
1998 * The request is DEPRECATED, use RIL_REQUEST_RADIO_POWER
2015 * This request reserved for OEM-specific uses. It passes raw byte arrays
2040 * This request reserved for OEM-specific uses. It passes strings
2388 * Request neighboring cell id in GSM network
2428 * Request to set the location where the CDMA subscription shall
2449 * Request to set the roaming preferences in CDMA
2468 * Request the actual setting of the roaming preferences in CDMA in the modem
2489 * Request to set the TTY mode
2509 * Request the setting of TTY mode
2531 * Request to set the preferred voice privacy mode used in voice
2550 * Request the setting of preferred voice privacy mode
2676 * Request the setting of GSM/WCDMA Cell Broadcast SMS config.
2732 * Request the setting of CDMA Broadcast SMS config
2788 * Request the device MDN / H_SID / H_NID.
2790 * The request is only allowed when CDMA subscription is available. When CDMA
2791 * subscription is changed, application layer should re-issue the request to
2852 * Request the device ESN / MEID / IMEI / IMEISV.
2854 * The request is always allowed and contains GSM and CDMA device identity;
2862 * layer should re-issue the request to update the device identity in this case.
2880 * Request the radio's system selection module to exit emergency
3082 * "1" USSD-Request -- text in ((const char **)data)[1]
3388 * @param request is one of RIL_REQUEST_*
3395 typedef void (*RIL_RequestFunc) (int request, void *data,
3415 * request should be cancelled.
3417 * On cancel, the callee should do its best to abandon the request and
3420 * Subsequent calls to RIL_onRequestComplete for this request with
3422 * to ignore the cancellation request)