Home
last modified time | relevance | path

Searched refs:n (Results 1 – 25 of 107) sorted by relevance

12345

/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/sensor_template/
Dsensor_device_enable.ini2 accel = ["LOSCFG_DRIVERS_HDF_SENSOR_ACCEL=y\n"]
3 als = ["LOSCFG_DRIVERS_HDF_SENSOR_ALS=y\n"]
4 barometer = ["LOSCFG_DRIVERS_HDF_SENSOR_BAROMETER=y\n"]
5 proximity = ["LOSCFG_DRIVERS_HDF_SENSOR_PROXIMITY=y\n"]
6 gyro = ["LOSCFG_DRIVERS_HDF_SENSOR_GYRO=y\n"]
7 hall = ["LOSCFG_DRIVERS_HDF_SENSOR_HALL=y\n"]
8 magnetic = ["LOSCFG_DRIVERS_HDF_SENSOR_MAGNETIC=y\n"]
9 gravity = ["LOSCFG_DRIVERS_HDF_SENSOR_GRAVITY=y\n"]
12 accel = ["CONFIG_DRIVERS_HDF_SENSOR_ACCEL=y\n"]
13 als = ["CONFIG_DRIVERS_HDF_SENSOR_ALS=y\n"]
[all …]
/drivers/hdf_core/adapter/khdf/linux/model/sensor/
DKconfig14 default n
21 default n
27 default n
33 default n
39 default n
45 default n
51 default n
57 default n
63 default n
69 default n
[all …]
/drivers/hdf_core/adapter/khdf/linux/model/audio/
DKconfig3 default n
10 default n
17 default n
24 default n
31 default n
38 default n
45 default n
54 default n
61 default n
70 default n
[all …]
/drivers/hdf_core/adapter/khdf/linux/platform/
DKconfig3 default n
10 default n
17 default n
24 default n
31 default n
45 default n
64 default n
71 default n
78 default n
85 default n
[all …]
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
Dbuffer_loop_tracking.cpp109 … [&node](const std::shared_ptr<TrackingNode>& n) { return n->GetNodeName() == node; }); in FindTrackingNode() argument
133 auto n = FindTrackingNode(node->GetNodeName()); in DetachTrackingNode() local
134 if (n == nullptr) { in DetachTrackingNode()
153 for (auto& n : trackingNodeList_) { in LocateBuffer() local
154 if (n == nullptr) { in LocateBuffer()
158 if (n->IsEmpty()) { in LocateBuffer()
161 if (n->FindTrackingBuffer(buffer) != nullptr) { in LocateBuffer()
162 return n; in LocateBuffer()
209 for (auto& n : trackingNodeList_) { in DumpTrace() local
210 if (n == nullptr) { in DumpTrace()
[all …]
/drivers/peripheral/camera/vdi_base/common/pipeline_core/utils/
Dno_copyable.h21 NoCopyable(const NoCopyable& n) = delete;
22 NoCopyable(NoCopyable&& n) = delete;
23 NoCopyable& operator=(const NoCopyable& n) = delete;
24 NoCopyable& operator=(NoCopyable&& n) = delete;
/drivers/hdf_core/adapter/khdf/liteos_m/
DKconfig31 default n
39 default n
45 default n
52 default n
59 default n
65 default n
72 default n
79 default n
86 default n
99 default n
[all …]
/drivers/hdf_core/adapter/khdf/linux/model/input/
DKconfig3 default n
10 default n
17 default n
24 default n
31 default n
38 default n
/drivers/hdf_core/adapter/khdf/liteos/
DKconfig31 default n
38 default n
45 default n
52 default n
59 default n
73 default n
80 default n
87 default n
94 default n
101 default n
[all …]
/drivers/hdf_core/adapter/khdf/uniproton/platform/
DKconfig33 default n
40 default n
47 default n
54 default n
61 default n
68 default n
81 default n
88 default n
95 default n
102 default n
[all …]
/drivers/hdf_core/adapter/khdf/linux/model/network/wifi/
DKconfig3 default n
11 default n
18 default n
24 default n
44 default n
51 default n
58 default n
/drivers/hdf_core/framework/support/platform/src/hdmi/
Dhdmi_ncts.c76 return g_audioNctsMap[i].n; in HdmiGetN()
81 return g_audioNctsMap[i].n; in HdmiGetN()
85 return g_audioNctsMap[i].n; in HdmiGetN()
100 tmpN = g_audioNctsMap[i].n; in HdmiGetCts()
107 tmpN = g_audioNctsMap[i].n; in HdmiGetCts()
113 tmpN = g_audioNctsMap[i].n; in HdmiGetCts()
/drivers/hdf_core/adapter/khdf/liteos/model/sensor/
DKconfig31 default n
38 default n
44 default n
50 default n
56 default n
62 default n
68 default n
74 default n
80 default n
86 default n
[all …]
/drivers/hdf_core/adapter/khdf/linux/model/display/
DKconfig3 default n
9 default n
15 default n
21 default n
/drivers/hdf_core/adapter/khdf/linux/model/network/wifi/vendor/hi3881/
Denv_config.mk22 CFG_TRAFFIC_CTL = n
25 CFG_RF_110X_CALI_DPD = n
27 CFG_ALG_CFG = n
33 CFG_WAPI = n
37 CFG_REKEY_OFFLOAD = n
43 CFG_FCC_MODE = n
44 CFG_MFG_FW = n
47 CFG_ANY = n
49 CFG_MESH = n
50 CFG_TCP_OPT = n
[all …]
/drivers/hdf_core/framework/model/storage/include/mmc/
Dmmc_block.h38 #define MMC_SEC_PARAM_INVALID(s, n) \ argument
40 (n) >= MMC_MAX_SEC_NR || \
41 (MMC_MAX_SEC_NR - (n)) <= (s))
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/include/
Dstream_pipeline_data_structure.h56 bool operator==(const NodeSpec& n)
58 if (this->portSpecSet_.size() == n.portSpecSet_.size()) {
64 bool operator!=(const NodeSpec& n)
66 if (this->portSpecSet_.size() != n.portSpecSet_.size()) {
/drivers/peripheral/usb/test/moduletest/common/
Dusb_host_raw_api_func_test.cpp110 unsigned int n = 0; variable
111 while (n < totalSize / writeCnt / s.size()) {
113 n++;
197 unsigned int n = 0; variable
198 while (n < totalSize / writeCnt / s.size()) {
200 n++;
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/
Dstream_pipeline_strategy.cpp60 [info](const NodeSpec& n) { in SetUpBasicOutPortFormat() argument
61 return info.peerPortNodeName_ == n.name_; in SetUpBasicOutPortFormat()
182 void StreamPipelineStrategy::PrintConnection(const NodeSpec& n) in PrintConnection() argument
184 if (n.portSpecSet_.size() == 1 && n.portSpecSet_[0].direction_ == 0) { in PrintConnection()
188 for (const auto& it : n.portSpecSet_) { in PrintConnection()
192n.name_.c_str(), it.info_.name_.c_str(), it.format_.w_, it.format_.h_, it.format_.format_, in PrintConnection()
197 [it](const NodeSpec& n) { in PrintConnection() argument
198 return n.name_ == it.info_.peerPortNodeName_; in PrintConnection()
214 [it](const NodeSpec& n) { in CombineSpecs() argument
215 return n.name_ == (*it).name_; in CombineSpecs()
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
Dcapture_request.cpp21 const int32_t n, in CaptureRequest() argument
26 semp_ = std::make_unique<RequestSemaphore>(n); in CaptureRequest()
27 semr_ = std::make_unique<RequestSemaphore>(n); in CaptureRequest()
154 CaptureRequest::RequestSemaphore::RequestSemaphore(const int32_t n) in RequestSemaphore() argument
156 ownerCount_ = n; in RequestSemaphore()
/drivers/hdf_core/framework/core/sec/include/
Dhdf_sec.h38 #define HDF_DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) argument
/drivers/hdf_core/adapter/khdf/linux/model/misc/vibrator/
DKconfig14 default n
21 default n
28 default n
/drivers/peripheral/usb/test/moduletest/common/liteos/
Dusb_host_raw_api_func_test.cpp169 unsigned int n = 0; variable
170 while (n < totalSize / writeCnt / s.size()) {
172 n++;
319 unsigned int n = 0; variable
320 while (n < totalSize / writeCnt / s.size()) {
322 n++;
/drivers/hdf_core/adapter/khdf/linux/model/network/wifi/bus/
DKconfig14 default n
25 default n
32 default n
/drivers/peripheral/camera/
DREADME_zh.md130 CAMERA_LOGE("main test: mainDemo->InitSensors() error\n");
136 CAMERA_LOGE("main test: mainDemo->InitCameraDevice() error\n");
325 CAMERA_LOGD("pls input command(input -q exit this app)\n");
341 "Options:\n"
342 "-h | --help Print this message\n"
343 "-o | --offline stream offline test\n"
344 "-c | --capture capture one picture\n"
345 "-w | --set WB Set white balance Cloudy\n"
346 "-v | --video capture Video of 10s\n"
347 "-a | --Set AE Set Auto exposure\n"
[all …]

12345