Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/1.2/OsuHal/src/
DOsuHalExtn.cpp41 OsuHalExtn::OsuApduMode OsuHalExtn::isOsuMode(const hidl_vec<uint8_t>& evt, in isOsuMode() function in OsuHalExtn
56 } else if (isOsuMode()) { in isOsuMode()
64 if (isOsuMode()) { in isOsuMode()
90 bool OsuHalExtn::isOsuMode(uint8_t type, uint8_t channel) { in isOsuMode() function in OsuHalExtn
103 if (channel == ISO7816_BASIC_CHANNEL && isOsuMode()) { in isOsuMode()
113 return isOsuMode(); in isOsuMode()
177 bool OsuHalExtn::isOsuMode() { return (isAppOSUMode || isJcopOSUMode); } in isOsuMode() function in OsuHalExtn
/hardware/nxp/secure_element/snxxx/1.2/OsuHal/inc/
DOsuHalExtn.h43 #define IS_OSU_MODE(...) (OsuHalExtn::getInstance().isOsuMode(__VA_ARGS__))
66 OsuApduMode isOsuMode(const hidl_vec<uint8_t>& evt, uint8_t type,
68 bool isOsuMode(uint8_t type, uint8_t channel = 0xFF);
79 bool isOsuMode();