HomeSort by relevance Sort by last modified time
    Searched defs:resetSimReq (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/radio/1.2/default/
Sap.cpp 58 Return<void> Sap::resetSimReq(int32_t /* token */) {
  /hardware/ril/libril/
sap_service.cpp 62 Return<void> resetSimReq(int32_t token);
406 Return<void> SapImpl::resetSimReq(int32_t token) {
407 RLOGD("SapImpl::resetSimReq");
410 RLOGE("SapImpl::resetSimReq: Error allocating memory for msg");
421 RLOGE("SapImpl::resetSimReq: Error getting encoded size for RIL_SIM_SAP_RESET_SIM_REQ");
428 RLOGE("SapImpl::resetSimReq: Error allocating memory for buffer");
435 RLOGD("SapImpl::resetSimReq calling pb_encode");
437 RLOGE("SapImpl::resetSimReq: Error encoding RIL_SIM_SAP_RESET_SIM_REQ");
    [all...]

Completed in 59 milliseconds