Home
last modified time | relevance | path

Searched refs:support_real_time (Results 1 – 1 of 1) sorted by relevance

/hardware/google/camera/common/hal/utils/
Dutils.cc423 static bool support_real_time = false; in SupportRealtimeThread() local
427 support_real_time = property_get_bool(kRealtimeThreadSetProp, false); in SupportRealtimeThread()
430 return support_real_time; in SupportRealtimeThread()