Home
last modified time | relevance | path

Searched refs:indicationType (Results 1 – 2 of 2) sorted by relevance

/hardware/ril/libril/
Dril_service.h555 int indicationType, int token, RIL_Errno e, void *response,
564 int newSmsInd(int slotId, int indicationType,
567 int newSmsStatusReportInd(int slotId, int indicationType,
570 int newSmsOnSimInd(int slotId, int indicationType,
573 int onUssdInd(int slotId, int indicationType,
576 int nitzTimeReceivedInd(int slotId, int indicationType,
580 int indicationType, int token, RIL_Errno e,
583 int dataCallListChangedInd(int slotId, int indicationType,
586 int suppSvcNotifyInd(int slotId, int indicationType,
589 int stkSessionEndInd(int slotId, int indicationType,
[all …]
Dril_service.cpp6863 RadioIndicationType convertIntToRadioIndicationType(int indicationType) { in convertIntToRadioIndicationType() argument
6864 return indicationType == RESPONSE_UNSOLICITED ? (RadioIndicationType::UNSOLICITED) : in convertIntToRadioIndicationType()
6869 int indicationType, int token, RIL_Errno e, void *response, in radioStateChangedInd() argument
6876 convertIntToRadioIndicationType(indicationType), radioState); in radioStateChangedInd()
6886 int indicationType, int token, RIL_Errno e, void *response, in callStateChangedInd() argument
6893 convertIntToRadioIndicationType(indicationType)); in callStateChangedInd()
6903 int indicationType, int token, RIL_Errno e, void *response, in networkStateChangedInd() argument
6910 convertIntToRadioIndicationType(indicationType)); in networkStateChangedInd()
6956 int radio::newSmsInd(int slotId, int indicationType, in newSmsInd() argument
6976 convertIntToRadioIndicationType(indicationType), pdu); in newSmsInd()
[all …]