Searched refs:is_crash (Results 1 – 3 of 3) sorted by relevance
263 static int on_ta_crash(struct trusty_app* app, uint32_t reason, bool is_crash) { in on_ta_crash() argument280 if(is_crash) { in on_ta_crash()
222 status_t (*crash)(struct trusty_app* app, uint32_t reason, bool is_crash);
1803 bool is_crash) { in trusty_app_exit_etc() argument1840 if (is_crash || crash_reason != 0) { in trusty_app_exit_etc()1847 ret = notifier->crash(app, crash_reason, is_crash); in trusty_app_exit_etc()