Lines Matching refs:tmp
55 uint8_t *tmp = event->data;
58 hdfSensorEvents.data.push_back(*tmp);
59 tmp++;
119 struct SensorInformation *tmp = nullptr;
135 tmp = sensorInfo;
138 std::string sensorName(tmp->sensorName);
140 std::string vendorName(tmp->vendorName);
142 std::string firmwareVersion(tmp->firmwareVersion);
144 std::string hardwareVersion(tmp->hardwareVersion);
146 hdfSensorInfo.sensorTypeId = tmp->sensorTypeId;
147 hdfSensorInfo.sensorId = tmp->sensorId;
148 hdfSensorInfo.maxRange = tmp->maxRange;
149 hdfSensorInfo.accuracy = tmp->accuracy;
150 hdfSensorInfo.power = tmp->power;
151 hdfSensorInfo.minDelay = tmp->minDelay;
152 hdfSensorInfo.maxDelay = tmp->maxDelay;
153 hdfSensorInfo.fifoMaxEventCount = tmp->fifoMaxEventCount;
155 tmp++;