Searched refs:PWR_STA_SWTCH_ON_SCRN_UNLCK (Results 1 – 2 of 2) sorted by relevance
42 static const uint8_t PWR_STA_SWTCH_ON_SCRN_UNLCK = 0x01; variable48 static const uint8_t DEFAULT_PWR_STA_HOST = PWR_STA_SWTCH_ON_SCRN_UNLCK | PWR_STA_SWTCH_ON_SCRN_LOC…49 static const uint8_t DEFAULT_PWR_STA_FOR_TECH_A_B = PWR_STA_SWTCH_ON_SCRN_UNLCK | PWR_STA_SWTCH_OFF…257 swtchOnMask = (power & PWR_STA_SWTCH_ON_SCRN_UNLCK) ? value : 0; in SetRoutingEntry()278 swtchOnMask = (power & PWR_STA_SWTCH_ON_SCRN_UNLCK) ? protoMask : 0; in SetRoutingEntry()301 power = PWR_STA_SWTCH_ON_SCRN_UNLCK; in SetDefaultAidRoute()305 power = PWR_STA_SWTCH_ON_SCRN_UNLCK; in SetDefaultAidRoute()450 isSecureNfcEnabled_ ? PWR_STA_SWTCH_ON_SCRN_UNLCK : defaultSysCodePowerstate_); in UpdateDefaultRoute()466 uint8_t powerState = PWR_STA_SWTCH_ON_SCRN_UNLCK; in UpdateDefaultRoute()
30 static const int PWR_STA_SWTCH_ON_SCRN_UNLCK = 0x01; variable31 static const int DEFAULT_PWR_STA_HOST = PWR_STA_SWTCH_ON_SCRN_UNLCK;