Searched refs:RIL_REQUEST_WRITE_SMS_TO_SIM (Results 1 – 16 of 16) sorted by relevance
/device/generic/goldfish/radio/libril/ |
D | ril_commands.h | 80 {RIL_REQUEST_WRITE_SMS_TO_SIM, radio::writeSmsToSimResponse},
|
D | ril.cpp | 1088 case RIL_REQUEST_WRITE_SMS_TO_SIM: return "WRITE_SMS_TO_SIM"; in requestToString()
|
D | ril_service.cpp | 1537 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/ |
D | ril_commands.h | 80 {RIL_REQUEST_WRITE_SMS_TO_SIM, radio_1_6::writeSmsToSimResponse},
|
D | ril.cpp | 1094 case RIL_REQUEST_WRITE_SMS_TO_SIM: return "WRITE_SMS_TO_SIM"; in requestToString()
|
D | ril.h | 4290 #define RIL_REQUEST_WRITE_SMS_TO_SIM 63 macro
|
D | ril_service.cpp | 1672 RequestInfo *pRI = android::addRequestToList(serial, mSlotId, RIL_REQUEST_WRITE_SMS_TO_SIM); in writeSmsToSim() 1689 CALL_ONREQUEST(RIL_REQUEST_WRITE_SMS_TO_SIM, &args, sizeof(args), pRI, mSlotId); in writeSmsToSim()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_commands.h | 80 {RIL_REQUEST_WRITE_SMS_TO_SIM, radio_1_6::writeSmsToSimResponse},
|
D | ril.cpp | 1136 case RIL_REQUEST_WRITE_SMS_TO_SIM: return "WRITE_SMS_TO_SIM"; in requestToString()
|
D | ril.h | 4596 #define RIL_REQUEST_WRITE_SMS_TO_SIM 63 macro
|
D | ril_service.cpp | 1703 RequestInfo *pRI = android::addRequestToList(serial, mSlotId, RIL_REQUEST_WRITE_SMS_TO_SIM); in writeSmsToSim() 1720 CALL_ONREQUEST(RIL_REQUEST_WRITE_SMS_TO_SIM, &args, sizeof(args), pRI, mSlotId); in writeSmsToSim()
|
/device/generic/goldfish/radio/ril/ |
D | ril.h | 4175 #define RIL_REQUEST_WRITE_SMS_TO_SIM 63 macro
|
D | reference-ril.c | 2881 case RIL_REQUEST_WRITE_SMS_TO_SIM:
|
/device/generic/goldfish/radio/include/telephony/ |
D | ril.h | 4174 #define RIL_REQUEST_WRITE_SMS_TO_SIM 63 macro
|
/device/google/cuttlefish/guest/hals/ril/ |
D | cuttlefish_ril.cpp | 2449 case RIL_REQUEST_WRITE_SMS_TO_SIM: in gce_ril_on_request()
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 4085 case RIL_REQUEST_WRITE_SMS_TO_SIM:
|