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

  /external/libchrome/base/
run_loop.cc 13 RunLoop::RunLoop()
24 RunLoop::~RunLoop() {
27 void RunLoop::Run() {
41 void RunLoop::RunUntilIdle() {
46 void RunLoop::Quit() {
49 // This is the inner-most RunLoop, so quit now.
54 void RunLoop::QuitWhenIdle() {
58 base::Closure RunLoop::QuitClosure()
    [all...]
run_loop.h 26 // calling MessageLoop::Run/Quit directly. RunLoop::Run can only be called once
27 // per RunLoop lifetime. Create a RunLoop on the stack and call Run/Quit to run
29 class BASE_EXPORT RunLoop {
31 RunLoop();
32 ~RunLoop();
51 // (MessageLoop); Quitting one RunLoop has no bearing on the others. Quit()
54 // QuitWhenIdle() after the RunLoop has already finished running has no
65 // QuitWhenIdle() (has no effect if the RunLoop instance is gone).
68 // RunLoop run_loop
    [all...]
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
RunLoop.java 12 public interface RunLoop extends Closeable {
  /external/libmojo/mojo/android/javatests/
mojo_test_case.cc 50 static void RunLoop(JNIEnv* env,
53 base::RunLoop run_loop;
  /external/libvpx/libvpx/test/
decode_test_driver.cc 66 void DecoderTest::RunLoop(CompressedVideoSource *video,
107 void DecoderTest::RunLoop(CompressedVideoSource *video) {
109 RunLoop(video, dec_cfg);
encode_test_driver.cc 162 void EncoderTest::RunLoop(VideoSource *video) {
  /system/extras/simpleperf/
IOEventLoop.cpp 133 bool IOEventLoop::RunLoop() {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 248 RunLoop
259 BGT RunLoop
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 248 RunLoop
259 BGT RunLoop
  /external/libchrome/base/message_loop/
message_pump_glib_unittest.cc 190 RunLoop().RunUntilIdle();
418 void RunLoop() {
503 runner->RunLoop();
  /prebuilts/tools/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/
firebase-client-jvm-2.5.2.jar 

Completed in 331 milliseconds