Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.h570 int indicationType, int token, RIL_Errno e, void *response,
579 int newSmsInd(int slotId, int indicationType,
582 int newSmsStatusReportInd(int slotId, int indicationType,
585 int newSmsOnSimInd(int slotId, int indicationType,
588 int onUssdInd(int slotId, int indicationType,
591 int nitzTimeReceivedInd(int slotId, int indicationType,
595 int indicationType, int token, RIL_Errno e,
598 int dataCallListChangedInd(int slotId, int indicationType,
601 int suppSvcNotifyInd(int slotId, int indicationType,
604 int stkSessionEndInd(int slotId, int indicationType,
[all …]
Dril_service.cpp10608 RadioIndicationType convertIntToRadioIndicationType(int indicationType) { in convertIntToRadioIndicationType() argument
10609 return indicationType == RESPONSE_UNSOLICITED ? (RadioIndicationType::UNSOLICITED) : in convertIntToRadioIndicationType()
10614 int indicationType, int token, RIL_Errno e, void *response, in radioStateChangedInd() argument
10621 convertIntToRadioIndicationType(indicationType), radioState); in radioStateChangedInd()
10631 int indicationType, int token, RIL_Errno e, void *response, in callStateChangedInd() argument
10638 convertIntToRadioIndicationType(indicationType)); in callStateChangedInd()
10648 int indicationType, int token, RIL_Errno e, void *response, in networkStateChangedInd() argument
10655 convertIntToRadioIndicationType(indicationType)); in networkStateChangedInd()
10665 int radio_aidl::cellularIdentifierDisclosedInd(int slotId, int indicationType, int token, in cellularIdentifierDisclosedInd() argument
10689 networkCb->cellularIdentifierDisclosed(aidl_radio::RadioIndicationType(indicationType), in cellularIdentifierDisclosedInd()
[all …]
Dril_config.cpp79 extern RadioIndicationType convertIntToRadioIndicationType(int indicationType);
530 int radio_1_6::simSlotsStatusChanged(int slotId, int indicationType, int token, RIL_Errno e, in simSlotsStatusChanged() argument
559 convertIntToRadioIndicationType(indicationType), simSlotStatus); in simSlotsStatusChanged()
579 convertIntToRadioIndicationType(indicationType), simSlotStatus); in simSlotsStatusChanged()