| 150 | } |
| 151 | |
| 152 | exec_status_t GenericEngine::GetStatus(exec_handle_t h) |
| 153 | { |
| 154 | GraphTask* graph_task = any_cast<GraphTask*>(*h); |
| 155 | |
| 156 | return graph_task->GetStatus(); |
| 157 | } |
| 158 | |
| 159 | bool GenericEngine::SetEventHook(exec_handle_t h, int event, event_handler_t cb_func, void* cb_arg) |
| 160 | { |
no outgoing calls
no test coverage detected