HomeSort by relevance Sort by last modified time
    Searched refs:ese_make_app_result (Results 1 - 3 of 3) sorted by null

  /external/libese/apps/weaver/include/ese/app/
weaver.h 60 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/
result.h 43 #define ese_make_app_result(_app_hi, _app_lo) \ macro
  /external/libese/apps/boot/
boot.c 225 return ese_make_app_result(lockData[0], lockData[1]);
272 return ese_make_app_result(reply[0], reply[1]);
317 return ese_make_app_result(reply[0], reply[1]);
365 return ese_make_app_result(reply[0], reply[1]);
443 return ese_make_app_result(reply[0], reply[1]);
488 return ese_make_app_result(reply[0], reply[1]);
547 return ese_make_app_result(rx_buf[0], rx_buf[1]);
607 return ese_make_app_result(rx_buf[0], rx_buf[1]);
664 return ese_make_app_result(reply[0], reply[1]);
706 return ese_make_app_result(reply[0], reply[1])
    [all...]

Completed in 66 milliseconds