/drivers/hdf_core/adapter/khdf/liteos/platform/ |
H A D | Makefile | 40 $(HDF_FRAMEWORKS)/support/platform/src/fwk/platform_device.c \ 41 $(HDF_FRAMEWORKS)/support/platform/src/fwk/platform_event.c \ 42 $(HDF_FRAMEWORKS)/support/platform/src/fwk/platform_manager.c \ 43 $(HDF_FRAMEWORKS)/support/platform/src/fwk/platform_queue.c \ 44 $(HDF_FRAMEWORKS)/support/platform/src/fwk/platform_common.c 49 $(HDF_FRAMEWORKS)/support/platform/src/fwk/platform_trace_transfer.c 51 LOCAL_SRCS += $(HDF_FRAMEWORKS)/support/platform/src/fwk/platform_trace_unopen.c 55 LOCAL_SRCS += $(HDF_FRAMEWORKS)/support/platform/src/fwk/platform_dumper.c 57 LOCAL_SRCS += $(HDF_FRAMEWORKS)/support/platform/src/fwk/platform_dumper_unopen.c 61 LOCAL_SRCS += $(HDF_FRAMEWORKS)/support/platfor [all...] |
/drivers/hdf_core/adapter/khdf/linux/platform/ |
H A D | platform.mk | 15 HDF_PLATFORM_FRAMEWORKS_ROOT = ../../../../../framework/support/platform 17 -I$(srctree)/drivers/hdf/framework/support/platform/include \ 18 -I$(srctree)/drivers/hdf/framework/support/platform/include/fwk \ 19 -I$(srctree)/drivers/hdf/framework/support/platform/include/adc \ 20 -I$(srctree)/drivers/hdf/framework/support/platform/include/clock \ 21 -I$(srctree)/drivers/hdf/framework/support/platform/include/dma \ 22 -I$(srctree)/drivers/hdf/framework/support/platform/include/gpio \ 23 -I$(srctree)/drivers/hdf/framework/support/platform/include/hdmi \ 24 -I$(srctree)/drivers/hdf/framework/support/platform/include/i2c \ 25 -I$(srctree)/drivers/hdf/framework/support/platfor [all...] |
/drivers/hdf_core/adapter/khdf/liteos/ |
H A D | lite.mk | 53 HDF_INCLUDE += -I $(HDF_ROOT_DIR)/framework/support/platform/include 54 HDF_INCLUDE += -I $(HDF_ROOT_DIR)/framework/support/platform/include/fwk 63 HDF_INCLUDE += -I $(HDF_ROOT_DIR)/framework/support/platform/include/adc 64 HDF_INCLUDE += -I $(HDF_ROOT_DIR)/framework/support/platform/include/dac 65 HDF_INCLUDE += -I $(HDF_ROOT_DIR)/framework/support/platform/include/dma 66 HDF_INCLUDE += -I $(HDF_ROOT_DIR)/framework/support/platform/include/gpio 67 HDF_INCLUDE += -I $(HDF_ROOT_DIR)/framework/support/platform/include/hdmi 68 HDF_INCLUDE += -I $(HDF_ROOT_DIR)/framework/support/platform/include/i2c 69 HDF_INCLUDE += -I $(HDF_ROOT_DIR)/framework/support/platform/include/i2s 70 HDF_INCLUDE += -I $(HDF_ROOT_DIR)/framework/support/platfor [all...] |
H A D | hdf_lite.mk | 64 LITEOS_DRIVERS_HDF_INCLUDE += -I $(HDF_FRAMEWORKS_PATH)/support/platform/include 65 LITEOS_DRIVERS_HDF_INCLUDE += -I $(HDF_FRAMEWORKS_PATH)/support/platform/include/fwk 66 LITEOS_DRIVERS_HDF_INCLUDE += -I $(HDF_FRAMEWORKS_PATH)/support/platform/include/hdmi 67 #LITEOS_DRIVERS_HDF_INCLUDE += -I $(HDF_FRAMEWORKS_PATH)/support/platform/include/mmc
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_extension/src/ |
H A D | audio_render_ext_impl_test.cpp | 98 bool support = true; in HWTEST_F() local 108 EXPECT_EQ(HDF_SUCCESS, audioRenderlatencyImpl_->IsSupportsPauseAndResume(support, support)); in HWTEST_F() 109 EXPECT_EQ(HDF_SUCCESS, audioRenderlatencyImpl_->CheckSceneCapability(scene, support)); in HWTEST_F() 111 EXPECT_EQ(HDF_SUCCESS, audioRenderlatencyImpl_->SetMute(support)); in HWTEST_F() 112 EXPECT_EQ(HDF_SUCCESS, audioRenderlatencyImpl_->GetMute(support)); in HWTEST_F() 113 EXPECT_EQ(HDF_SUCCESS, audioRenderlatencyImpl_->IsSupportsDrain(support)); in HWTEST_F()
|
/drivers/peripheral/distributed_audio/interface/audio/v1_0/ |
H A D | i_audio_scene.h | 25 virtual int32_t CheckSceneCapability(const AudioSceneDescriptorHAL &scene, bool &support) = 0;
|
/drivers/hdf_core/adapter/khdf/linux/test/ |
H A D | test_khdf.mk | 20 -I$(srctree)/$(HDF_FRAMEWORK_ROOT)/support/platform/include \ 21 -I$(srctree)/$(HDF_FRAMEWORK_ROOT)/support/platform/include/fwk \ 22 -I$(srctree)/$(HDF_FRAMEWORK_ROOT)/support/platform/include/rtc \ 84 -I$(srctree)/drivers/hdf/framework/support/platform/include/i2c
|
/drivers/hdf_core/adapter/khdf/linux/model/network/bluetooth/ |
H A D | env_config.mk | 26 -I$(srctree)/drivers/hdf/framework/support/platform/include \ 27 -I$(srctree)/drivers/hdf/framework/support/platform/include/platform \
|
/drivers/peripheral/audio/interfaces/2.0/include/ |
H A D | audio_render.h | 174 * @param support indicates the state whether the vendor supports draining buffer. Value <b>true</b> means that 179 int32_t (*IsSupportsDrain)(struct AudioRender *render, bool *support);
|
/drivers/peripheral/audio/interfaces/include/ |
H A D | audio_render.h | 172 * @param support indicates the state whether the vendor supports draining buffer. Value <b>true</b> means that 177 int32_t (*IsSupportsDrain)(struct AudioRender *render, bool *support);
|
/drivers/peripheral/camera/hal_c/include/ |
H A D | stream_operator_c_if.h | 43 int* support);
|
/drivers/hdf_core/adapter/khdf/linux/model/network/wifi/ |
H A D | hdfwifi.mk | 27 -I$(srctree)/drivers/hdf/framework/support/platform/include \ 28 -I$(srctree)/drivers/hdf/framework/support/platform/include/platform \
|
/drivers/peripheral/wlan/test/performance/common/ |
H A D | hdf_wlan_performance_test.cpp | 108 uint8_t support[PROTOCOL_80211_IFTYPE_NUM + 1] = {0};
in HWTEST_F() local 118 ret = g_wifi->getSupportFeature(support, PROTOCOL_80211_IFTYPE_NUM + 1);
in HWTEST_F() 135 uint8_t support[PROTOCOL_80211_IFTYPE_NUM + 1] = {0};
in HWTEST_F() local 141 ret = g_wifi->getSupportFeature(support, PROTOCOL_80211_IFTYPE_NUM + 1);
in HWTEST_F() 151 if (support[PROTOCOL_80211_IFTYPE_NUM] == 0) {
in HWTEST_F()
|
/drivers/hdf_core/adapter/khdf/liteos/test/ |
H A D | test_lite.mk | 41 HDF_TEST_INCLUDE += -I $(HDF_ROOT_TEST_DIR)/hdf_core/framework/support/platform/include 42 HDF_TEST_INCLUDE += -I $(HDF_ROOT_TEST_DIR)/hdf_core/framework/support/platform/include/rtc 43 HDF_TEST_INCLUDE += -I $(HDF_ROOT_TEST_DIR)/hdf_core/framework/support/platform/include/pcie
|
/drivers/peripheral/audio/test/hal_mock/ |
H A D | audio_render_mock.c | 123 static int32_t IsSupportsDrain(struct IAudioRenderVdi* render, bool *support)
in IsSupportsDrain() argument 129 (void *)support;
in IsSupportsDrain() 137 if (render == NULL || scene == NULL || support == NULL) {
in CheckSceneCapability()
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/public_moudle/ |
H A D | base.py | 18 from selenium.webdriver.support.wait import WebDriverWait
19 from selenium.webdriver.support import expected_conditions as EC
|
/drivers/hdf_core/framework/model/display/driver/ |
H A D | hdf_disp.c | 200 HDF_LOGE("%s: not support powerStatus: %d", __func__, powerStatus); in SetDispPower() 471 if ((esd->panelEsd[devId] != NULL) && esd->panelEsd[devId]->support) { in EsdCheckStartUp() 489 if ((esd->panelEsd[devId] != NULL) && (esd->panelEsd[devId]->support)) { in EsdCheckEnd() 565 if ((panel[i]->esd != NULL) && panel[i]->esd->support) { in EsdResInit() 611 if ((panel[i]->esd != NULL) && panel[i]->esd->support) { in EsdCheckInit() 617 HDF_LOGI("%s none of panels support esd", __func__); in EsdCheckInit()
|
H A D | hdf_disp.h | 28 /* support max panel number */ 95 bool support; member
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_interface/src/ |
H A D | audio_render_interface_impl_test.cpp | 220 bool support = true; in HWTEST_F() local 221 EXPECT_EQ(HDF_SUCCESS, audioRenderInterfaceImpl_->IsSupportsDrain(support)); in HWTEST_F() 375 bool support = true; in HWTEST_F() local 376 EXPECT_EQ(HDF_SUCCESS, audioRenderInterfaceImpl_->CheckSceneCapability(scene, support)); in HWTEST_F()
|
/drivers/hdf_core/adapter/khdf/linux/model/storage/ |
H A D | Makefile | 24 -I$(srctree)/drivers/hdf/framework/support/platform/include/fwk \
|
/drivers/peripheral/audio/interfaces/sound/v1_0/ |
H A D | iaudio_render_vdi.h | 41 int32_t (*IsSupportsDrain)(struct IAudioRenderVdi *self, bool *support);
|
/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_frl.c | 170 bool support = true; in HdmiFrlCheckFrlStrategy() local 175 support = false; in HdmiFrlCheckFrlStrategy() 180 support = false; in HdmiFrlCheckFrlStrategy() 185 support = false; in HdmiFrlCheckFrlStrategy() 189 HDF_LOGE("strategy %d is not support", strategy); in HdmiFrlCheckFrlStrategy() 192 return support; in HdmiFrlCheckFrlStrategy() 317 HDF_LOGD("not support set frl audio ncts."); in HdmiFrlAudioNctsSet() 341 HDF_LOGD("not support phy output set."); in HdmiFrlTxffeSet() 590 HDF_LOGE("FRL trining, not support FRL."); in HdmiFrlTrainingStateMachineHandle() 750 HDF_LOGE("FRL trining, not support FR in HdmiFrlTrainingStateMachineTimeoutHandle() [all...] |
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/ |
H A D | audio_render_interface_impl.h | 58 int32_t IsSupportsDrain(bool &support) override;
|
H A D | audio_render_ext_impl.h | 55 int32_t IsSupportsDrain(bool &support) override;
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
H A D | audio_render_ext_impl.cpp | 82 DHLOGD("Get render device latency, not support yet."); in GetLatency() 122 DHLOGD("Render frame. not support in low-latency render"); in RenderFrame() 132 DHLOGD("Get render position, not support yet."); in GetRenderPosition() 140 DHLOGD("Set render speed, control render speed is not support yet."); in SetRenderSpeed() 147 DHLOGD("Get render speed, control render speed is not support yet."); in GetRenderSpeed() 154 DHLOGD("Set channel mode, control channel mode is not support yet."); in SetChannelMode() 161 DHLOGD("Get channel mode, control channel mode is not support yet."); in GetChannelMode() 176 DHLOGD("Drain audio buffer, not support yet."); in DrainBuffer() 181 int32_t AudioRenderExtImpl::IsSupportsDrain(bool &support) in IsSupportsDrain() argument 183 DHLOGD("Check whether drain is supported, not support ye in IsSupportsDrain() [all...] |