Lines Matching refs:dispatchVoid
18 {RIL_REQUEST_GET_SIM_STATUS, dispatchVoid, responseSimStatus},
26 {RIL_REQUEST_GET_CURRENT_CALLS, dispatchVoid, responseCallList},
28 {RIL_REQUEST_GET_IMSI, dispatchVoid, responseString},
30 {RIL_REQUEST_HANGUP_WAITING_OR_BACKGROUND, dispatchVoid, responseVoid},
31 {RIL_REQUEST_HANGUP_FOREGROUND_RESUME_BACKGROUND, dispatchVoid, responseVoid},
32 {RIL_REQUEST_SWITCH_WAITING_OR_HOLDING_AND_ACTIVE, dispatchVoid, responseVoid},
33 {RIL_REQUEST_CONFERENCE, dispatchVoid, responseVoid},
34 {RIL_REQUEST_UDUB, dispatchVoid, responseVoid},
35 {RIL_REQUEST_LAST_CALL_FAIL_CAUSE, dispatchVoid, responseInts},
36 {RIL_REQUEST_SIGNAL_STRENGTH, dispatchVoid, responseRilSignalStrength},
37 {RIL_REQUEST_VOICE_REGISTRATION_STATE, dispatchVoid, responseStrings},
38 {RIL_REQUEST_DATA_REGISTRATION_STATE, dispatchVoid, responseStrings},
39 {RIL_REQUEST_OPERATOR, dispatchVoid, responseStrings},
47 {RIL_REQUEST_CANCEL_USSD, dispatchVoid, responseVoid},
48 {RIL_REQUEST_GET_CLIR, dispatchVoid, responseInts},
55 {RIL_REQUEST_GET_IMEI, dispatchVoid, responseString},
56 {RIL_REQUEST_GET_IMEISV, dispatchVoid, responseString},
57 {RIL_REQUEST_ANSWER,dispatchVoid, responseVoid},
62 {RIL_REQUEST_QUERY_NETWORK_SELECTION_MODE, dispatchVoid, responseInts},
63 {RIL_REQUEST_SET_NETWORK_SELECTION_AUTOMATIC, dispatchVoid, responseVoid},
65 {RIL_REQUEST_QUERY_AVAILABLE_NETWORKS , dispatchVoid, responseStrings},
67 {RIL_REQUEST_DTMF_STOP, dispatchVoid, responseVoid},
68 {RIL_REQUEST_BASEBAND_VERSION, dispatchVoid, responseString},
71 {RIL_REQUEST_GET_MUTE, dispatchVoid, responseInts},
72 {RIL_REQUEST_QUERY_CLIP, dispatchVoid, responseInts},
73 {RIL_REQUEST_LAST_DATA_CALL_FAIL_CAUSE, dispatchVoid, responseInts},
74 {RIL_REQUEST_DATA_CALL_LIST, dispatchVoid, responseDataCallList},
75 {RIL_REQUEST_RESET_RADIO, dispatchVoid, responseVoid},
83 {RIL_REQUEST_QUERY_AVAILABLE_BAND_MODE, dispatchVoid, responseInts},
84 {RIL_REQUEST_STK_GET_PROFILE, dispatchVoid, responseString},
89 {RIL_REQUEST_EXPLICIT_CALL_TRANSFER, dispatchVoid, responseVoid},
91 {RIL_REQUEST_GET_PREFERRED_NETWORK_TYPE, dispatchVoid, responseInts},
92 {RIL_REQUEST_GET_NEIGHBORING_CELL_IDS, dispatchVoid, responseCellList},
96 {RIL_REQUEST_CDMA_QUERY_ROAMING_PREFERENCE, dispatchVoid, responseInts},
98 {RIL_REQUEST_QUERY_TTY_MODE, dispatchVoid, responseInts},
100 {RIL_REQUEST_CDMA_QUERY_PREFERRED_VOICE_PRIVACY_MODE, dispatchVoid, responseInts},
106 {RIL_REQUEST_GSM_GET_BROADCAST_SMS_CONFIG, dispatchVoid, responseGsmBrSmsCnf},
109 {RIL_REQUEST_CDMA_GET_BROADCAST_SMS_CONFIG, dispatchVoid, responseCdmaBrSmsCnf},
112 {RIL_REQUEST_CDMA_SUBSCRIPTION, dispatchVoid, responseStrings},
115 {RIL_REQUEST_DEVICE_IDENTITY, dispatchVoid, responseStrings},
116 {RIL_REQUEST_EXIT_EMERGENCY_CALLBACK_MODE, dispatchVoid, responseVoid},
117 {RIL_REQUEST_GET_SMSC_ADDRESS, dispatchVoid, responseString},
120 {RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING, dispatchVoid, responseVoid},
121 {RIL_REQUEST_CDMA_GET_SUBSCRIPTION_SOURCE, dispatchVoid, responseInts},