/foundation/multimedia/media_lite/frameworks/player_lite/binder/ |
H A D | player.cpp | 231 int32_t Player::SetParameter(const Format ¶ms) in SetParameter() argument 235 return player_->SetParameter(params); in SetParameter()
|
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/histreamer/ |
H A D | player.cpp | 269 int32_t Player::SetParameter(const Format ¶ms) in SetParameter() argument 276 return g_player->SetParameter(params); in SetParameter()
|
/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | softbus_event_converter.h | 161 static inline size_t ConvertSoftbusForm2Param(HiSysEventParam params[], size_t size, SoftbusEventForm *form) in ConvertSoftbusForm2Param() argument 169 if (assigner.Assign(assigner.name, assigner.type, form, ¶ms[validSize])) { in ConvertSoftbusForm2Param()
|
H A D | disc_audit_converter.h | 122 static inline size_t ConvertDiscAuditForm2Param(HiSysEventParam params[], SoftbusEventForm *form) in ConvertDiscAuditForm2Param() argument 130 if (assigner.Assign(assigner.name, assigner.type, form, ¶ms[validSize])) { in ConvertDiscAuditForm2Param()
|
/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/trustprofilemanager_fuzzer/ |
H A D | trustprofilemanager_fuzzer.cpp | 117 std::map<std::string, std::string> params; in GetAccessControlProfileFiveFuzzTest() local 121 TrustProfileManager::GetInstance().GetAccessControlProfile(params, profile); in GetAccessControlProfileFiveFuzzTest()
|
/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/ |
H A D | request_context.h | 65 void ParseParams(napi_value *params, size_t paramsCount) override; 169 bool CheckParamsType(napi_value *params, size_t paramsCount);
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcamera/ |
H A D | distributed_camera_source_service_test.cpp | 174 std::string params = "test006"; in HWTEST_F() local 180 int32_t ret = testSrcService_->InitSource(params, callbackProxy); in HWTEST_F()
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_sink/src/ |
H A D | daudio_sink_proxy.cpp | 28 int32_t DAudioSinkProxy::InitSink(const std::string ¶ms, const sptr<IDAudioSinkIpcCallback> &sinkCallback) in InitSink() argument 42 if (!data.WriteString(params) || !data.WriteRemoteObject(sinkCallback->AsObject())) { in InitSink()
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/src/ |
H A D | daudio_source_proxy.cpp | 28 int32_t DAudioSourceProxy::InitSource(const std::string ¶ms, const sptr<IDAudioIpcCallback> &callback) in InitSource() argument 42 if (!data.WriteString(params) || !data.WriteRemoteObject(callback->AsObject())) { in InitSource()
|
/foundation/window/window_manager/window_scene/session/container/include/zidl/ |
H A D | session_stage_proxy.h | 51 void DumpSessionElementInfo(const std::vector<std::string>& params) override; 76 WSError NotifyDumpInfo(const std::vector<std::string>& params, std::vector<std::string>& info) override;
|
/kernel/linux/common_modules/tzdriver/core/ |
H A D | tz_update_crl.c | 36 tloge("invalid params\n");
in send_crl_to_tee() 52 mb_pack->operation.params[0].memref.buffer = (unsigned int )mailbox_virt_to_phys((uintptr_t)mb_param);
in send_crl_to_tee() 55 mb_pack->operation.params[0].memref.size = crl_len;
in send_crl_to_tee() 87 tloge("invalid params\n");
in tc_ns_update_ta_crl() 161 tloge("invalid params\n");
in tz_update_crl()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_timing_generator.h | 230 const struct drr_params *params); 286 const struct crc_params *params);
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
H A D | micron-st.c | 141 nor->params->quad_enable = NULL; in micron_st_default_init() 142 nor->params->set_4byte_addr_mode = st_micron_set_4byte_addr_mode; in micron_st_default_init()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | sh-sci.h | 167 #define SCxSR_ERRORS(port) (to_sci_port(port)->params->error_mask) 172 (to_sci_port(port)->params->error_clear)
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | drd.c | 176 if (hsotg->role_sw && !hsotg->params.external_id_pin_ctl) { in dwc2_drd_suspend() 189 if (hsotg->role_sw && !hsotg->params.external_id_pin_ctl) { in dwc2_drd_resume()
|
/kernel/linux/linux-5.10/drivers/tee/optee/ |
H A D | optee_private.h | 176 int optee_from_msg_param(struct tee_param *params, size_t num_params, 179 const struct tee_param *params);
|
/kernel/linux/linux-5.10/sound/soc/atmel/ |
H A D | atmel_wm8904.c | 27 struct snd_pcm_hw_params *params) in atmel_asoc_wm8904_hw_params() 34 32768, params_rate(params) * 256); in atmel_asoc_wm8904_hw_params() 26 atmel_asoc_wm8904_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) atmel_asoc_wm8904_hw_params() argument
|
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/ |
H A D | dialog.h | 37 #define TR(params) _tracef params
|
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | pcm_plugin.h | 86 struct snd_pcm_hw_params *params, 110 struct snd_pcm_hw_params *params,
|
/kernel/linux/linux-5.10/sound/soc/mediatek/mt8173/ |
H A D | mt8173-max98090.c | 53 struct snd_pcm_hw_params *params) in mt8173_max98090_hw_params() 58 return snd_soc_dai_set_sysclk(codec_dai, 0, params_rate(params) * 256, in mt8173_max98090_hw_params() 52 mt8173_max98090_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) mt8173_max98090_hw_params() argument
|
/kernel/linux/linux-5.10/sound/soc/tegra/ |
H A D | tegra_rt5640.c | 40 struct snd_pcm_hw_params *params) in tegra_rt5640_asoc_hw_params() 49 srate = params_rate(params); in tegra_rt5640_asoc_hw_params() 39 tegra_rt5640_asoc_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) tegra_rt5640_asoc_hw_params() argument
|
H A D | tegra_sgtl5000.c | 36 struct snd_pcm_hw_params *params) in tegra_sgtl5000_hw_params() 45 srate = params_rate(params); in tegra_sgtl5000_hw_params() 35 tegra_sgtl5000_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) tegra_sgtl5000_hw_params() argument
|
/kernel/linux/linux-5.10/sound/soc/xilinx/ |
H A D | xlnx_i2s.c | 39 struct snd_pcm_hw_params *params, in xlnx_i2s_hw_params() 45 chan_id = params_channels(params) / 2; in xlnx_i2s_hw_params() 38 xlnx_i2s_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *i2s_dai) xlnx_i2s_hw_params() argument
|
/kernel/linux/linux-5.10/sound/soc/rockchip/ |
H A D | rockchip_rt5645.c | 55 struct snd_pcm_hw_params *params) in rk_aif1_hw_params() 63 switch (params_rate(params)) { in rk_aif1_hw_params() 54 rk_aif1_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) rk_aif1_hw_params() argument
|
/kernel/linux/linux-5.10/sound/soc/mxs/ |
H A D | mxs-sgtl5000.c | 20 struct snd_pcm_hw_params *params) in mxs_sgtl5000_hw_params() 25 unsigned int rate = params_rate(params); in mxs_sgtl5000_hw_params() 19 mxs_sgtl5000_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) mxs_sgtl5000_hw_params() argument
|