Home
last modified time | relevance | path

Searched refs:fullResponse (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
DApduSender.java160 public void onResult(IccIoResult fullResponse) { in sendCommand()
161 logv("Full APDU response: " + fullResponse); in sendCommand()
163 int status = (fullResponse.sw1 << 8) | fullResponse.sw2; in sendCommand()
172 closeAndReturn(command.channel, fullResponse.payload, in sendCommand()
/frameworks/native/libs/ui/
DColorSpace.cpp39 static constexpr float fullResponse(float x, const ColorSpace::TransferParameters& p) { in fullResponse() function
68 return std::bind(fullResponse, _1, parameters); in toEOTF()