Searched refs:StartAlgorithm (Results 1 – 7 of 7) sorted by relevance
/base/msdp/device_status/libs/src/algorithm/ |
D | algo_absolute_still.cpp | 30 …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
|
D | algo_vertical.cpp | 31 …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
|
D | algo_horizontal.cpp | 30 …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/ |
D | algo_absolute_still.h | 32 bool StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) override;
|
D | algo_vertical.h | 31 bool StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) override;
|
D | algo_horizontal.h | 32 bool StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) override;
|
D | algo_base.h | 67 virtual bool StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) = 0;
|