Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc0Hal.h193 const int warningTimeout = 3500; in waitFenceFd() local
194 const int error = sync_wait(fenceFd, warningTimeout); in waitFenceFd()
196 ALOGE("%s: fence %d didn't signal in %u ms", logname, fenceFd.get(), warningTimeout); in waitFenceFd()
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp430 const int warningTimeout = 3500; in syncWaitForever() local
431 const int error = sync_wait(fd, warningTimeout); in syncWaitForever()
434 warningTimeout); in syncWaitForever()