Home
last modified time | relevance | path

Searched refs:minDelay (Results 1 - 11 of 11) sorted by relevance

/drivers/peripheral/sensor/hal/include/
H A Dsensor_controller.h52 int64_t minDelay; /* Minimum sample period allowed in nanoseconds */ member
/drivers/hdf_core/framework/model/sensor/driver/include/
H A Dsensor_device_type.h91 int64_t minDelay; /**< Minimum sample period allowed in nanoseconds */ member
/drivers/peripheral/sensor/interfaces/include/
H A Dsensor_type.h187 int64_t minDelay; /**< Minimum sample period allowed in microseconds */ member
/drivers/peripheral/sensor/interfaces/v1_0/
H A Disensor_interface_vdi.h39 int64_t minDelay; member
/drivers/peripheral/sensor/hal/src/
H A Dsensor_dump.c87 minDelay: %" PRId64 "\n\r \ in SensorShowList()
96 sensorList->sensorInfoEntry[index].minDelay, in SensorShowList()
H A Dsensor_controller.c128 pos->minDelay = (int64_t)(buf->minDelay); in GetSensorInfoFromReply()
/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.cpp176 sensorInfo.minDelay = it.minDelay; in GetAllSensorInfo()
331 if (samplingInterval < it->minDelay) { in SetDelay()
332 samplingInterval = it->minDelay; in SetDelay()
333 HDF_LOGI("%{public}s samplingInterval has been set minDelay %{public}s", __func__, in SetDelay()
H A Dsensor_hdi_dump.cpp64 "minDelay: " + std::to_string(it.minDelay) + "\n" + in SensorShowList()
/drivers/peripheral/sensor/test/unittest/dump/
H A Dhdf_sensor_dump_test.cpp101 sensorInfo.minDelay = g_minDelay + sensorId; in GetAllSensorInfo()
/drivers/peripheral/sensor/hdi_impl/
H A Dsensor_impl.cpp151 hdfSensorInfo.minDelay = tmp->minDelay; in GetAllSensorInfo()
/drivers/hdf_core/framework/model/sensor/driver/common/src/
H A Dsensor_config_parser.c360 ret = parser->GetUint64(infoNode, "minDelay", (uint64_t *)&value, 0); in ParseSensorValue()
361 CHECK_PARSER_RESULT_RETURN_VALUE(ret, "minDelay"); in ParseSensorValue()
362 config->sensorInfo.minDelay = value; in ParseSensorValue()

Completed in 7 milliseconds