Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DCallbacks.cpp32 if (mPostWork != nullptr) { in on_finish()
41 mPostWork = std::move(post_work); in on_finish()
69 if (mPostWork != nullptr) { in notify()
70 bool success = mPostWork(); in notify()
DCallbacks.h149 std::function<bool(void)> mPostWork; variable