Searched refs:isOsuMode (Results 1 – 2 of 2) sorted by relevance
42 OsuHalExtn::OsuApduMode OsuHalExtn::isOsuMode(const std::vector<uint8_t>& evt, in isOsuMode() function in OsuHalExtn57 } else if (isOsuMode()) { in isOsuMode()67 if (isOsuMode()) { in isOsuMode()96 bool OsuHalExtn::isOsuMode(uint8_t type, uint8_t channel) { in isOsuMode() function in OsuHalExtn112 if (channel == ISO7816_BASIC_CHANNEL && isOsuMode()) { in isOsuMode()122 return isOsuMode(); in isOsuMode()186 bool OsuHalExtn::isOsuMode() { return (isAppOSUMode || isJcopOSUMode); } in isOsuMode() function in OsuHalExtn
40 #define IS_OSU_MODE(...) (OsuHalExtn::getInstance().isOsuMode(__VA_ARGS__))63 OsuApduMode isOsuMode(const std::vector<uint8_t>& evt, uint8_t type,65 bool isOsuMode(uint8_t type, uint8_t channel = 0xFF);77 bool isOsuMode();