Home
last modified time | relevance | path

Searched defs:SetOption (Results 1 – 4 of 4) sorted by relevance

/drivers/framework/model/sensor/driver/include/
Dsensor_device_if.h19 int32_t (*SetOption)(uint32_t option); member
/drivers/peripheral/sensor/interfaces/include/
Dsensor_if.h134 int32_t (*SetOption)(int32_t sensorId, uint32_t option); member
/drivers/peripheral/sensor/hdi_service/
Dsensor_impl.cpp216 int32_t SensorImpl::SetOption(int32_t sensorId, uint32_t option) in SetOption() function in OHOS::HDI::Sensor::V1_0::SensorImpl
/drivers/framework/model/sensor/driver/common/src/
Dsensor_device_manager.c216 static int32_t SetOption(struct SensorDeviceInfo *deviceInfo, struct HdfSBuf *data, struct HdfSBuf … in SetOption() function