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

  /system/connectivity/wificond/
event_loop.h 26 class EventLoop {
33 virtual ~EventLoop() {}
  /device/google/cuttlefish_common/guest/commands/vsoc_input_service/
vsoc_input_service.cpp 40 void EventLoop(std::shared_ptr<VirtualDeviceBase> device,
89 EventLoop(
96 EventLoop(virtual_keyboard_, [](InputEvent* event_buffer, int max_events) {
102 EventLoop(virtual_power_button_,
  /system/chre/core/include/chre/core/
event_loop.h 45 * The EventLoop represents a single thread of execution that is shared among
46 * zero or more nanoapps. As the name implies, the EventLoop is built around a
49 class EventLoop : public NonCopyable {
57 * Searches the set of nanoapps managed by this EventLoop for one with the
72 * Iterates over the list of Nanoapps managed by this EventLoop, and invokes
98 * set of Nanoapps managed by this EventLoop. This function must only be
105 * will have been transferred to be managed by this EventLoop.
176 * associated with this EventLoop.
186 * only be called within the context of this EventLoop.
204 * Searches the set of nanoapps managed by this EventLoop for one with th
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_proactor_events.py 447 class EventLoop(BaseProactorEventLoop):
451 self.loop = EventLoop(self.proactor)
505 class EventLoop(BaseProactorEventLoop):
510 NotImplementedError, EventLoop, self.proactor)
test_base_events.py 812 class EventLoop(base_events.BaseEventLoop):
816 loop = EventLoop()
    [all...]
test_selector_events.py 110 class EventLoop(BaseSelectorEventLoop):
116 self.loop = EventLoop(self.selector)
    [all...]
  /system/bt/service/ipc/
linux_ipc_host.cc 80 bool LinuxIPCHost::EventLoop() {
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/26.2.0-alpha16/
kotlin-compiler-26.2.0-alpha16.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.3.Final/
netty-transport-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.6.Final/
netty-transport-4.1.6.Final.jar 

Completed in 2269 milliseconds