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

  /external/chromium/third_party/libjingle/overrides/talk/base/
basictypes.h 48 // For wait functions that take a number of milliseconds, kForever indicates
50 const int kForever = -1;
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
basictypes.h 80 // For wait functions that take a number of milliseconds, kForever indicates
82 const int kForever = -1;
  /external/chromium/third_party/libjingle/source/talk/base/
basictypes.h 86 // For wait functions that take a number of milliseconds, kForever indicates
88 const int kForever = -1;
  /external/chromium_org/third_party/libjingle/source/talk/base/
basictypes.h 135 // For wait functions that take a number of milliseconds, kForever indicates
137 const int kForever = -1;
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 53 const struct timespec ClientProxy::kForever = {INT_MAX /*tv_sec*/, 0 /*tv_nsec*/};
  /frameworks/av/include/private/media/
AudioTrackShared.h 186 static const struct timespec kForever;
200 // &kForever means block forever (infinite timeout).

Completed in 126 milliseconds