Searched defs:resetSimReq (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/libril/
H A Dsap_service.cpp62 Return<void> resetSimReq(int32_t token);
404 Return<void> SapImpl::resetSimReq(int32_t token) { function in class:SapImpl
405 RLOGD("SapImpl::resetSimReq");
408 RLOGE("SapImpl::resetSimReq: Error allocating memory for msg");
419 RLOGE("SapImpl::resetSimReq: Error getting encoded size for RIL_SIM_SAP_RESET_SIM_REQ");
426 RLOGE("SapImpl::resetSimReq: Error allocating memory for buffer");
433 RLOGD("SapImpl::resetSimReq calling pb_encode");
435 RLOGE("SapImpl::resetSimReq: Error encoding RIL_SIM_SAP_RESET_SIM_REQ");

Completed in 24 milliseconds