/device/generic/goldfish/radio/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, 579 int reportPhysicalChannelConfigs(int slotId, int indicationType, 583 int indicationType, int token, RIL_Errno e, 586 int dataCallListChangedInd(int slotId, int indicationType, 589 int suppSvcNotifyInd(int slotId, int indicationType, [all …]
|
D | ril_service.cpp | 6907 RadioIndicationType convertIntToRadioIndicationType(int indicationType) { in convertIntToRadioIndicationType() argument 6908 return indicationType == RESPONSE_UNSOLICITED ? (RadioIndicationType::UNSOLICITED) : in convertIntToRadioIndicationType() 6913 int indicationType, int token, RIL_Errno e, void *response, in radioStateChangedInd() argument 6920 convertIntToRadioIndicationType(indicationType), radioState); in radioStateChangedInd() 6930 int indicationType, int token, RIL_Errno e, void *response, in callStateChangedInd() argument 6937 convertIntToRadioIndicationType(indicationType)); in callStateChangedInd() 6947 int indicationType, int token, RIL_Errno e, void *response, in networkStateChangedInd() argument 6954 convertIntToRadioIndicationType(indicationType)); in networkStateChangedInd() 7000 int radio::newSmsInd(int slotId, int indicationType, in newSmsInd() argument 7020 convertIntToRadioIndicationType(indicationType), pdu); in newSmsInd() [all …]
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_service.h | 570 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 …]
|
D | ril_service.cpp | 8235 RadioIndicationType convertIntToRadioIndicationType(int indicationType) { in convertIntToRadioIndicationType() argument 8236 return indicationType == RESPONSE_UNSOLICITED ? (RadioIndicationType::UNSOLICITED) : in convertIntToRadioIndicationType() 8241 int indicationType, int token, RIL_Errno e, void *response, in radioStateChangedInd() argument 8248 convertIntToRadioIndicationType(indicationType), radioState); in radioStateChangedInd() 8258 int indicationType, int token, RIL_Errno e, void *response, in callStateChangedInd() argument 8265 convertIntToRadioIndicationType(indicationType)); in callStateChangedInd() 8275 int indicationType, int token, RIL_Errno e, void *response, in networkStateChangedInd() argument 8282 convertIntToRadioIndicationType(indicationType)); in networkStateChangedInd() 8328 int radio_1_6::newSmsInd(int slotId, int indicationType, in newSmsInd() argument 8348 convertIntToRadioIndicationType(indicationType), pdu); in newSmsInd() [all …]
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.h | 570 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 …]
|
D | ril_service.cpp | 8507 RadioIndicationType convertIntToRadioIndicationType(int indicationType) { in convertIntToRadioIndicationType() argument 8508 return indicationType == RESPONSE_UNSOLICITED ? (RadioIndicationType::UNSOLICITED) : in convertIntToRadioIndicationType() 8513 int indicationType, int token, RIL_Errno e, void *response, in radioStateChangedInd() argument 8520 convertIntToRadioIndicationType(indicationType), radioState); in radioStateChangedInd() 8530 int indicationType, int token, RIL_Errno e, void *response, in callStateChangedInd() argument 8537 convertIntToRadioIndicationType(indicationType)); in callStateChangedInd() 8547 int indicationType, int token, RIL_Errno e, void *response, in networkStateChangedInd() argument 8554 convertIntToRadioIndicationType(indicationType)); in networkStateChangedInd() 8600 int radio_1_6::newSmsInd(int slotId, int indicationType, in newSmsInd() argument 8620 convertIntToRadioIndicationType(indicationType), pdu); in newSmsInd() [all …]
|
D | ril_config.cpp | 68 extern RadioIndicationType convertIntToRadioIndicationType(int indicationType); 463 int radio_1_6::simSlotsStatusChanged(int slotId, int indicationType, int token, RIL_Errno e, in simSlotsStatusChanged() argument 492 convertIntToRadioIndicationType(indicationType), simSlotStatus); in simSlotsStatusChanged() 512 convertIntToRadioIndicationType(indicationType), simSlotStatus); in simSlotsStatusChanged()
|