Searched defs:sensorEvent (Results 1 – 6 of 6) sorted by relevance
33 SensorEvent sensorEvent = { in OnDataEvent() local
132 SensorEvent sensorEvent = { in SensorDataCallback() local
219 int32_t OH_SensorEvent_GetType(Sensor_Event* sensorEvent, Sensor_Type *sensorType) in OH_SensorEvent_GetType()229 int32_t OH_SensorEvent_GetTimestamp(Sensor_Event* sensorEvent, int64_t *timestamp) in OH_SensorEvent_GetTimestamp()239 int32_t OH_SensorEvent_GetAccuracy(Sensor_Event* sensorEvent, Sensor_Accuracy *accuracy) in OH_SensorEvent_GetAccuracy()249 int32_t OH_SensorEvent_GetData(Sensor_Event* sensorEvent, float **data, uint32_t *length) in OH_SensorEvent_GetData()
394 static int32_t GetSensorEvent(struct HdfSBuf *reply, struct SensorEvents *sensorEvent) in GetSensorEvent()
254 SensorEvent sensorEvent; variable
193 void DispatchData(SensorEvent *sensorEvent) in DispatchData()