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

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamInterface.h269 TIMEOUT_NEVER = -1 enumerator in enum:android::camera3::Camera3StreamInterface::__anon971
H A DCamera3Stream.h344 TIMEOUT_NEVER = -1 enumerator in enum:android::camera3::Camera3Stream::__anon967
/frameworks/native/include/ui/
H A DFence.h45 // TIMEOUT_NEVER may be passed to the wait method to indicate that it
47 enum { TIMEOUT_NEVER = -1 }; enumerator in enum:android::Fence::__anon1651
73 // TIMEOUT_NEVER may be used to indicate that the call should wait
78 // signal (just like wait(TIMEOUT_NEVER)), but issuing an error to the
/frameworks/native/libs/ui/include/ui/
H A DFence.h45 // TIMEOUT_NEVER may be passed to the wait method to indicate that it
47 enum { TIMEOUT_NEVER = -1 }; enumerator in enum:android::Fence::__anon1810
73 // TIMEOUT_NEVER may be used to indicate that the call should wait
78 // signal (just like wait(TIMEOUT_NEVER)), but issuing an error to the

Completed in 97 milliseconds