| /foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
| H A D | render_element.cpp | 144 auto component = component_; in UpdateAccessibilityNode() local
|
| H A D | composed_element.cpp | 64 auto component = HasRenderFunction() ? CallRenderFunction(component_) : BuildChild(); in PerformBuild() local 187 auto component = AceType::DynamicCast<ComposedComponent>(newComponent); in NeedUpdateWithComponent() local
|
| H A D | composed_element.h | 69 RefPtr<Component> CallRenderFunction(const RefPtr<Component>& component) in CallRenderFunction() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
| H A D | grid_element.cpp | 67 auto component = AceType::DynamicCast<GridLayoutComponent>(component_); in PerformBuild() local 104 auto component = GetComponentByIndex(index); in GetItemSpanByIndex() local 171 RefPtr<Element> GridElement::OnUpdateElement(const RefPtr<Element>& element, const RefPtr<Component>& component) in OnUpdateElement() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
| H A D | list_item_component.h | 70 void SetSwiperStartComponent(RefPtr<Component> component) in SetSwiperStartComponent() argument 80 void SetSwiperEndComponent(RefPtr<Component> component) in SetSwiperEndComponent() argument 101 void MoveDeepRenderFunc(RefPtr<ListItemComponent>& component) in MoveDeepRenderFunc() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
| H A D | render_indexer_item.cpp | 31 void RenderIndexerItem::Update(const RefPtr<Component>& component) in Update() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
| H A D | water_flow_component.cpp | 131 void WaterFlowComponent::SetFooterComponent(RefPtr<Component> component) in SetFooterComponent() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
| H A D | stack_tdd_test.cpp | 52 Component *component = ComponentFactory::CreateComponent(componentKeyId, optionsObj_, children); in GetRenderedComponent() local 82 Component *component = GetRenderedComponent(componentNameId_, children); in ComponentStackTest001() local 114 Component *component = GetRenderedComponent(componentNameId_, children); ComponentStackTest002() local 151 Component *component = GetRenderedComponent(componentNameId_, children); ComponentStackTest003() local 198 Component *component = GetRenderedComponent(componentNameId_, children); ComponentStackTest004() local 246 Component *component = GetRenderedComponent(componentNameId_, children); ComponentStackTest005() local 294 Component *component = GetRenderedComponent(componentNameId_, children); ComponentStackTest006() local [all...] |
| H A D | marquee_tdd_test.cpp | 33 Component *component = GetRenderedComponent(componentNameId_); in ComponentMarqueeStyleSetTest006() local 79 Component *component = GetRenderedComponent(componentNameId_); in ComponentMarqueeStyleSetTest007() local 125 Component *component = GetRenderedComponent(componentNameId_); ComponentMarqueeStyleSetTest008() local 171 Component *component = GetRenderedComponent(componentNameId_); ComponentMarqueeStyleSetTest009() local 217 Component *component = GetRenderedComponent(componentNameId_); ComponentMarqueeStyleSetTest010() local 270 Component *component = reinterpret_cast<TextComponent *>(GetRenderedComponent(componentNameId_)); ComponentMarqueeStyleSetTest011() local 314 Component *component = reinterpret_cast<TextComponent *>(GetRenderedComponent(componentNameId_)); ComponentMarqueeStyleSetTest012() local 366 Component *component = reinterpret_cast<TextComponent *>(GetRenderedComponent(componentNameId_)); ComponentMarqueeStyleSetTest013() local [all...] |
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
| H A D | render_module.cpp | 60 Component *component = ComponentFactory::CreateComponent(componentNameId, options, children); in CreateElement() local
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/ |
| H A D | component_loader_test.cpp | 806 cJSON *component = cJSON_CreateObject(); in HWTEST_F() local [all...] |
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| H A D | nsdump.c | 103 acpi_ns_dump_pathname(acpi_handle handle, const char *msg, u32 level, u32 component) acpi_ns_dump_pathname() argument
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| H A D | plpks.h | 52 char *component; member
|
| /kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
| H A D | ivtv-gpio.c | 116 int ivtv_reset_tuner_gpio(void *dev, int component, int cmd, int value) in ivtv_reset_tuner_gpio() argument
|
| /kernel/linux/linux-5.10/include/media/ |
| H A D | v4l2-jpeg.h | 61 struct v4l2_jpeg_frame_component_spec component[V4L2_JPEG_MAX_COMPONENTS]; member 86 struct v4l2_jpeg_scan_component_spec component[V4L2_JPEG_MAX_COMPONENTS]; member
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| H A D | bd28623.c | 73 struct snd_soc_component *component = in bd28623_get_switch_spk() local 85 struct snd_soc_component *component = in bd28623_set_switch_spk() local 104 static int bd28623_codec_probe(struct snd_soc_component *component) in bd28623_codec_probe() argument 120 static void bd28623_codec_remove(struct snd_soc_component *component) in bd28623_codec_remove() argument 127 static int bd28623_codec_suspend(struct snd_soc_component *component) in bd28623_codec_suspend() argument 136 bd28623_codec_resume(struct snd_soc_component *component) bd28623_codec_resume() argument [all...] |
| H A D | ak5386.c | 38 static int ak5386_soc_probe(struct snd_soc_component *component) in ak5386_soc_probe() argument 44 static void ak5386_soc_remove(struct snd_soc_component *component) in ak5386_soc_remove() argument 51 static int ak5386_soc_suspend(struct snd_soc_component *component) in ak5386_soc_suspend() argument 58 static int ak5386_soc_resume(struct snd_soc_component *component) in ak5386_soc_resume() argument 86 struct snd_soc_component *component = codec_dai->component; in ak5386_set_dai_fmt() local 102 struct snd_soc_component *component = dai->component; ak5386_hw_params() local 124 struct snd_soc_component *component = dai->component; ak5386_hw_free() local [all...] |
| H A D | wm8524.c | 62 struct snd_soc_component *component = dai->component; in wm8524_startup() local 86 struct snd_soc_component *component = dai->component; in wm8524_shutdown() local 95 struct snd_soc_component *component = codec_dai->component; in wm8524_set_dai_sysclk() local 186 wm8524_probe(struct snd_soc_component *component) wm8524_probe() argument [all...] |
| H A D | wm9705.c | 234 struct snd_soc_component *component = dai->component; in ac97_prepare() local 288 static int wm9705_soc_suspend(struct snd_soc_component *component) in wm9705_soc_suspend() argument 297 static int wm9705_soc_resume(struct snd_soc_component *component) in wm9705_soc_resume() argument 316 wm9705_soc_probe(struct snd_soc_component *component) wm9705_soc_probe() argument 347 wm9705_soc_remove(struct snd_soc_component *component) wm9705_soc_remove() argument [all...] |
| H A D | max98373.c | 23 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in max98373_dac_event() local 315 static int max98373_probe(struct snd_soc_component *component) in max98373_probe() argument
|
| H A D | max98371.c | 183 struct snd_soc_component *component = codec_dai->component; in max98371_dai_set_fmt() local 218 struct snd_soc_component *component = dai->component; in max98371_dai_hw_params() local
|
| H A D | max9768.c | 129 static int max9768_probe(struct snd_soc_component *component) in max9768_probe() argument
|
| /kernel/linux/linux-5.10/sound/soc/atmel/ |
| H A D | atmel-pcm-pdc.c | 59 static int atmel_pcm_mmap(struct snd_soc_component *component, in atmel_pcm_mmap() argument 68 static int atmel_pcm_new(struct snd_soc_component *component, in atmel_pcm_new() argument 98 static void atmel_pcm_free(struct snd_soc_component *component, in atmel_pcm_free() argument 202 static int atmel_pcm_hw_params(struct snd_soc_component *component, in atmel_pcm_hw_params() argument 232 static int atmel_pcm_hw_free(struct snd_soc_component *component, in atmel_pcm_hw_free() argument 247 static int atmel_pcm_prepare(struct snd_soc_component *component, in atmel_pcm_prepare() argument 260 static int atmel_pcm_trigger(struct snd_soc_component *component, in atmel_pcm_trigger() argument 326 static snd_pcm_uframes_t atmel_pcm_pointer(struct snd_soc_component *component, in atmel_pcm_pointer() argument 344 static int atmel_pcm_open(struct snd_soc_component *component, in atmel_pcm_open() argument 370 static int atmel_pcm_close(struct snd_soc_component *component, in atmel_pcm_close() argument [all...] |
| /kernel/linux/linux-5.10/sound/arm/ |
| H A D | pxa2xx-pcm-lib.c | 178 void pxa2xx_soc_pcm_free(struct snd_soc_component *component, in pxa2xx_soc_pcm_free() argument 185 int pxa2xx_soc_pcm_new(struct snd_soc_component *component, in pxa2xx_soc_pcm_new() argument 214 int pxa2xx_soc_pcm_open(struct snd_soc_component *component, in pxa2xx_soc_pcm_open() argument 221 int pxa2xx_soc_pcm_close(struct snd_soc_component *component, in pxa2xx_soc_pcm_close() argument 228 int pxa2xx_soc_pcm_hw_params(struct snd_soc_component *component, in pxa2xx_soc_pcm_hw_params() argument 236 int pxa2xx_soc_pcm_hw_free(struct snd_soc_component *component, in pxa2xx_soc_pcm_hw_free() argument 243 int pxa2xx_soc_pcm_prepare(struct snd_soc_component *component, in pxa2xx_soc_pcm_prepare() argument 250 int pxa2xx_soc_pcm_trigger(struct snd_soc_component *component, in pxa2xx_soc_pcm_trigger() argument 258 pxa2xx_soc_pcm_pointer(struct snd_soc_component *component, in pxa2xx_soc_pcm_pointer() argument 265 int pxa2xx_soc_pcm_mmap(struct snd_soc_component *component, in pxa2xx_soc_pcm_mmap() argument [all...] |
| /kernel/linux/linux-5.10/sound/soc/intel/boards/ |
| H A D | cht_bsw_nau8824.c | 100 struct snd_soc_component *component = codec_dai->component; in cht_codec_init() local
|