Home
last modified time | relevance | path

Searched refs:RIL_REQUEST_WRITE_SMS_TO_SIM (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish/radio/libril/
Dril_commands.h80 {RIL_REQUEST_WRITE_SMS_TO_SIM, radio::writeSmsToSimResponse},
Dril.cpp1088 case RIL_REQUEST_WRITE_SMS_TO_SIM: return "WRITE_SMS_TO_SIM"; in requestToString()
Dril_service.cpp1537 RequestInfo *pRI = android::addRequestToList(serial, mSlotId, RIL_REQUEST_WRITE_SMS_TO_SIM); in writeSmsToSim()
1554 CALL_ONREQUEST(RIL_REQUEST_WRITE_SMS_TO_SIM, &args, sizeof(args), pRI, mSlotId); in writeSmsToSim()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_commands.h80 {RIL_REQUEST_WRITE_SMS_TO_SIM, radio_1_5::writeSmsToSimResponse},
Dril.cpp1094 case RIL_REQUEST_WRITE_SMS_TO_SIM: return "WRITE_SMS_TO_SIM"; in requestToString()
Dril.h4290 #define RIL_REQUEST_WRITE_SMS_TO_SIM 63 macro
Dril_service.cpp1661 RequestInfo *pRI = android::addRequestToList(serial, mSlotId, RIL_REQUEST_WRITE_SMS_TO_SIM); in writeSmsToSim()
1678 CALL_ONREQUEST(RIL_REQUEST_WRITE_SMS_TO_SIM, &args, sizeof(args), pRI, mSlotId); in writeSmsToSim()
/device/generic/goldfish/radio/ril/
Dril.h4176 #define RIL_REQUEST_WRITE_SMS_TO_SIM 63 macro
Dreference-ril.c2881 case RIL_REQUEST_WRITE_SMS_TO_SIM:
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp2428 case RIL_REQUEST_WRITE_SMS_TO_SIM: in gce_ril_on_request()