/drivers/peripheral/camera/test/mpi/src/ |
H A D | dfx_test.cpp | 64 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 D | usbd_function.cpp | 183 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 D | enroll_engine.h | 29 IntellVoiceStatus SetParameter(const std::string &keyValueList) override;
|
H A D | engine_base.cpp | 33 IntellVoiceStatus EngineBase::SetParameter(const std::string & /* keyValueList */) in SetParameter() function in OHOS::IntelligentVoice::Engine::EngineBase
|
H A D | engine_base.h | 29 IntellVoiceStatus SetParameter(const std::string &keyValueList) override;
|
H A D | enroll_engine.cpp | 47 IntellVoiceStatus EnrollEngine::SetParameter(const std::string &keyValueList) in SetParameter() function in OHOS::IntelligentVoice::Engine::EnrollEngine
|
/drivers/hdf_core/adapter/uhdf2/manager/ |
H A D | device_manager.c | 45 SetParameter(BOOTEVENT_HDF_DEVMGR_READY, "true"); in main()
|
/drivers/hdf_core/framework/model/misc/vibrator/driver/include/ |
H A D | vibrator_driver.h | 22 int32_t (*SetParameter)(uint16_t intensity, int16_t frequency); member
|
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codecsetparameteromx_fuzzer/ |
H A D | codecsetparameter_fuzzer.cpp | 35 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 D | vibrator_driver.c | 39 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 D | codecsetparameter_fuzzer.cpp | 57 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 D | intell_voice_engine_adapter_impl.cpp | 73 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 D | intell_voice_engine_adapter_impl.h | 53 int32_t SetParameter(const std::string &keyValueList) override;
|
/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_hdi_omx_enc_test.cpp | 227 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 D | codec_component_service.h | 36 int32_t SetParameter(uint32_t index, const std::vector<int8_t> ¶mStruct) override;
|
H A D | component_node.h | 46 int32_t SetParameter(OMX_INDEXTYPE paramIndex, const int8_t *param);
|
/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_component_if.h | 137 int32_t (*SetParameter)(struct CodecComponentType *self, uint32_t index, int8_t *paramStruct, member
|
/drivers/peripheral/vibrator/chipset/linear/ |
H A D | vibrator_linear_driver.c | 116 ops.SetParameter = NULL; in InitLinearVibratorDriver()
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_service.cpp | 170 int32_t CodecComponentService::SetParameter(uint32_t index, const std::vector<int8_t> ¶mStruct) 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 D | codec_hdi_encode.cpp | 257 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 D | codec_hdi_decode.cpp | 200 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 D | codec_hdi_encode.cpp | 206 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 *>(¶m), 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 *>(¶m), 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 *>(¶m), 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 D | codec_hdi_decode.cpp | 160 client_->SetParameter(client_, OMX_IndexParamPortDefinition, reinterpret_cast<int8_t *>(¶m), sizeof(param)); in ConfigPortDefine() 184 client_->SetParameter(client_, OMX_IndexParamPortDefinition, reinterpret_cast<int8_t *>(¶m), sizeof(param)); in ConfigPortDefine() 227 err = client_->SetParameter(client_, OMX_IndexParamVideoPortFormat, reinterpret_cast<int8_t *>(¶m), 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 D | component_node.h | 46 int32_t SetParameter(OMX_INDEXTYPE paramIndex, int8_t *param, uint32_t paramLen);
|
/drivers/peripheral/intelligent_voice/interfaces/ |
H A D | i_engine.h | 66 virtual IntellVoiceStatus SetParameter(const std::string &keyValueList) = 0;
|