Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/example/
DFaceTracker.cpp77 mRemoteState = std::make_shared<RemoteState>(termination); in init()
91 mStateCallback = ndk::SharedRefBase::make<StateCallback>(mRemoteState); in init()
122 PipeState state = mRemoteState->GetCurrentState(); in start()
126 state = mRemoteState->GetCurrentState(); in start()
DFaceTracker.h100 std::shared_ptr<RemoteState> mRemoteState = nullptr; variable