Lines Matching refs:ese
57 #define handle_error(ese, result) ; argument
59 void handle_error(struct EseInterface *ese, EseAppResult result) {
308 handle_error(session->ese, res); in handle_lock_state()
317 handle_error(session->ese, res); in handle_lock_state()
370 handle_error(session->ese, res); in handle_lock_state()
399 handle_error(session->ese, res); in handle_rollback()
409 handle_error(session->ese, res); in handle_rollback()
442 struct EseInterface ese = ESE_INITIALIZER(ESE_HW_NXP_PN80T_NQ_NCI); in main() local
443 if (ese_open(&ese, nullptr) != 0) { in main()
449 EseAppResult res = ese_boot_session_open(&ese, &session); in main()
452 handle_error(ese, res); in main()
453 ese_close(&ese); in main()
462 handle_error(&ese, res); in main()
464 ese_close(&ese); in main()