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

  /hardware/interfaces/radio/1.2/default/
Sap.cpp 48 Return<void> Sap::transferAtrReq(int32_t /* token */) {
  /hardware/ril/libril/
sap_service.cpp 58 Return<void> transferAtrReq(int32_t token);
322 Return<void> SapImpl::transferAtrReq(int32_t token) {
323 RLOGD("SapImpl::transferAtrReq");
326 RLOGE("SapImpl::transferAtrReq: Error allocating memory for msg");
337 RLOGE("SapImpl::transferAtrReq: Error getting encoded size for "
345 RLOGE("SapImpl::transferAtrReq: Error allocating memory for buffer");
352 RLOGD("SapImpl::transferAtrReq calling pb_encode");
354 RLOGE("SapImpl::transferAtrReq: Error encoding RIL_SIM_SAP_TRANSFER_ATR_REQ");
    [all...]

Completed in 136 milliseconds