Home
last modified time | relevance | path

Searched refs:EvsInputManager (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/computepipe/runner/input_manager/
DEvsInputManager.cpp58 EvsInputManager::EvsInputManager(const proto::InputConfig& inputConfig, in EvsInputManager() function in android::automotive::computepipe::runner::input_manager::EvsInputManager
63 std::unique_ptr<EvsInputManager> EvsInputManager::createEvsInputManager( in createEvsInputManager()
66 auto evsManager = std::make_unique<EvsInputManager>(inputConfig, inputEngineInterface); in createEvsInputManager()
74 Status EvsInputManager::initializeCameras() { in initializeCameras()
102 Status EvsInputManager::handleExecutionPhase(const RunnerEvent& e) { in handleExecutionPhase()
142 Status EvsInputManager::handleStopImmediatePhase(const RunnerEvent& e) { in handleStopImmediatePhase()
165 Status EvsInputManager::handleStopWithFlushPhase(const RunnerEvent& e) { in handleStopWithFlushPhase()
181 Status EvsInputManager::handleResetPhase(const RunnerEvent& e) { in handleResetPhase()
DFactory.cpp45 return EvsInputManager::createEvsInputManager(config, inputEngineInterface); in createInputManager()
DAndroid.bp19 "EvsInputManager.cpp",
/packages/services/Car/computepipe/runner/input_manager/include/
DEvsInputManager.h54 class EvsInputManager : public InputManager {
56 explicit EvsInputManager(const proto::InputConfig& inputConfig,
59 static std::unique_ptr<EvsInputManager> createEvsInputManager(