Searched defs:TIMEOUT_NEVER (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/ui/
H A DFence.h61 // TIMEOUT_NEVER may be used to indicate that the call should wait
66 // signal (just like wait(TIMEOUT_NEVER)), but issuing an error to the
72 // TIMEOUT_NEVER may be passed to the wait method to indicate that it
74 enum { TIMEOUT_NEVER = -1 }; enumerator in enum:android::Fence::__anon1382

Completed in 46 milliseconds