Home
last modified time | relevance | path

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

/packages/services/Car/computepipe/example/
DFaceTracker.cpp49 mTerminationCb(true, "Received error from runner"); in UpdateCurrentState()
51 mTerminationCb(false, ""); in UpdateCurrentState()
58 RemoteState::RemoteState(std::function<void(bool, std::string)>& cb) : mTerminationCb(cb) { in RemoteState()
DFaceTracker.h55 std::function<void(bool, std::string)> mTerminationCb; variable