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

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamInterface.h 131 TIMEOUT_NEVER = -1
Camera3Stream.h 191 TIMEOUT_NEVER = -1
  /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
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
event_test.cc 81 const int TIMEOUT_NEVER = -1;
301 TIMEOUT_NEVER, &duration));

Completed in 2069 milliseconds