Searched refs:isOsuMode (Results 1 – 2 of 2) sorted by relevance
41 OsuHalExtn::OsuApduMode OsuHalExtn::isOsuMode(const hidl_vec<uint8_t>& evt, in isOsuMode() function in OsuHalExtn56 } else if (isOsuMode()) { in isOsuMode()64 if (isOsuMode()) { in isOsuMode()90 bool OsuHalExtn::isOsuMode(uint8_t type, uint8_t channel) { in isOsuMode() function in OsuHalExtn103 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
43 #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();