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

  /external/libese/libapdu/include/apdu/
apdu.h 85 uint8_t sw1() const { return *(std::end(mData) - 2); } function in class:android::ResponseApdu
87 uint16_t status() const { return (static_cast<uint16_t>(sw1()) << 8) | sw2(); }
89 int8_t remainingBytes() const { return sw1() == BYTES_AVAILABLE ? sw2() : 0; }
92 const uint8_t sw1 = this->sw1(); local
93 return sw1 == SW1_WARNING_NON_VOLATILE_MEMORY_UNCHANGED
94 || sw1 == SW1_WARNING_NON_VOLATILE_MEMORY_CHANGED;
97 const uint8_t sw1 = this->sw1(); local
98 return sw1 >= SW1_FIRST_EXECUTION_ERROR && sw1 <= SW1_LAST_EXECUTION_ERROR
101 const uint8_t sw1 = this->sw1(); local
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLWarningTest.java 322 SQLWarning sw1 = new SQLWarning("reason", "SQLState", 1); local
328 sw.setNextWarning(sw1);
329 assertSame(sw1, sw.getNextException());
330 assertSame(sw1, sw.getNextWarning());
333 assertSame(sw2, sw1.getNextException());
334 assertSame(sw2, sw1.getNextWarning());
  /device/google/cuttlefish_common/guest/hals/ril/
cuttlefish_ril.cpp 1788 uint8_t sw1; member in struct:SimFileResponse
    [all...]
  /device/generic/goldfish/ril/
ril.h 658 int sw1; member in struct:__anon1764
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril.h 662 int sw1; member in struct:__anon2859
    [all...]

Completed in 1111 milliseconds