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

/frameworks/native/libs/ui/
H A DFence.cpp54 status_t Fence::waitForever(unsigned int warningTimeout, const char* logname) { argument
59 int err = sync_wait(mFenceFd, warningTimeout);
62 warningTimeout);
/frameworks/native/include/ui/
H A DFence.h68 // than warningTimeout. The logname argument should be a string identifying
70 status_t waitForever(unsigned int warningTimeout, const char* logname);

Completed in 161 milliseconds