Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/threads/
DParallelTask.h111 mTaskFunction(taskFunction), mTaskDoneFunction(taskDoneFunction) {} in ParallelTaskBase()
123 void taskImpl() override final { mTaskFunction(&mResultBuffer); } in taskImpl()
129 TaskFunction mTaskFunction; variable