/third_party/pulseaudio/src/modules/echo-cancel/ |
H A D | null.c | 17 #include <config.h>
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | native-common.c | 21 #include <config.h>
|
H A D | object.c | 22 #include <config.h>
|
H A D | sconv_neon.c | 18 #include <config.h>
|
H A D | svolume_arm.c | 22 #include <config.h>
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluetooth-discover.c | 21 #include <config.h>
|
/third_party/pulseaudio/src/modules/ |
H A D | module-volume-restore.c | 21 #include <config.h>
|
H A D | module-combine.c | 22 #include <config.h>
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | module-alsa-sink.c | 22 #include <config.h>
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | module-raop-sink.c | 22 #include <config.h>
|
/third_party/pulseaudio/src/tests/ |
H A D | get-binary-name-test.c | 19 #include <config.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_proxy.h | 47 struct eap_peer_config *config);
|
H A D | eap_proxy_dummy.c | 74 struct eap_peer_config *config) in eap_proxy_notify_config() 73 eap_proxy_notify_config(struct eap_proxy_sm *sm, struct eap_peer_config *config) eap_proxy_notify_config() argument
|
/third_party/vk-gl-cts/framework/platform/ohos/context/ |
H A D | tcuOhosNativeContext.hpp | 53 OhosRendContext(const glu::RenderConfig& config, const tcu::CommandLine& cmdLine);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_proxy.h | 47 struct eap_peer_config *config);
|
H A D | eap_proxy_dummy.c | 74 struct eap_peer_config *config) in eap_proxy_notify_config() 73 eap_proxy_notify_config(struct eap_proxy_sm *sm, struct eap_peer_config *config) eap_proxy_notify_config() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wapi/ |
H A D | wapi_asue_i.h | 71 void wapi_config_free(struct wapi_config *config);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool.c | 974 struct ice_aqc_set_phy_cfg_data config = { 0 }; in ice_set_fec_cfg() local 996 memcpy(&config, &pi->phy.curr_user_phy_cfg, sizeof(config)); in ice_set_fec_cfg() 998 ice_cfg_phy_fec(pi, &config, req_fec); in ice_set_fec_cfg() 999 config.caps |= ICE_AQ_PHY_ENA_AUTO_LINK_UPDT; in ice_set_fec_cfg() 1001 if (ice_aq_set_phy_cfg(pi->hw, pi, &config, NULL)) in ice_set_fec_cfg() 1004 /* Save requested FEC config */ in ice_set_fec_cfg() 2123 * @config: configuration that will be sent down to FW 2132 struct ice_aqc_set_phy_cfg_data *config, in ice_setup_autoneg() 2152 config in ice_setup_autoneg() 2131 ice_setup_autoneg(struct ice_port_info *p, struct ethtool_link_ksettings *ks, struct ice_aqc_set_phy_cfg_data *config, u8 autoneg_enabled, u8 *autoneg_changed, struct net_device *netdev) ice_setup_autoneg() argument 2229 struct ice_aqc_set_phy_cfg_data config; ice_set_link_ksettings() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | polaris10_smumgr.c | 1716 uint16_t config; in polaris10_populate_vr_config() local 1718 config = VR_MERGED_WITH_VDDC; in polaris10_populate_vr_config() 1719 table->VRConfig |= (config << VRCONF_VDDGFX_SHIFT); in polaris10_populate_vr_config() 1723 config = VR_SVI2_PLANE_1; in polaris10_populate_vr_config() 1724 table->VRConfig |= config; in polaris10_populate_vr_config() 1726 config = VR_SMIO_PATTERN_1; in polaris10_populate_vr_config() 1727 table->VRConfig |= config; in polaris10_populate_vr_config() 1735 config = VR_SVI2_PLANE_2; /* only in merged mode */ in polaris10_populate_vr_config() 1736 table->VRConfig |= (config << VRCONF_VDDCI_SHIFT); in polaris10_populate_vr_config() 1738 config in polaris10_populate_vr_config() [all...] |
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/bin/ |
H A D | compile-ut-ohpm.sh | 24 npm config set @ohos:registry=https://repo.harmonyos.com/npm/ 27 #ohpm config set @ohos:registry=https://repo.harmonyos.com/ohpm/ 69 --p=config path 163 is_entry=`cat $1${pa}/src/main/config.json | sed 's/ //g' | grep "\"moduleType\":\"entry\""` 164 is_feature=`cat $1${pa}/src/main/config.json | sed 's/ //g' | grep "\"moduleType\":\"feature\""` 341 cur_bundle_line=`cat ${project_path}${pa}/src/main/config.json | grep "\"bundleName\""` 345 is_entry=`cat ${project_path}${pa}/src/main/config.json | sed 's/ //g' | grep "\"moduleType\":\"entry\""` 346 is_feature=`cat ${project_path}${pa}/src/main/config.json | sed 's/ //g' | grep "\"moduleType\":\"feature\""`
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | particle_property.h | 175 void SetConfig(const ParticleConfig& config) in SetConfig() 177 config_ = config; in SetConfig() 218 str.append("config: [").append(config_.ToString()).append("]"); in ToString() 413 void SetConfig(const ParticleFloatPropertyUpdaterConfig& config) in SetConfig() 415 config_ = config; in SetConfig() 427 str.append("config: [").append(config_.ToString()).append("]"); in ToString() 644 void SetConfig(const ParticleColorPropertyUpdaterConfig& config) in SetConfig() 646 config_ = config; in SetConfig() 658 str.append("config: [").append(config_.ToString()).append("]"); in ToString() 708 str.append("config in ToString() [all...] |
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_sample_rs.cpp | 549 BufferRequestConfig config = { in DrawSurface() local 557 SurfaceError ret = surface->RequestBuffer(buffer, releaseFence, config); in DrawSurface() 585 RSSurfaceNodeConfig config; in CreateSurface() local 586 return RSSurfaceNode::Create(config); in CreateSurface() 607 RSDisplayNodeConfig config; in main() local 608 RSDisplayNode::SharedPtr displayNode = RSDisplayNode::Create(config); in main()
|
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | KvManagerDataPromiseJsTest.js | 30 const config = { 50 await factory.createKVManager(config).then((manager) => { 831 const config = { 840 await factory.createKVManager(config).then(async (manager) => { 881 const config = { 890 await factory.createKVManager(config).then(async (manager) => {
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | kvdb_general_store_test.cpp | 346 GeneralStore::CloudConfig config; in HWTEST_F() local 348 auto ret = store->Bind(database, bindInfos, config); in HWTEST_F() 356 ret = store->Bind(database, bindInfos, config); in HWTEST_F() 363 ret = store->Bind(database, bindInfos, config); in HWTEST_F() 371 ret = store->Bind(database, bindInfos, config); in HWTEST_F() 375 ret = store->Bind(database, bindInfos, config); in HWTEST_F()
|
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
H A D | relational_store_ffi.cpp | 29 int64_t FfiOHOSRelationalStoreGetRdbStore(OHOS::AbilityRuntime::Context* context, StoreConfig config, in FfiOHOSRelationalStoreGetRdbStore() argument 32 return GetRdbStore(context, config, errCode); in FfiOHOSRelationalStoreGetRdbStore() 41 void FfiOHOSRelationalStoreDeleteRdbStoreConfig(OHOS::AbilityRuntime::Context* context, StoreConfig config, in FfiOHOSRelationalStoreDeleteRdbStoreConfig() argument 44 DeleteRdbStoreConfig(context, config, errCode); in FfiOHOSRelationalStoreDeleteRdbStoreConfig() 447 DistributedRdb::DistributedConfig config{distributedConfig.autoSync}; in FfiOHOSRelationalStoreSetDistributedTablesConfig() 448 return nativeRdbStore->SetDistributedTables(tables, tablesSize, type, config); in FfiOHOSRelationalStoreSetDistributedTablesConfig()
|