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.cpp48 if (mPostWork != nullptr) { in on_finish()
57 mPostWork = std::move(post_work); in on_finish()
85 if (mPostWork != nullptr) { in notify()
86 bool success = mPostWork(); in notify()
DCallbacks.h169 std::function<bool(void)> mPostWork; variable