Home | History | Annotate | Download | only in js

Lines Matching full:dispatchtable

182             //print('onRilRequest: get entry from dispatchTable reqNum=' + reqNum);
183 entry = dispatchTable[reqNum];
185 throw ('entry = dispatchTable[' + reqNum + '] was undefined');
218 * DispatchTable[RIL_REQUEST_xxx].components = Array of components
221 var dispatchTable = new Array();
223 dispatchTable[RIL_REQUEST_GET_SIM_STATUS] = { // 1
227 dispatchTable[RIL_REQUEST_ENTER_SIM_PIN] = { // 2
231 dispatchTable[RIL_REQUEST_GET_CURRENT_CALLS] = { // 9
234 dispatchTable[RIL_REQUEST_DIAL] = { // 10
238 dispatchTable[RIL_REQUEST_GET_IMSI] = { // 11
241 dispatchTable[RIL_REQUEST_HANGUP] = { // 12
245 dispatchTable[RIL_REQUEST_HANGUP_WAITING_OR_BACKGROUND] = { // 13
248 dispatchTable[RIL_REQUEST_HANGUP_FOREGROUND_RESUME_BACKGROUND] = { // 14
251 dispatchTable[RIL_REQUEST_SWITCH_WAITING_OR_HOLDING_AND_ACTIVE] = { // 15
254 dispatchTable[RIL_REQUEST_CONFERENCE] = { // 16
257 dispatchTable[RIL_REQUEST_LAST_CALL_FAIL_CAUSE] = { // 18
260 dispatchTable[RIL_REQUEST_SIGNAL_STRENGTH] = { // 19
263 dispatchTable[RIL_REQUEST_VOICE_REGISTRATION_STATE] = { // 20
266 dispatchTable[RIL_REQUEST_DATA_REGISTRATION_STATE] = { // 21
269 dispatchTable[RIL_REQUEST_OPERATOR] = { // 22
272 dispatchTable[RIL_REQUEST_GET_IMEI] = { // 38
275 dispatchTable[RIL_REQUEST_GET_IMEISV] = { // 39
278 dispatchTable[RIL_REQUEST_ANSWER] = { // 40
281 dispatchTable[RIL_REQUEST_QUERY_NETWORK_SELECTION_MODE] = { // 45
284 dispatchTable[RIL_REQUEST_SET_NETWORK_SELECTION_AUTOMATIC] = { // 46
287 dispatchTable[RIL_REQUEST_BASEBAND_VERSION] = { // 51
290 dispatchTable[RIL_REQUEST_SEPARATE_CONNECTION] = { // 52
294 dispatchTable[RIL_REQUEST_SET_MUTE ] = { // 53
298 dispatchTable[RIL_REQUEST_SCREEN_STATE] = { // 61