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

  /bootable/recovery/minadbd/
adb_main.cpp 40 fdevent_loop();
  /system/core/adb/
fdevent.h 77 void fdevent_loop();
fdevent_test.cpp 82 ASSERT_TRUE(adb_thread_create([](void*) { fdevent_loop(); }, nullptr, &thread));
104 fdevent_loop();
170 fdevent_loop();
socket_test.cpp 44 fdevent_loop();
133 fdevent_loop();
153 // Wait until the fdevent_loop() starts.
177 // Wait until the fdevent_loop() starts.
210 // Wait until the fdevent_loop() starts.
236 fdevent_loop();
262 // Wait until the fdevent_loop() starts.
fdevent.cpp 42 // It wakes up the fdevent_loop() and cause the correct handling
361 void fdevent_loop() function
  /system/core/adb/client/
main.cpp 164 fdevent_loop();
  /system/core/adb/daemon/
main.cpp 222 fdevent_loop();

Completed in 79 milliseconds