Searched refs:fullResponse (Results 1 – 2 of 2) sorted by relevance
161 public void onResult(IccIoResult fullResponse) { in sendCommand()162 logv("Full APDU response: " + fullResponse); in sendCommand()163 int status = (fullResponse.sw1 << 8) | fullResponse.sw2; in sendCommand()164 if (status != STATUS_NO_ERROR && fullResponse.sw1 != SW1_NO_ERROR) { in sendCommand()173 fullResponse); in sendCommand()179 closeAndReturn(command.channel, fullResponse.payload, in sendCommand()
39 static constexpr float fullResponse(float x, const ColorSpace::TransferParameters& p) { in fullResponse() function68 return std::bind(fullResponse, _1, parameters); in toEOTF()