HomeSort by relevance Sort by last modified time
    Searched defs:TIMEOUT_NEVER (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3StreamInterface.h 129 TIMEOUT_NEVER = -1
134 * exceeded, OK on success. Pass in TIMEOUT_NEVER for timeout to indicate
Camera3Stream.h 191 TIMEOUT_NEVER = -1
196 * OK on success. Pass in TIMEOUT_NEVER for timeout to indicate an indefinite wait.
  /frameworks/native/include/ui/
Fence.h 44 // TIMEOUT_NEVER may be passed to the wait method to indicate that it
46 enum { TIMEOUT_NEVER = -1 };
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 155 milliseconds