Searched refs:task_code (Results 1 – 3 of 3) sorted by relevance
52 virtual void OnTask(const TaskCode &task_code, TaskContext *task_context) = 0;70 void PerformTask(const TaskCode &task_code, TaskContext *task_context) { in PerformTask() argument71 PerformTask(task_code, task_context, false); in PerformTask()75 void PerformTask(const TaskCode &task_code, TaskContext *task_context, bool terminate) { in PerformTask() argument82 task_code_ = task_code; in PerformTask()
85 virtual void OnTask(const ToneMapTaskCode &task_code,
63 void ToneMapSession::OnTask(const ToneMapTaskCode &task_code, in OnTask() argument65 switch (task_code) { in OnTask()