Lines Matching refs:dispatchString
530 bool dispatchString(int serial, int slotId, int request, const char * str) { in dispatchString() function
1034 dispatchString(serial, mSlotId, RIL_REQUEST_DTMF, s.c_str()); in sendDtmf()
1176 dispatchString(serial, mSlotId, RIL_REQUEST_SEND_USSD, ussd.c_str()); in sendUssd()
1323 dispatchString(serial, mSlotId, RIL_REQUEST_SET_NETWORK_SELECTION_MANUAL, in setNetworkSelectionModeManual()
1414 dispatchString(serial, mSlotId, RIL_REQUEST_DTMF_START, in startDtmf()
1540 dispatchString(serial, mSlotId, RIL_REQUEST_STK_SEND_ENVELOPE_COMMAND, in sendEnvelope()
1550 dispatchString(serial, mSlotId, RIL_REQUEST_STK_SEND_TERMINAL_RESPONSE, in sendTerminalResponseToSim()
1665 dispatchString(serial, mSlotId, RIL_REQUEST_CDMA_FLASH, in sendCDMAFeatureCode()
1923 dispatchString(serial, mSlotId, RIL_REQUEST_SET_SMSC_ADDRESS, in setSmscAddress()
1957 dispatchString(serial, mSlotId, RIL_REQUEST_ISIM_AUTHENTICATION, in requestIsimAuthentication()
1976 dispatchString(serial, mSlotId, RIL_REQUEST_STK_SEND_ENVELOPE_WITH_STATUS, in sendEnvelopeWithStatus()
2225 dispatchString(serial, mSlotId, RIL_REQUEST_SIM_OPEN_CHANNEL, aid.c_str()); in iccOpenLogicalChannel()