Home
last modified time | relevance | path

Searched refs:StartAlgorithm (Results 1 – 7 of 7) sorted by relevance

/base/msdp/device_status/libs/src/algorithm/
Dalgo_absolute_still.cpp30 …algoCallback_ = std::bind(&AlgoAbsoluteStill::StartAlgorithm, this, std::placeholders::_1, std::pl… in Init()
39 bool AlgoAbsoluteStill::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) in StartAlgorithm() function in OHOS::Msdp::DeviceStatus::AlgoAbsoluteStill
Dalgo_vertical.cpp31 …algoCallback_ = std::bind(&AlgoVertical::StartAlgorithm, this, std::placeholders::_1, std::placeho… in Init()
37 bool AlgoVertical::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) in StartAlgorithm() function in OHOS::Msdp::DeviceStatus::AlgoVertical
Dalgo_horizontal.cpp30 …algoCallback_ = std::bind(&AlgoHorizontal::StartAlgorithm, this, std::placeholders::_1, std::place… in Init()
36 bool AlgoHorizontal::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) in StartAlgorithm() function in OHOS::Msdp::DeviceStatus::AlgoHorizontal
/base/msdp/device_status/libs/include/algorithm/
Dalgo_absolute_still.h32 bool StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) override;
Dalgo_vertical.h31 bool StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) override;
Dalgo_horizontal.h32 bool StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) override;
Dalgo_base.h67 virtual bool StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) = 0;