Home
last modified time | relevance | path

Searched refs:SetParameter (Results 1 - 25 of 36) sorted by relevance

12

/drivers/peripheral/camera/test/mpi/src/
H A Ddfx_test.cpp64 result = SetParameter(property, value); in HWTEST_F()
91 result = SetParameter(property, value); in HWTEST_F()
116 result = SetParameter(property, value); in HWTEST_F()
145 result = SetParameter(property, value); in HWTEST_F()
176 result = SetParameter(property, value); in HWTEST_F()
207 result = SetParameter(property, value); in HWTEST_F()
250 result = SetParameter(property, value); in HWTEST_F()
272 result = SetParameter(property, value); in HWTEST_F()
321 result = SetParameter(property, "off"); in HWTEST_F()
336 result = SetParameter(propert in HWTEST_F()
[all...]
/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_function.cpp183 int32_t status = SetParameter(SYS_USB_CONFIG, HDC_CONFIG_OFF); in RemoveHdc()
193 int32_t status = SetParameter(SYS_USB_CONFIG, HDC_CONFIG_ON); in AddHdc()
199 status = SetParameter(PERSIST_SYS_USB_CONFIG, HDC_CONFIG_ON); in AddHdc()
209 int32_t status = SetParameter(SYS_USB_CONFIG, HDC_CONFIG_RNDIS); in SetFunctionToRndis()
219 int32_t status = SetParameter(SYS_USB_CONFIG, HDC_CONFIG_STORAGE); in SetFunctionToStorage()
225 status = SetParameter(PERSIST_SYS_USB_CONFIG, HDC_CONFIG_STORAGE); in SetFunctionToStorage()
235 int32_t status = SetParameter(SYS_USB_CONFIG, HDC_CONFIG_RNDIS_HDC); in SetFunctionToRndisHdc()
245 int32_t status = SetParameter(SYS_USB_CONFIG, HDC_CONFIG_MANUFACTURE_HDC); in SetFunctionToManufactureHdc()
255 int32_t status = SetParameter(SYS_USB_CONFIG, HDC_CONFIG_STORAGE_HDC); in SetFunctionToStorageHdc()
/drivers/peripheral/intelligent_voice/passthrough/engine/
H A Denroll_engine.h29 IntellVoiceStatus SetParameter(const std::string &keyValueList) override;
H A Dengine_base.cpp33 IntellVoiceStatus EngineBase::SetParameter(const std::string & /* keyValueList */) in SetParameter() function in OHOS::IntelligentVoice::Engine::EngineBase
H A Dengine_base.h29 IntellVoiceStatus SetParameter(const std::string &keyValueList) override;
H A Denroll_engine.cpp47 IntellVoiceStatus EnrollEngine::SetParameter(const std::string &keyValueList) in SetParameter() function in OHOS::IntelligentVoice::Engine::EnrollEngine
/drivers/hdf_core/adapter/uhdf2/manager/
H A Ddevice_manager.c45 SetParameter(BOOTEVENT_HDF_DEVMGR_READY, "true"); in main()
/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
H A Dvibrator_driver.h22 int32_t (*SetParameter)(uint16_t intensity, int16_t frequency); member
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codecsetparameteromx_fuzzer/
H A Dcodecsetparameter_fuzzer.cpp35 int32_t ret = g_component->SetParameter(g_component, static_cast<uint32_t>(data[0]), in CodecSetParameter()
38 HDF_LOGE("%{public}s: SetParameter failed, ret is [%{public}x]\n", __func__, ret); in CodecSetParameter()
/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_driver.c39 drvData->ops.SetParameter = ops->SetParameter; in RegisterVibratorOps()
266 CHECK_VIBRATOR_NULL_PTR_RETURN_VALUE(drvData->ops.SetParameter, HDF_ERR_INVALID_PARAM); in EnableModulationParameter()
293 ret = drvData->ops.SetParameter(intensity, frequency); in EnableModulationParameter()
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsetparameterhdi_fuzzer/
H A Dcodecsetparameter_fuzzer.cpp57 int32_t ret = g_component->SetParameter(params.index, paramStruct); in CodecSetParameter()
59 HDF_LOGE("%{public}s: SetParameter failed, ret is [%{public}x]\n", __func__, ret); in CodecSetParameter()
/drivers/peripheral/intelligent_voice/hdi_service/engine/
H A Dintell_voice_engine_adapter_impl.cpp73 int32_t IntellVoiceEngineAdapterImpl::SetParameter(const std::string &keyValueList) in SetParameter() function in OHOS::IntelligentVoice::Engine::IntellVoiceEngineAdapterImpl
75 INTELLIGENT_VOICE_LOGD("SetParameter enter"); in SetParameter()
76 return engine_->SetParameter(keyValueList); in SetParameter()
H A Dintell_voice_engine_adapter_impl.h53 int32_t SetParameter(const std::string &keyValueList) override;
/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_hdi_omx_enc_test.cpp227 auto ret = g_component->SetParameter(OMX_IndexParamVideoPortFormat, paramVec); in HWTEST_F()
240 ret = g_component->SetParameter(OMX_IndexParamVideoPortFormat, paramVec); in HWTEST_F()
248 auto ret = g_component->SetParameter(OMX_IndexParamVideoPortFormat, paramVec); in HWTEST_F()
260 auto ret = g_component->SetParameter(OMX_IndexParamVideoPortFormat, paramVec); in HWTEST_F()
272 auto ret = g_component->SetParameter(OMX_IndexVideoStartUnused, paramVec); in HWTEST_F()
293 ret = g_component->SetParameter(OMX_IndexCodecVideoPortFormat, paramVec); in HWTEST_F()
951 ret = g_component->SetParameter(OMX_IndexParamProcessName, paramVec); in HWTEST_F()
967 ret = g_component->SetParameter(OMX_IndexParamWorkingFrequency, inParam); in HWTEST_F()
/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_component_service.h36 int32_t SetParameter(uint32_t index, const std::vector<int8_t> &paramStruct) override;
H A Dcomponent_node.h46 int32_t SetParameter(OMX_INDEXTYPE paramIndex, const int8_t *param);
/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_if.h137 int32_t (*SetParameter)(struct CodecComponentType *self, uint32_t index, int8_t *paramStruct, member
/drivers/peripheral/vibrator/chipset/linear/
H A Dvibrator_linear_driver.c116 ops.SetParameter = NULL; in InitLinearVibratorDriver()
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp170 int32_t CodecComponentService::SetParameter(uint32_t index, const std::vector<int8_t> &paramStruct) in SetParameter() function in OHOS::HDI::Codec::V3_0::CodecComponentService
174 return node_->SetParameter(static_cast<enum OMX_INDEXTYPE>(index), paramStruct.data()); in SetParameter()
361 ret = node_->SetParameter(OMX_IndexParamStandardComponentRole, reinterpret_cast<int8_t *>(&role)); in SetComponentRole()
/drivers/peripheral/codec/test/demo/idl/src/
H A Dcodec_hdi_encode.cpp257 err = client_->SetParameter(OMX_IndexParamUseBufferType, inVec); in CheckAndUseBufferHandle()
791 err = client_->SetParameter(OMX_IndexParamPortDefinition, inVec); in ConfigPortDefine()
793 HDF_LOGE("%{public}s failed to SetParameter with INPUT, OMX_IndexParamPortDefinition", __func__); in ConfigPortDefine()
813 err = client_->SetParameter(OMX_IndexParamPortDefinition, inVec); in ConfigPortDefine()
815 HDF_LOGE("%{public}s failed to SetParameter with PORT_INDEX_OUTPUT, index is OMX_IndexParamPortDefinition", in ConfigPortDefine()
844 err = client_->SetParameter(OMX_IndexParamVideoPortFormat, inVec); in ConfigBitMode()
846 HDF_LOGE("%{public}s failed to SetParameter with PORT_INDEX_INPUT, index is OMX_IndexParamVideoPortFormat", in ConfigBitMode()
867 err = client_->SetParameter(OMX_IndexParamVideoBitrate, inVec); in ConfigBitMode()
869 HDF_LOGE("%{public}s failed to SetParameter with PORT_INDEX_OUTPUT, index is OMX_IndexParamVideoPortFormat", in ConfigBitMode()
H A Dcodec_hdi_decode.cpp200 err = client_->SetParameter(OMX_IndexParamPortDefinition, inVec); in ConfigPortDefine()
225 err = client_->SetParameter(OMX_IndexParamPortDefinition, inVec); in ConfigPortDefine()
264 err = client_->SetParameter(OMX_IndexParamVideoPortFormat, inVec); in Configure()
368 err = client_->SetParameter(OMX_IndexParamUseBufferType, inVec); in CheckAndUseBufferHandle()
/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcodec_hdi_encode.cpp206 err = client_->SetParameter(client_, OMX_IndexParamUseBufferType, reinterpret_cast<int8_t *>(&type), sizeof(type)); in CheckAndUseBufferHandle()
682 client_->SetParameter(client_, OMX_IndexParamPortDefinition, reinterpret_cast<int8_t *>(&param), sizeof(param)); in ConfigPortDefine()
684 HDF_LOGE("%{public}s failed to SetParameter with PORT_INDEX_INPUT, index is OMX_IndexParamPortDefinition", in ConfigPortDefine()
705 client_->SetParameter(client_, OMX_IndexParamPortDefinition, reinterpret_cast<int8_t *>(&param), sizeof(param)); in ConfigPortDefine()
707 HDF_LOGE("%{public}s failed to SetParameter with PORT_INDEX_OUTPUT, index is OMX_IndexParamPortDefinition", in ConfigPortDefine()
781 err = client_->SetParameter(client_, OMX_IndexParamVideoPortFormat, reinterpret_cast<int8_t *>(&param), in ConfigBitMode()
784 HDF_LOGE("%{public}s failed to SetParameter with PORT_INDEX_INPUT, index is OMX_IndexParamVideoPortFormat", in ConfigBitMode()
803 err = client_->SetParameter(client_, OMX_IndexParamVideoBitrate, reinterpret_cast<int8_t *>(&biteType), in ConfigBitMode()
806 HDF_LOGE("%{public}s failed to SetParameter with PORT_INDEX_OUTPUT, index is OMX_IndexParamVideoPortFormat", in ConfigBitMode()
H A Dcodec_hdi_decode.cpp160 client_->SetParameter(client_, OMX_IndexParamPortDefinition, reinterpret_cast<int8_t *>(&param), sizeof(param)); in ConfigPortDefine()
184 client_->SetParameter(client_, OMX_IndexParamPortDefinition, reinterpret_cast<int8_t *>(&param), sizeof(param)); in ConfigPortDefine()
227 err = client_->SetParameter(client_, OMX_IndexParamVideoPortFormat, reinterpret_cast<int8_t *>(&param), in Configure()
283 err = client_->SetParameter(client_, OMX_IndexParamUseBufferType, reinterpret_cast<int8_t *>(&type), sizeof(type)); in CheckAndUseBufferHandle()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dcomponent_node.h46 int32_t SetParameter(OMX_INDEXTYPE paramIndex, int8_t *param, uint32_t paramLen);
/drivers/peripheral/intelligent_voice/interfaces/
H A Di_engine.h66 virtual IntellVoiceStatus SetParameter(const std::string &keyValueList) = 0;

Completed in 15 milliseconds

12