/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/ |
H A D | _controller_id.md | 1 # ControllerId chapter 30 String ControllerId::effectId 40 String ControllerId::libName
|
H A D | interface_i_effect_model.md | 24 …ffectControl](interface_i_effect_control.md) contoller, [out] struct [ControllerId](_controller_id… 25 | [DestroyEffectController](#destroyeffectcontroller) ([in] struct [ControllerId](_controller_id.md… 35 …roller ([in] struct EffectInfo info, [out] IEffectControl contoller, [out] struct ControllerId id ) 61 IEffectModel::DestroyEffectController ([in] struct ControllerId id)
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/device_manager/include/ |
H A 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()
|
H A D | device_manager_adapter.h | 44 enum ControllerId : uint32_t { enum 70 ControllerId controllerId;
|
H A 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()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/include/ |
H A D | sensor_manager.h | 30 RetCode CreateController(ControllerId controllerId, std::string hardwareName); 31 RetCode DestroyController(ControllerId controllerId, std::string hardwareName); 32 std::shared_ptr<IController> GetController(ControllerId controllerId, std::string hardwareName);
|
H A D | flash_manager.h | 29 RetCode CreateController(ControllerId controllerId, std::string hardwareName); 30 std::shared_ptr<IController> GetController(ControllerId controllerId, std::string hardwareName);
|
H A D | isp_manager.h | 29 RetCode CreateController(ControllerId controllerId, std::string hardwareName); 30 std::shared_ptr<IController> GetController(ControllerId controllerId, std::string hardwareName);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_effect_v1_0/c_target/audio/effect/v1_0/ |
H A D | effect_types.h.txt | 55 struct ControllerId { 99 bool ControllerIdBlockMarshalling(struct HdfSBuf *data, const struct ControllerId *dataBlock); 101 bool ControllerIdBlockUnmarshalling(struct HdfSBuf *data, struct ControllerId *dataBlock); 103 void ControllerIdFree(struct ControllerId *dataBlock, bool freeSelf);
|
H A D | effect_model_service.c.txt | 40 struct IEffectControl** contoller, struct ControllerId* id) 45 …nt32_t EffectModelDestroyEffectController(struct IEffectModel *self, const struct ControllerId* id)
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/device_manager/include/ |
H A D | mpi_device_manager.h | 41 std::shared_ptr<IController> GetController(ManagerId managerId, ControllerId controllerId); 72 ControllerId CheckControllerId(std::string controllerName); 74 RetCode StartNode(ControllerId controllerId);
|
H A D | vo_manager.h | 30 RetCode CreateController(ControllerId controllerId, std::string hardwareName); 31 std::shared_ptr<IController> GetController(ControllerId controllerId);
|
H A D | vpss_manager.h | 30 RetCode CreateController(ControllerId controllerId, std::string hardwareName); 31 std::shared_ptr<IController> GetController(ControllerId controllerId);
|
H A D | venc_manager.h | 30 RetCode CreateController(ControllerId controllerId, std::string hardwareName); 31 std::shared_ptr<IController> GetController(ControllerId controllerId);
|
H A D | vi_manager.h | 30 RetCode CreateController(ControllerId controllerId, std::string hardwareName); 31 std::shared_ptr<IController> GetController(ControllerId controllerId);
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/device_manager/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | mpi_device_manager.cpp | 174 std::shared_ptr<IController> MpiDeviceManager::GetController(ManagerId managerId, ControllerId cont… in GetController() 246 ControllerId MpiDeviceManager::CheckControllerId(std::string controllerName) in CheckControllerId() 329 ControllerId controllerId = CheckControllerId(controller); in Connect() 331 ControllerId connectControllerId = CheckControllerId(connectController); in Connect() 367 ControllerId unControllerId = CheckControllerId(controller); in UnConnect() 369 ControllerId unConnectControllerId = CheckControllerId(connectController); in UnConnect() 407 RetCode MpiDeviceManager::StartNode(ControllerId controllerId) in StartNode()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_effect_v1_0/dump_ast_target/ |
H A D | dump.txt | 17 [out] ohos.hdi.audio.effect.v1_0.ControllerId id); 20 [in] ohos.hdi.audio.effect.v1_0.ControllerId id); 61 [mini, lite, full] struct ControllerId {
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/ |
H A 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() 161 RetCode SensorManager::DestroyController(ControllerId controllerId, std::string hardwareName) in DestroyController()
|
H A 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()
|
H A 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()
|
/ohos5.0/drivers/peripheral/audio/effect/test/fuzztest/effectmodel_fuzzer/ |
H A D | effectmodel_fuzzer.cpp | 68 struct ControllerId contollerId; in EffectModelFucSwitch() 78 struct ControllerId contollerId{ in EffectModelFucSwitch()
|