Searched refs:StartAlgorithm (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/msdp/device_status/libs/src/algorithm/ |
H A D | algo_absolute_still.cpp | 32 return this->StartAlgorithm(sensorTypeId, sensorData); in Init() 42 bool AlgoAbsoluteStill::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) in StartAlgorithm() function in OHOS::Msdp::DeviceStatus::AlgoAbsoluteStill
|
H A D | algo_vertical.cpp | 35 return this->StartAlgorithm(sensorTypeId, sensorData); in Init() 42 bool AlgoVertical::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) in StartAlgorithm() function in OHOS::Msdp::DeviceStatus::AlgoVertical
|
H A D | algo_horizontal.cpp | 32 return this->StartAlgorithm(sensorTypeId, sensorData); in Init() 39 bool AlgoHorizontal::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) in StartAlgorithm() function in OHOS::Msdp::DeviceStatus::AlgoHorizontal
|
/ohos5.0/base/msdp/device_status/libs/include/algorithm/ |
H A D | algo_absolute_still.h | 33 bool StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) override;
|
H A D | algo_horizontal.h | 33 bool StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) override;
|
H A D | algo_vertical.h | 32 bool StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) override;
|
H A D | algo_base.h | 68 virtual bool StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) = 0;
|