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

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamInterface.h131 TIMEOUT_NEVER = -1 enumerator in enum:android::camera3::Camera3StreamInterface::__anon986
H A DCamera3Stream.h191 TIMEOUT_NEVER = -1 enumerator in enum:android::camera3::Camera3Stream::__anon984
/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::__anon1430
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 188 milliseconds