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 | 6861 RadioIndicationType convertIntToRadioIndicationType(int indicationType) { in convertIntToRadioIndicationType() argument 6862 return indicationType == RESPONSE_UNSOLICITED ? (RadioIndicationType::UNSOLICITED) : in convertIntToRadioIndicationType() 6867 int indicationType, int token, RIL_Errno e, void *response, in radioStateChangedInd() argument 6874 convertIntToRadioIndicationType(indicationType), radioState); in radioStateChangedInd() 6884 int indicationType, int token, RIL_Errno e, void *response, in callStateChangedInd() argument 6891 convertIntToRadioIndicationType(indicationType)); in callStateChangedInd() 6901 int indicationType, int token, RIL_Errno e, void *response, in networkStateChangedInd() argument 6908 convertIntToRadioIndicationType(indicationType)); in networkStateChangedInd() 6954 int radio::newSmsInd(int slotId, int indicationType, in newSmsInd() argument 6974 convertIntToRadioIndicationType(indicationType), pdu); in newSmsInd() [all …]
|