Home
last modified time | relevance | path

Searched refs:ControllerId (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/
H A D_controller_id.md1 # ControllerId chapter
30 String ControllerId::effectId
40 String ControllerId::libName
H A Dinterface_i_effect_model.md24 …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 Dimanager.h34 …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 Ddevice_manager_adapter.h44 enum ControllerId : uint32_t { enum
70 ControllerId controllerId;
H A Didevice_manager.h35 … 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 Dsensor_manager.h30 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 Dflash_manager.h29 RetCode CreateController(ControllerId controllerId, std::string hardwareName);
30 std::shared_ptr<IController> GetController(ControllerId controllerId, std::string hardwareName);
H A Disp_manager.h29 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 Deffect_types.h.txt55 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 Deffect_model_service.c.txt40 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 Dmpi_device_manager.h41 std::shared_ptr<IController> GetController(ManagerId managerId, ControllerId controllerId);
72 ControllerId CheckControllerId(std::string controllerName);
74 RetCode StartNode(ControllerId controllerId);
H A Dvo_manager.h30 RetCode CreateController(ControllerId controllerId, std::string hardwareName);
31 std::shared_ptr<IController> GetController(ControllerId controllerId);
H A Dvpss_manager.h30 RetCode CreateController(ControllerId controllerId, std::string hardwareName);
31 std::shared_ptr<IController> GetController(ControllerId controllerId);
H A Dvenc_manager.h30 RetCode CreateController(ControllerId controllerId, std::string hardwareName);
31 std::shared_ptr<IController> GetController(ControllerId controllerId);
H A Dvi_manager.h30 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 Dvenc_manager.cpp26 RetCode VencManager::CreateController(ControllerId controllerId, std::string hardwareName) in CreateController()
38 std::shared_ptr<IController> VencManager::GetController(ControllerId controllerId) in GetController()
H A Dvo_manager.cpp26 RetCode VoManager::CreateController(ControllerId controllerId, std::string hardwareName) in CreateController()
38 std::shared_ptr<IController> VoManager::GetController(ControllerId controllerId) in GetController()
H A Dvpss_manager.cpp26 RetCode VpssManager::CreateController(ControllerId controllerId, std::string hardwareName) in CreateController()
38 std::shared_ptr<IController> VpssManager::GetController(ControllerId controllerId) in GetController()
H A Dvi_manager.cpp26 RetCode ViManager::CreateController(ControllerId controllerId, std::string hardwareName) in CreateController()
46 std::shared_ptr<IController> ViManager::GetController(ControllerId controllerId) in GetController()
H A Dmpi_device_manager.cpp174 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 Ddump.txt17 [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 Dsensor_manager.cpp26 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 Dflash_manager.cpp25 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 Disp_manager.cpp25 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 Deffectmodel_fuzzer.cpp68 struct ControllerId contollerId; in EffectModelFucSwitch()
78 struct ControllerId contollerId{ in EffectModelFucSwitch()

12