| /kernel/linux/linux-6.6/sound/soc/intel/boards/ |
| H A D | kbl_rt5663_rt5514_max98927.c | 318 struct snd_pcm_runtime *runtime = substream->runtime; in kbl_fe_startup() local 498 struct snd_pcm_runtime *runtime = substream->runtime; in kabylake_dmic_startup() local [all...] |
| H A D | cht_bsw_rt5645.c | 251 static int cht_codec_init(struct snd_soc_pcm_runtime *runtime) in cht_codec_init() argument
|
| H A D | sof_es8336.c | 231 static int dmic_init(struct snd_soc_pcm_runtime *runtime) in dmic_init() argument 251 static int sof_hdmi_init(struct snd_soc_pcm_runtime *runtime) in sof_hdmi_init() argument 270 static int sof_es8316_init(struct snd_soc_pcm_runtime *runtime) in sof_es8316_init() argument [all...] |
| /kernel/linux/linux-6.6/sound/xen/ |
| H A D | xen_snd_front_alsa.c | 358 struct snd_pcm_runtime *runtime = substream->runtime; in alsa_open() local 517 struct snd_pcm_runtime *runtime = substream->runtime; alsa_prepare() local [all...] |
| /kernel/linux/linux-6.6/sound/soc/intel/keembay/ |
| H A D | kmb_platform.c | 77 static void hdmi_reformat_iec958(struct snd_pcm_runtime *runtime, in hdmi_reformat_iec958() argument 99 kmb_pcm_tx_fn(struct kmb_i2s_info *kmb_i2s, struct snd_pcm_runtime *runtime, unsigned int tx_ptr, bool *period_elapsed) kmb_pcm_tx_fn() argument 132 kmb_pcm_rx_fn(struct kmb_i2s_info *kmb_i2s, struct snd_pcm_runtime *runtime, unsigned int rx_ptr, bool *period_elapsed) kmb_pcm_rx_fn() argument 254 struct snd_pcm_runtime *runtime = substream->runtime; kmb_pcm_open() local 269 struct snd_pcm_runtime *runtime = substream->runtime; kmb_pcm_trigger() local 378 struct snd_pcm_runtime *runtime = substream->runtime; kmb_pcm_pointer() local [all...] |
| /kernel/linux/linux-6.6/sound/soc/sh/rcar/ |
| H A D | adg.c | 187 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_adg_get_timesel_ratio() local
|
| H A D | src.c | 92 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_src_convert_rate() local 118 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_src_get_rate() local 205 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_src_set_convert_rate() local
|
| /kernel/linux/linux-6.6/sound/soc/xtensa/ |
| H A D | xtfpga-i2s.c | 371 struct snd_pcm_runtime *runtime = substream->runtime; in xtfpga_pcm_open() local 393 struct snd_pcm_runtime *runtime = substream->runtime; in xtfpga_pcm_hw_params() local 431 struct snd_pcm_runtime *runtime = substream->runtime; xtfpga_pcm_trigger() local 459 struct snd_pcm_runtime *runtime = substream->runtime; xtfpga_pcm_pointer() local [all...] |
| /kernel/linux/linux-6.6/sound/soc/intel/atom/ |
| H A D | sst-mfld-platform-pcm.c | 306 struct snd_pcm_runtime *runtime = substream->runtime; sst_media_open() local 580 struct snd_pcm_runtime *runtime; sst_soc_open() local [all...] |
| /kernel/linux/linux-6.6/sound/soc/qcom/ |
| H A D | lpass-platform.c | 194 struct snd_pcm_runtime *runtime = substream->runtime; in lpass_platform_pcmops_open() local 286 struct snd_pcm_runtime *runtime = substream->runtime; in lpass_platform_pcmops_close() local 599 struct snd_pcm_runtime *runtime = substream->runtime; lpass_platform_pcmops_prepare() local 898 struct snd_pcm_runtime *runtime = substream->runtime; lpass_platform_cdc_dma_mmap() local [all...] |
| /foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
| H A D | ability_test.cpp | 1432 auto runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() local 2684 auto runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() local
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
| H A D | js_ability.cpp | 92 Ability *JsAbility::Create(const std::unique_ptr<Runtime> &runtime) in Create() argument
|
| H A D | cj_ui_ability.cpp | 88 UIAbility *CJUIAbility::Create(const std::unique_ptr<Runtime> &runtime) in Create() argument
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/ |
| H A D | js_ui_extension.cpp | 93 JsUIExtension* JsUIExtension::Create(const std::unique_ptr<Runtime>& runtime) in Create() argument
|
| H A D | js_ui_extension_base.cpp | 103 JsUIExtensionBase::JsUIExtensionBase(const std::unique_ptr<Runtime> &runtime) in JsUIExtensionBase() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| H A D | jsi_base_utils.cpp | 91 GenerateErrorMsg( const std::shared_ptr<JsValue>& error, const std::shared_ptr<JsRuntime>& runtime) GenerateErrorMsg() argument 120 GenerateJsErrorObject( const std::shared_ptr<JsValue>& error, const std::shared_ptr<JsRuntime>& runtime) GenerateJsErrorObject() argument 142 GenerateSummaryBody( const std::shared_ptr<JsValue>& error, const std::shared_ptr<JsRuntime>& runtime) GenerateSummaryBody() argument 288 GetSourceCodeInfo( std::shared_ptr<JsRuntime> runtime, const shared_ptr<JsValue>& errorFunc, ErrorPos pos) GetSourceCodeInfo() argument 568 ReportJsErrorEvent(std::shared_ptr<JsValue> error, std::shared_ptr<JsRuntime> runtime) ReportJsErrorEvent() argument 661 GetLogContent( const shared_ptr<JsRuntime>& runtime, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) GetLogContent() argument 676 GetLogContentFromStartIndex( const shared_ptr<JsRuntime>& runtime, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, int32_t startIndex) GetLogContentFromStartIndex() argument 694 GetLogTag( const shared_ptr<JsRuntime>& runtime, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, AceLogTag& tag) GetLogTag() argument 715 AppLogPrint( const shared_ptr<JsRuntime>& runtime, JsLogLevel level, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) AppLogPrint() argument 742 AppDebugLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) AppDebugLogPrint() argument 749 AppInfoLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) AppInfoLogPrint() argument 756 AppWarnLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) AppWarnLogPrint() argument 763 AppErrorLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) AppErrorLogPrint() argument 769 JsLogPrint( const shared_ptr<JsRuntime>& runtime, JsLogLevel level, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLogPrint() argument 824 JsDebugLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsDebugLogPrint() argument 830 JsInfoLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsInfoLogPrint() argument 836 JsWarnLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsWarnLogPrint() argument 842 JsErrorLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsErrorLogPrint() argument 850 JsTraceBegin(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTraceBegin() argument 860 JsTraceEnd(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTraceEnd() argument [all...] |
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/ |
| H A D | medialibrary_fileext_test.cpp | 133 ArkJsRuntime runtime; in SetUpTestCase() local
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_datamanager_test/src/ |
| H A D | medialibrary_datamanager_test.cpp | 347 ArkJsRuntime runtime; in HWTEST_F() local 370 ArkJsRuntime runtime; in HWTEST_F() local 899 ArkJsRuntime runtime; in HWTEST_F() local 922 ArkJsRuntime runtime; in HWTEST_F() local
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
| H A D | media_datashare_ext_ability.cpp | 80 MediaDataShareExtAbility* MediaDataShareExtAbility::Create(const unique_ptr<Runtime>& runtime) in Create() argument 85 MediaDataShareExtAbility::MediaDataShareExtAbility(Runtime& runtime) : DataShareExtAbility(), runtime_(runtime) {} in MediaDataShareExtAbility() argument
|
| /foundation/distributeddatamgr/data_share/frameworks/native/provider/src/ |
| H A D | js_datashare_ext_ability.cpp | 54 JsDataShareExtAbility* JsDataShareExtAbility::Create(const std::unique_ptr<Runtime>& runtime) in Create() argument
|
| /foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
| H A D | js_file_access_ext_ability.cpp | 62 JsFileAccessExtAbility *JsFileAccessExtAbility::Create(const std::unique_ptr<Runtime> &runtime) in Create() argument
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| H A D | efi.c | 69 static efi_runtime_services_t *runtime; variable [all...] |
| /kernel/linux/linux-6.6/arch/ia64/kernel/ |
| H A D | efi.c | 71 static efi_runtime_services_t *runtime; variable [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_request.c | 1529 u64 runtime; member [all...] |
| /kernel/linux/linux-5.10/sound/pci/hda/ |
| H A D | hda_controller.c | 153 struct snd_pcm_runtime *runtime = substream->runtime; in azx_pcm_prepare() local 388 struct snd_pcm_runtime *runtime; azx_get_sync_time() local 497 is_link_time_supported(struct snd_pcm_runtime *runtime, struct snd_pcm_audio_tstamp_config *ts) is_link_time_supported() argument 513 struct snd_pcm_runtime *runtime = substream->runtime; azx_get_time_info() local 601 struct snd_pcm_runtime *runtime = substream->runtime; azx_pcm_open() local [all...] |