Searched refs:indicationType (Results 1 – 2 of 2) sorted by relevance
/hardware/ril/libril/ |
D | ril_service.h | 555 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 …]
|
D | ril_service.cpp | 6736 RadioIndicationType convertIntToRadioIndicationType(int indicationType) { in convertIntToRadioIndicationType() argument 6737 return indicationType == RESPONSE_UNSOLICITED ? (RadioIndicationType::UNSOLICITED) : in convertIntToRadioIndicationType() 6742 int indicationType, int token, RIL_Errno e, void *response, in radioStateChangedInd() argument 6749 convertIntToRadioIndicationType(indicationType), radioState); in radioStateChangedInd() 6759 int indicationType, int token, RIL_Errno e, void *response, in callStateChangedInd() argument 6766 convertIntToRadioIndicationType(indicationType)); in callStateChangedInd() 6776 int indicationType, int token, RIL_Errno e, void *response, in networkStateChangedInd() argument 6783 convertIntToRadioIndicationType(indicationType)); in networkStateChangedInd() 6829 int radio::newSmsInd(int slotId, int indicationType, in newSmsInd() argument 6849 convertIntToRadioIndicationType(indicationType), pdu); in newSmsInd() [all …]
|