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

  /external/chromium_org/third_party/webrtc/base/
worker.h 26 // StartWork()/StopWork() should not be called concurrently with themselves or
30 // (regardless of the thread), but you can call StopWork() in a subclass's
36 // Destroys this Worker, but it must have already been stopped via StopWork().
44 bool StopWork();
worker.cc 27 // StopWork() from here because the subclass's data has already been
49 bool Worker::StopWork() {
  /external/chromium_org/third_party/webrtc/sound/
alsasoundsystem.cc 255 return StopWork();
360 return StopWork();
pulseaudiosoundsystem.cc 250 return StopWork();
610 return StopWork();
    [all...]

Completed in 125 milliseconds