- ID : 97406, 97407, 97409, 97410
Change-Id: Ib4be61d65fe27bc48b5cceb675bf92327d969733
int UICCTerminal::transmitSync(const ByteArray &command,
ByteArray &response)
{
- int result;
+ int result = SCARD_ERROR_OK;
_BEGIN();
int UICCTerminal::getATRSync(ByteArray &atr)
{
- int result;
+ int result = SCARD_ERROR_OK;
_BEGIN();
int UICCTerminal::transmit(const ByteArray &command,
terminalTransmitCallback callback, void *userParam)
{
- int result;
+ int result = SCARD_ERROR_OK;
_BEGIN();
int UICCTerminal::getATR(terminalGetATRCallback callback,
void *userParam)
{
- int result;
+ int result = SCARD_ERROR_OK;
_BEGIN();