Home
last modified time | relevance | path

Searched refs:ese_make_app_result (Results 1 – 3 of 3) sorted by relevance

/external/libese/apps/boot/
Dboot.c225 return ese_make_app_result(lockData[0], lockData[1]); in ese_boot_lock_xget()
272 return ese_make_app_result(reply[0], reply[1]); in ese_boot_lock_get()
317 return ese_make_app_result(reply[0], reply[1]); in ese_boot_meta_clear()
365 return ese_make_app_result(reply[0], reply[1]); in ese_boot_meta_append()
443 return ese_make_app_result(reply[0], reply[1]); in ese_boot_lock_xset()
488 return ese_make_app_result(reply[0], reply[1]); in ese_boot_lock_set()
547 return ese_make_app_result(rx_buf[0], rx_buf[1]); in ese_boot_rollback_index_write()
607 return ese_make_app_result(rx_buf[0], rx_buf[1]); in ese_boot_rollback_index_read()
664 return ese_make_app_result(reply[0], reply[1]); in ese_boot_carrier_lock_test()
706 return ese_make_app_result(reply[0], reply[1]); in ese_boot_set_production()
[all …]
/external/libese/apps/weaver/include/ese/app/
Dweaver.h60 const int ESE_WEAVER_READ_WRONG_KEY = ese_make_app_result(0x6a, 0x85);
61 const int ESE_WEAVER_READ_TIMEOUT = ese_make_app_result(0x6a, 0x87);
/external/libese/apps/include/ese/app/
Dresult.h43 #define ese_make_app_result(_app_hi, _app_lo) \ macro