Home
last modified time | relevance | path

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

/external/libese/apps/boot/include/ese/app/
Dboot.h169 EseAppResult ese_boot_set_production(struct EseBootSession *session, bool production_mode);
/external/libese/apps/boot/
Dboot.c670 bool production_mode) { in ese_boot_set_production() argument
674 uint8_t prodVal = production_mode ? 0x1 : 0x00; in ese_boot_set_production()