Home
last modified time | relevance | path

Searched refs:SensorIfService (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/sensor/hdi_service/
H A Dcallback_death_recipient.h29 explicit CallBackDeathRecipient(const wptr<SensorIfService> &sensorIfService) : sensorIfService(sensorIfService) {}; in CallBackDeathRecipient()
33 sptr<SensorIfService> ifService = sensorIfService.promote();
41 wptr<SensorIfService> sensorIfService;
H A Dsensor_if_service.cpp51 SensorIfService::SensorIfService() in SensorIfService() function in OHOS::HDI::Sensor::V2_0::SensorIfService
59 SensorIfService::~SensorIfService() in ~SensorIfService()
68 void SensorIfService::RegisteDumpHost() in RegisteDumpHost()
77 int32_t SensorIfService::GetSensorVdiImpl() in GetSensorVdiImpl()
103 int32_t SensorIfService::Init() in Init()
124 sptr<SensorCallbackVdi> SensorIfService::GetSensorCb(int32_t groupId, const sptr<ISensorCallback> &callbackObj, in GetSensorCb()
140 int32_t SensorIfService::GetAllSensorInfo(std::vector<HdfSensorInformation> &info) in GetAllSensorInfo()
187 int32_t SensorIfService
[all...]
H A Dsensor_if_service.h33 class SensorIfService : public ISensorInterface { class
35 SensorIfService();
36 ~SensorIfService();

Completed in 2 milliseconds