Searched defs:controllerId (Results 1 – 12 of 12) sorted by relevance
| /drivers/peripheral/camera/hal/device_manager/include/ |
| D | imanager.h | 34 …virtual std::shared_ptr<IController> GetController(ControllerId controllerId, std::string hardware… in GetController() 40 virtual std::shared_ptr<IController> GetController(ControllerId controllerId) in GetController() 45 …virtual RetCode CreateController(CameraId cameraId, ControllerId controllerId, std::string hardwar… in CreateController() 52 virtual RetCode CreateController(ControllerId controllerId, std::string hardwareName) in CreateController()
|
| D | idevice_manager.h | 35 … virtual std::shared_ptr<IController> GetController(ManagerId managerId, ControllerId controllerId) in GetController() 42 GetController(CameraId cameraId, ManagerId managerId, ControllerId controllerId) in GetController()
|
| D | device_manager_adapter.h | 70 ControllerId controllerId; member
|
| /drivers/peripheral/camera/hal/adapter/platform/mpp/src/device_manager/ |
| D | vpss_manager.cpp | 26 RetCode VpssManager::CreateController(ControllerId controllerId, std::string hardwareName) in CreateController() 38 std::shared_ptr<IController> VpssManager::GetController(ControllerId controllerId) in GetController()
|
| D | vo_manager.cpp | 26 RetCode VoManager::CreateController(ControllerId controllerId, std::string hardwareName) in CreateController() 38 std::shared_ptr<IController> VoManager::GetController(ControllerId controllerId) in GetController()
|
| D | venc_manager.cpp | 26 RetCode VencManager::CreateController(ControllerId controllerId, std::string hardwareName) in CreateController() 38 std::shared_ptr<IController> VencManager::GetController(ControllerId controllerId) in GetController()
|
| D | vi_manager.cpp | 26 RetCode ViManager::CreateController(ControllerId controllerId, std::string hardwareName) in CreateController() 46 std::shared_ptr<IController> ViManager::GetController(ControllerId controllerId) in GetController()
|
| D | mpi_device_manager.cpp | 174 …ed_ptr<IController> MpiDeviceManager::GetController(ManagerId managerId, ControllerId controllerId) in GetController() 268 ControllerId controllerId = CheckControllerId(controller); in Connect() local 390 RetCode MpiDeviceManager::StartNode(ControllerId controllerId) in StartNode()
|
| /drivers/peripheral/camera/hal/adapter/platform/v4l2/src/device_manager/ |
| D | flash_manager.cpp | 25 RetCode FlashManager::CreateController(ControllerId controllerId, std::string hardwareName) in CreateController() 43 std::shared_ptr<IController> FlashManager::GetController(ControllerId controllerId, std::string har… in GetController()
|
| D | isp_manager.cpp | 25 RetCode IspManager::CreateController(ControllerId controllerId, std::string hardwareName) in CreateController() 43 std::shared_ptr<IController> IspManager::GetController(ControllerId controllerId, std::string hardw… in GetController()
|
| D | sensor_manager.cpp | 26 RetCode SensorManager::CreateController(ControllerId controllerId, std::string hardwareName) in CreateController() 44 std::shared_ptr<IController> SensorManager::GetController(ControllerId controllerId, std::string ha… in GetController() 165 RetCode SensorManager::DestroyController(ControllerId controllerId, std::string hardwareName) in DestroyController()
|
| D | v4l2_device_manager.cpp | 175 ControllerId controllerId) in GetController()
|