Home | History | Annotate | Download | only in libril

Lines Matching refs:RLOGD

89     RLOGD("SapImpl::setCallback for slotId %d", slotId);
121 RLOGD("SapImpl::addPayloadAndDispatchRequest: calling dispatchRequest");
188 RLOGD("SapImpl::connectReq");
216 RLOGD("SapImpl::connectReq calling pb_encode");
229 RLOGD("SapImpl::disconnectReq");
257 RLOGD("SapImpl::disconnectReq calling pb_encode");
270 RLOGD("SapImpl::apduReq");
310 RLOGD("SapImpl::apduReq calling pb_encode");
323 RLOGD("SapImpl::transferAtrReq");
352 RLOGD("SapImpl::transferAtrReq calling pb_encode");
365 RLOGD("SapImpl::powerReq");
394 RLOGD("SapImpl::powerReq calling pb_encode");
407 RLOGD("SapImpl::resetSimReq");
435 RLOGD("SapImpl::resetSimReq calling pb_encode");
448 RLOGD("SapImpl::transferCardReaderStatusReq");
478 RLOGD("SapImpl::transferCardReaderStatusReq calling pb_encode");
492 RLOGD("SapImpl::setTransferProtocolReq");
522 RLOGD("SapImpl::setTransferProtocolReq calling pb_encode");
666 RLOGD("getSapImpl: returning sapService[0]");
787 RLOGD("processResponse: sapCallback != NULL; msgId = %d; msgType = %d",
794 RLOGD("processResponse: calling sapCallback->connectResponse %d %d %d",
806 RLOGD("processResponse: calling sapCallback->disconnectResponse %d", rsp->token);
811 RLOGD("processResponse: calling sapCallback->disconnectIndication %d %d",
821 RLOGD("processResponse: calling sapCallback->apduResponse %d %d",
836 RLOGD("processResponse: calling sapCallback->transferAtrResponse %d %d",
851 RLOGD("processResponse: calling sapCallback->powerResponse %d %d",
860 RLOGD("processResponse: calling sapCallback->resetSimResponse %d %d",
868 RLOGD("processResponse: calling sapCallback->statusIndication %d %d",
881 RLOGD("processResponse: calling sapCallback->transferCardReaderStatusResponse %d %d %d",
892 RLOGD("processResponse: calling sapCallback->errorResponse %d", rsp->token);
905 RLOGD("processResponse: calling sapCallback->transferProtocolResponse %d %d",
962 RLOGD("registerService: starting ISap %s for slotId %d", serviceNames[i], i);
964 RLOGD("registerService: started ISap %s status %d", serviceNames[i], status);