Home
last modified time | relevance | path

Searched refs:RemoteState (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/cpp/computepipe/router/1.0/include/
DRemoteState.h35 class RemoteState {
37 RemoteState() = default;
51 explicit RemoteMonitor(const std::weak_ptr<RemoteState>& s) : mState(s) { in RemoteMonitor()
57 std::weak_ptr<RemoteState> mState;
DPipeClient.h53 std::shared_ptr<RemoteState> mState;
DPipeRunner.h64 std::shared_ptr<RemoteState> mState;
/packages/services/Car/cpp/computepipe/example/
DFaceTracker.cpp38 PipeState RemoteState::GetCurrentState() { in GetCurrentState()
45 void RemoteState::UpdateCurrentState(const PipeState& state) { in UpdateCurrentState()
58 RemoteState::RemoteState(std::function<void(bool, std::string)>& cb) : mTerminationCb(cb) { in RemoteState() function in android::automotive::computepipe::RemoteState
64 StateCallback::StateCallback(std::shared_ptr<RemoteState> s) : mStateTracker(s) { in StateCallback()
77 mRemoteState = std::make_shared<RemoteState>(termination); in init()
DFaceTracker.h44 class RemoteState {
46 explicit RemoteState(std::function<void(bool, std::string)>& cb);
80 explicit StateCallback(std::shared_ptr<RemoteState> s);
84 std::shared_ptr<RemoteState> mStateTracker = nullptr;
100 std::shared_ptr<RemoteState> mRemoteState = nullptr;
/packages/services/Car/cpp/computepipe/router/1.0/
DRemoteState.cpp26 void RemoteState::markDead() { in markDead()
31 bool RemoteState::isAlive() { in isAlive()
DPipeClient.cpp46 mState = std::make_shared<RemoteState>(); in startClientMonitor()
DPipeRunner.cpp42 mState = std::make_shared<RemoteState>(); in startPipeMonitor()
DAndroid.bp27 "RemoteState.cpp",