OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EventLoop
(Results
1 - 25
of
25
) sorted by null
/system/chre/platform/slpi/include/chre/platform/slpi/
preloaded_nanoapps.h
30
* @param
eventLoop
The event loop where these nanoapps should run
32
void loadPreloadedNanoapps(
EventLoop
*
eventLoop
);
/system/connectivity/wificond/
event_loop.h
26
class
EventLoop
{
33
virtual ~
EventLoop
() {}
looper_backed_event_loop.h
28
class LooperBackedEventLoop: public
EventLoop
{
main.cpp
133
android::wificond::
EventLoop
::kModeInput,
138
hw_binder_fd, android::wificond::
EventLoop
::kModeInput,
/system/chre/core/
event_loop.cc
58
EventLoop
::
EventLoop
()
61
bool
EventLoop
::findNanoappInstanceIdByAppId(uint64_t appId,
78
void
EventLoop
::forEachNanoapp(NanoappCallbackFunction *callback, void *data) {
86
void
EventLoop
::invokeMessageFreeFunction(
100
void
EventLoop
::run() {
101
LOGI("
EventLoop
start");
140
LOGI("Exiting
EventLoop
");
143
bool
EventLoop
::startNanoapp(UniquePtr<Nanoapp>& nanoapp) {
147
EventLoop
& eventLoop = eventLoopManager->getEventLoop()
[
all
...]
host_comms_manager.cc
105
const
EventLoop
&
eventLoop
= EventLoopManagerSingleton::get()
116
} else if (!
eventLoop
.findNanoappInstanceIdByAppId(appId,
134
//
EventLoop
context.
149
// time
EventLoop
::stop() is called. Prior to re-enabling this assert, we
150
// need to rework the
EventLoop
shutdown sequence to follow this procedure:
timer_pool.cc
25
TimerPool::TimerPool(
EventLoop
&
eventLoop
)
26
: mEventLoop(
eventLoop
) {
/system/chre/core/include/chre/core/
timer_pool.h
37
//! Forward declare the
EventLoop
class to avoid a circular dependency between
38
//! TimerPool and
EventLoop
.
39
class
EventLoop
;
51
TimerPool(
EventLoop
&
eventLoop
);
126
EventLoop
& mEventLoop;
event_loop_manager.h
81
* @param
eventLoop
Optional output parameter, which will be populated with
82
* the
EventLoop
that is currently executing if this function is
102
* "main"
EventLoop
. Which
EventLoop
is considered to be the "main" one is
103
* currently not specified, but it is required to be exactly one
EventLoop
127
EventLoop
& getEventLoop() {
195
EventLoop
mEventLoop;
event_loop.h
36
* The
EventLoop
represents a single thread of execution that is shared among
37
* zero or more nanoapps. As the name implies, the
EventLoop
is built around a
40
class
EventLoop
: public NonCopyable {
45
EventLoop
();
53
* Searches the set of nanoapps managed by this
EventLoop
for one with the
68
* Iterates over the list of Nanoapps managed by this
EventLoop
, and invokes
94
* set of Nanoapps managed by this
EventLoop
. This function must only be
101
* will have been transferred to be managed by this
EventLoop
.
160
* associated with this
EventLoop
.
170
* only be called within the context of this
EventLoop
[
all
...]
/system/chre/platform/slpi/
preloaded_nanoapps.cc
30
* @param
eventLoop
The event loop where these nanoapps should run
32
void loadPreloadedNanoapps(
EventLoop
*
eventLoop
) {
53
eventLoop
->startNanoapp(preloadedNanoapps[i].nanoapp);
init.cc
41
using chre::
EventLoop
;
129
EventLoop
*
eventLoop
= &EventLoopManagerSingleton::get()->getEventLoop();
131
loadPreloadedNanoapps(
eventLoop
);
133
eventLoop
->run();
host_link.cc
222
EventLoop
&
eventLoop
= EventLoopManagerSingleton::get()->getEventLoop();
223
eventLoop
.forEachNanoapp(nanoappAdderCallback, cbData);
235
const
EventLoop
&
eventLoop
= EventLoopManagerSingleton::get()->getEventLoop();
236
size_t expectedNanoappCount =
eventLoop
.getNanoappCount();
254
EventLoop
&
eventLoop
= EventLoopManagerSingleton::get()->getEventLoop();
256
eventLoop
.startNanoapp(cbData->nanoapp) : false;
278
EventLoop
& eventLoop = EventLoopManagerSingleton::get()->getEventLoop()
[
all
...]
/system/chre/platform/shared/
chre_api_core.cc
29
using chre::
EventLoop
;
55
EventLoop
&
eventLoop
= EventLoopManagerSingleton::get()->getEventLoop();
56
if (
eventLoop
.currentNanoappIsStopping()) {
60
success =
eventLoop
.postEvent(eventType, eventData, freeCallback,
84
const
EventLoop
&
eventLoop
= EventLoopManagerSingleton::get()
86
if (
eventLoop
.currentNanoappIsStopping()) {
/system/connectivity/wificond/tests/
looper_backed_event_loop_unittest.cpp
115
EventLoop
::kModeInput,
130
EventLoop
::kModeOutput,
147
EventLoop
::kModeInput,
/system/bt/service/ipc/
linux_ipc_host.h
44
bool
EventLoop
();
ipc_handler_linux.cc
153
// 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
();
linux_ipc_host.cc
80
bool LinuxIPCHost::
EventLoop
() {
/system/chre/apps/unload_tester/
unload_tester.cc
40
EventLoop
&
eventLoop
= EventLoopManagerSingleton::get()->getEventLoop();
44
if (!
eventLoop
.findNanoappInstanceIdByAppId(kSpammerAppId, &instanceId)) {
46
} else if (!
eventLoop
.unloadNanoapp(instanceId, true)) {
/system/connectivity/wificond/tests/integration/
binder_dispatcher.cpp
90
android::wificond::
EventLoop
::kModeInput,
/system/connectivity/wificond/net/
netlink_manager.h
103
explicit NetlinkManager(
EventLoop
* event_loop);
255
EventLoop
* event_loop_;
netlink_manager.cpp
59
NetlinkManager::NetlinkManager(
EventLoop
* event_loop)
412
EventLoop
::kModeInput,
/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 138 milliseconds