Searched refs:task (Results 1 – 2 of 2) sorted by relevance
27 // task not processed yet30 // task in process33 // task fully processed38 // To specify result of fuzz task40 // task not processed yet98 // To specify details of a fuzz task per target100 // status of fuzz task103 // result of fuzz task109 // tracks when the fuzz task unit was created115 // specification of fuzz task device target[all …]
164 auto task = std::packaged_task<sp<IBase>()>([fq_name, instance_name]() { in GetHidlService() local171 std::future<sp<IBase>> future = task.get_future(); in GetHidlService()172 std::thread(std::move(task)).detach(); in GetHidlService()187 auto task = std::packaged_task<sp<IBinder>()>([name]() { in GetAidlService() local194 auto future = task.get_future(); in GetAidlService()195 std::thread(std::move(task)).detach(); in GetAidlService()