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

  /external/libchrome/base/
run_loop.cc 17 RunLoop::RunLoop()
32 RunLoop::RunLoop(MessagePumpDispatcher* dispatcher)
45 RunLoop::~RunLoop() {
48 void RunLoop::Run() {
62 void RunLoop::RunUntilIdle() {
67 void RunLoop::Quit() {
70 // This is the inner-most RunLoop, so quit now
    [all...]
run_loop.h 30 // calling MessageLoop::Run/Quit directly. RunLoop::Run can only be called once
31 // per RunLoop lifetime. Create a RunLoop on the stack and call Run/Quit to run
33 class BASE_EXPORT RunLoop {
35 RunLoop();
37 explicit RunLoop(MessagePumpDispatcher* dispatcher);
39 ~RunLoop();
55 // the same task queue (MessageLoop); Quitting one RunLoop has no bearing on
58 // RunLoop has already finished running has no effect.
67 // if the RunLoop instance is gone)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
decode_test_driver.cc 28 void DecoderTest::RunLoop(CompressedVideoSource *video) {
encode_test_driver.cc 138 void EncoderTest::RunLoop(VideoSource *video) {
  /external/libvpx/libvpx/test/
decode_test_driver.cc 68 void DecoderTest::RunLoop(CompressedVideoSource *video,
110 void DecoderTest::RunLoop(CompressedVideoSource *video) {
112 RunLoop(video, dec_cfg);
encode_test_driver.cc 175 void EncoderTest::RunLoop(VideoSource *video) {
  /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();
  /external/pdfium/xfa/src/fwl/src/core/
fwl_sdadapterimp.cpp 112 FWL_ERR CFWL_SDAdapterWidgetMgr::RunLoop(IFWL_Widget* widget) {

Completed in 3636 milliseconds