Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedSensor.cpp648 bool reprocess_request = false; in threadLoop() local
663 reprocess_request = true; in threadLoop()
744 : reprocess_request; in threadLoop()
748 if (!reprocess_request) { in threadLoop()
816 if (!reprocess_request) { in threadLoop()
827 if (!reprocess_request) { in threadLoop()
932 if (!reprocess_request) { in threadLoop()
950 if (!reprocess_request) { in threadLoop()
974 if (reprocess_request) { in threadLoop()
997 reprocess_request); in threadLoop()
[all …]
H A DEmulatedSensor.h376 bool reprocess_request);