Searched refs:EvsInputManager (Results 1 – 4 of 4) sorted by relevance
58 EvsInputManager::EvsInputManager(const proto::InputConfig& inputConfig, in EvsInputManager() function in android::automotive::computepipe::runner::input_manager::EvsInputManager63 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()
45 return EvsInputManager::createEvsInputManager(config, inputEngineInterface); in createInputManager()
19 "EvsInputManager.cpp",
54 class EvsInputManager : public InputManager {56 explicit EvsInputManager(const proto::InputConfig& inputConfig,59 static std::unique_ptr<EvsInputManager> createEvsInputManager(