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

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamInterface.h248 TIMEOUT_NEVER = -1 enumerator in enum:android::camera3::Camera3StreamInterface::__anon822
H A DCamera3Stream.h323 TIMEOUT_NEVER = -1 enumerator in enum:android::camera3::Camera3Stream::__anon818
/frameworks/native/include/ui/
H A DFence.h44 // TIMEOUT_NEVER may be passed to the wait method to indicate that it
46 enum { TIMEOUT_NEVER = -1 }; enumerator in enum:android::Fence::__anon1408
66 // TIMEOUT_NEVER may be used to indicate that the call should wait
71 // signal (just like wait(TIMEOUT_NEVER)), but issuing an error to the

Completed in 86 milliseconds