Searched refs:EventLoop (Results 1 - 21 of 21) sorted by relevance

/system/connectivity/wificond/
H A Devent_loop.h26 class EventLoop { class in namespace:android::wificond
33 virtual ~EventLoop() {}
H A Dlooper_backed_event_loop.h28 class LooperBackedEventLoop: public EventLoop {
H A Dmain.cpp130 android::wificond::EventLoop::kModeInput,
135 hw_binder_fd, android::wificond::EventLoop::kModeInput,
/system/chre/core/
H A Devent_loop.cc59 bool EventLoop::findNanoappInstanceIdByAppId(uint64_t appId,
76 void EventLoop::forEachNanoapp(NanoappCallbackFunction *callback, void *data) {
84 void EventLoop::invokeMessageFreeFunction(
98 void EventLoop::run() {
99 LOGI("EventLoop start");
138 LOGI("Exiting EventLoop");
141 bool EventLoop::startNanoapp(UniquePtr<Nanoapp>& nanoapp) {
145 EventLoop& eventLoop = eventLoopManager->getEventLoop();
191 bool EventLoop::unloadNanoapp(uint32_t instanceId,
245 bool EventLoop
[all...]
H A Dhost_comms_manager.cc105 const EventLoop& eventLoop = EventLoopManagerSingleton::get()
134 // EventLoop context.
/system/chre/platform/linux/
H A Dpreloaded_nanoapps.cc38 EventLoop& eventLoop = EventLoopManagerSingleton::get()->getEventLoop();
/system/chre/platform/slpi/
H A Dpreloaded_nanoapps.cc45 EventLoop& eventLoop = EventLoopManagerSingleton::get()->getEventLoop();
H A Dhost_link.cc235 EventLoop& eventLoop = EventLoopManagerSingleton::get()->getEventLoop();
248 const EventLoop& eventLoop = EventLoopManagerSingleton::get()->getEventLoop();
268 EventLoop& eventLoop = EventLoopManagerSingleton::get()->getEventLoop();
292 EventLoop& eventLoop = EventLoopManagerSingleton::get()->getEventLoop();
H A Dinit.cc46 using chre::EventLoop;
/system/chre/core/include/chre/core/
H A Devent_loop_manager.h91 * the EventLoop that is currently executing if this function is
111 * "main" EventLoop. Which EventLoop is considered to be the "main" one is
112 * currently not specified, but it is required to be exactly one EventLoop
150 EventLoop& getEventLoop() {
224 EventLoop mEventLoop;
H A Devent_loop.h45 * 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 { class in namespace:chre
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 fo
[all...]
/system/chre/platform/shared/
H A Dchre_api_core.cc29 using chre::EventLoop;
55 EventLoop& eventLoop = EventLoopManagerSingleton::get()->getEventLoop();
84 const EventLoop& eventLoop = EventLoopManagerSingleton::get()
/system/connectivity/wificond/tests/
H A Dlooper_backed_event_loop_unittest.cpp115 EventLoop::kModeInput,
130 EventLoop::kModeOutput,
148 EventLoop::kModeInput,
/system/bt/service/ipc/
H A Dlinux_ipc_host.h44 bool EventLoop();
H A Dipc_handler_linux.cc153 // the thread is joined while it's in the middle of the EventLoop() call. The
154 // EventLoop() won't exit until a client terminates the connection, however
171 ipc_host.EventLoop();
H A Dlinux_ipc_host.cc80 bool LinuxIPCHost::EventLoop() { function in class:ipc::LinuxIPCHost
/system/chre/apps/unload_tester/
H A Dunload_tester.cc40 EventLoop& eventLoop = EventLoopManagerSingleton::get()->getEventLoop();
/system/connectivity/wificond/tests/integration/
H A Dbinder_dispatcher.cpp90 android::wificond::EventLoop::kModeInput,
/system/connectivity/wificond/net/
H A Dnetlink_manager.h120 explicit NetlinkManager(EventLoop* event_loop);
284 EventLoop* event_loop_;
H A Dnetlink_manager.cpp79 NetlinkManager::NetlinkManager(EventLoop* event_loop)
434 EventLoop::kModeInput,
/system/chre/platform/android/
H A Dhost_link.cc131 EventLoop& eventLoop = EventLoopManagerSingleton::get()->getEventLoop();

Completed in 183 milliseconds