Searched refs:IS_OSU_MODE (Results 1 – 2 of 2) sorted by relevance
105 IS_OSU_MODE(OsuHalExtn::getInstance().INIT, 0); in init()169 IS_OSU_MODE(OsuHalExtn::getInstance().INIT, 0); in init_1_1()201 if (IS_OSU_MODE(OsuHalExtn::getInstance().OPENLOGICAL) >= in getAtr()275 OsuHalExtn::OsuApduMode mode = IS_OSU_MODE( in transmit()339 if (IS_OSU_MODE(OsuHalExtn::getInstance().OPENLOGICAL) >= in openLogicalChannel()520 IS_OSU_MODE(aid, OsuHalExtn::getInstance().OPENBASIC); in openBasicChannel()707 if (IS_OSU_MODE(OsuHalExtn::getInstance().CLOSE, channelNumber) == in closeChannel()
43 #define IS_OSU_MODE(...) (OsuHalExtn::getInstance().isOsuMode(__VA_ARGS__)) macro