Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/aidl_service/
Daidl_camera_provider.cc190 bool first_time = false; in setCallback() local
193 first_time = callbacks_ == nullptr; in setCallback()
198 if (first_time) { in setCallback()
/hardware/google/camera/common/hal/utils/
Dutils.cc479 static bool first_time = false; in SupportRealtimeThread() local
480 if (first_time == false) { in SupportRealtimeThread()
481 first_time = true; in SupportRealtimeThread()