Lines Matching refs:time
110 uint32_t time;
143 time = GetTimeByRegValue(regValue, g_timeMap, itemNum);
156 if (gain == SENSOR_GAIN_INCREASE || time == SENSOR_TIME_INCREASE) {
159 reportData->als = ((luxTemp / gain) * BH1745_GAIN_16X / time) * BH1745_TIME_160MSEC;
187 OsalTimespec time;
189 (void)memset_s(&time, sizeof(time), 0, sizeof(time));
194 if (OsalGetTime(&time) != HDF_SUCCESS) {
195 HDF_LOGE("%s: Get time failed", __func__);
198 *timestamp = time.sec * SENSOR_SECOND_CONVERT_NANOSECOND + time.usec * SENSOR_CONVERT_UNIT; /* unit nanosecond */