Searched refs:kReturnResultThreshod (Results 1 – 2 of 2) sorted by relevance
248 static const nsecs_t kReturnResultThreshod; variable
66 const nsecs_t EmulatedSensor::kReturnResultThreshod = 3 * kDefaultFrameDuration; member in android::EmulatedSensor995 if ((work_done_real_time + kReturnResultThreshod) > frame_end_real_time) { in threadLoop()