Home
last modified time | relevance | path

Searched defs:controllerId (Results 1 – 25 of 27) sorted by relevance

12

/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 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()
H A Ddevice_manager_adapter.h70 ControllerId controllerId; member
/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 …ed_ptr<IController> MpiDeviceManager::GetController(ManagerId managerId, ControllerId controllerId) in GetController()
329 ControllerId controllerId = CheckControllerId(controller); in Connect() local
407 RetCode MpiDeviceManager::StartNode(ControllerId controllerId) in StartNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_controller_ffi.cpp514 int64_t FfiOHOSAceFrameworkRichEditorControllerGetCaretOffset(int64_t controllerId) in FfiOHOSAceFrameworkRichEditorControllerGetCaretOffset()
525 bool FfiOHOSAceFrameworkRichEditorControllerSetCaretOffset(int64_t controllerId, int64_t value) in FfiOHOSAceFrameworkRichEditorControllerSetCaretOffset()
537 int64_t controllerId, const char* value, NativeRichEditorTextSpanOptions params) in FfiOHOSAceFrameworkRichEditorControllerAddTextSpan()
549 int64_t controllerId, const char* value, NativeRichEditorImageSpanOptions params) in FfiOHOSAceFrameworkRichEditorControllerAddImageSpan()
560 void FfiOHOSAceFrameworkRichEditorControllerDeleteSpans(int64_t controllerId, int32_t start, int32… in FfiOHOSAceFrameworkRichEditorControllerDeleteSpans()
570 void FfiOHOSAceFrameworkRichEditorControllerDeleteAllSpans(int64_t controllerId) in FfiOHOSAceFrameworkRichEditorControllerDeleteAllSpans()
580 void FfiOHOSAceFrameworkRichEditorControllerCloseSelectionMenu(int64_t controllerId) in FfiOHOSAceFrameworkRichEditorControllerCloseSelectionMenu()
591 int64_t controllerId, int32_t start, int32_t end, NativeRichEditorTextStyle params) in FfiOHOSAceFrameworkRichEditorControllerUpdateSpanStyleText()
602 int64_t controllerId, int32_t start, int32_t end, NativeRichEditorImageSpanStyle params) in FfiOHOSAceFrameworkRichEditorControllerUpdateSpanStyleImage()
613 int64_t controllerId, int32_t start, int32_t end) in FfiOHOSAceFrameworkRichEditorControllerGetSpans()
[all …]
H A Dcj_textarea_ffi.cpp40 … FfiOHOSAceFrameworkTextAreaCreate(const char* placeholder, const char* text, int64_t controllerId) in FfiOHOSAceFrameworkTextAreaCreate()
H A Dcj_textinput_ffi.cpp40 …FfiOHOSAceFrameworkTextInputCreate(const char* placeholder, const char* text, int64_t controllerId) in FfiOHOSAceFrameworkTextInputCreate()
H A Dcj_customdialog_controller_ffi.cpp204 void FfiOHOSAceFrameworkCustomDialogControllerSetBuilder(int64_t controllerId, void (*builder)()) in FfiOHOSAceFrameworkCustomDialogControllerSetBuilder()
215 void FfiOHOSAceFrameworkCustomDialogControllerBindView(int64_t controllerId, int64_t nativeViewId) in FfiOHOSAceFrameworkCustomDialogControllerBindView()
H A Dcj_text_clock_ffi.cpp100 void FfiOHOSAceFrameworkTextClockCreateDefault(int64_t controllerId) in FfiOHOSAceFrameworkTextClockCreateDefault()
113 void FfiOHOSAceFrameworkTextClockCreate(int32_t timeZoneOffset, int64_t controllerId) in FfiOHOSAceFrameworkTextClockCreate()
H A Dcj_pattern_lock.cpp44 void FfiOHOSAceFrameworkPatternLockCreate(int64_t controllerId) in FfiOHOSAceFrameworkPatternLockCreate()
H A Dcj_texttimer_ffi.cpp63 void FfiOHOSAceFrameworkTextTimerCreate(bool isCountDown, int64_t count, int64_t controllerId) in FfiOHOSAceFrameworkTextTimerCreate()
H A Dcj_tab_ffi.cpp74 void FfiOHOSAceFrameworkTabsCreate(int32_t barPosition, int64_t controllerId, int32_t index) in FfiOHOSAceFrameworkTabsCreate()
H A Dcj_swiper_ffi.cpp40 void FfiOHOSAceFrameworkSwiperCreate(int64_t controllerId) in FfiOHOSAceFrameworkSwiperCreate()
H A Dcj_richeditor_ffi.cpp43 void FfiOHOSAceFrameworkRichEditorCreateWithController(int64_t controllerId) in FfiOHOSAceFrameworkRichEditorCreateWithController()
H A Dcj_web_ffi.cpp231 void FfiOHOSAceFrameworkWebCreate(const char* src, int64_t controllerId, int32_t type, bool mode) in FfiOHOSAceFrameworkWebCreate()
504 … VectorInt64Handle funcList, const char* name, VectorStringHandle methodList, int64_t controllerId) in FfiOHOSAceFrameworkWebJavaScriptProxy()
H A Dcj_video_ffi.cpp82 …ameworkVideoCreate(const char* src, double progressRate, const char* preview, int64_t controllerId) in FfiOHOSAceFrameworkVideoCreate()
/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/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_hdi_param.cpp58 ControllerId controllerId; in CreateHdiControl() local
/ohos5.0/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/device_manager/
H A Dv4l2_device_manager.cpp148 ControllerId controllerId) in GetController()

12