Searched refs:smsc (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_response.cpp | 635 const ::android::hardware::hidl_string& smsc) { in getSmscAddressResponse() 637 smscAddress = smsc; in getSmscAddressResponse()
|
D | radio_hidl_hal_sms.cpp | 271 smsWriteArgs.smsc = ""; in TEST_F()
|
D | radio_hidl_hal_utils.h | 343 const ::android::hardware::hidl_string& smsc);
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 1570 const char *smsc; local 1583 smsc = ((const char **)data)[0]; 1589 if (smsc == NULL) { 1590 smsc= "00"; 1594 asprintf(&cmd2, "%s%s", smsc, pdu);
|
D | ril.h | 588 char * smsc; /* SMSC address in GSM BCD format prefixed by a length byte member
|
/hardware/ril/include/telephony/ |
D | ril.h | 588 char * smsc; /* SMSC address in GSM BCD format prefixed by a length byte member
|
/hardware/ril/libril/ |
D | ril_service.cpp | 346 const ::android::hardware::hidl_string& smsc); 1409 if (!copyHidlStringToRil(&args.smsc, smsWriteArgs.smsc, pRI)) { in writeSmsToSim() 1416 memsetAndFreeStrings(2, args.smsc, args.pdu); in writeSmsToSim() 1805 Return<void> RadioImpl::setSmscAddress(int32_t serial, const hidl_string& smsc) { in setSmscAddress() argument 1810 smsc.c_str()); in setSmscAddress()
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 1114 * @param smsc Short Message Service Center address to set 1118 oneway setSmscAddress(int32_t serial, string smsc);
|
D | IRadioResponse.hal | 1637 * @param smsc Short Message Service Center address on the device 1653 oneway getSmscAddressResponse(RadioResponseInfo info, string smsc);
|
D | types.hal | 1417 string smsc; // SMSC address in GSM BCD format prefixed by a length
|