OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EventLoopManagerSingleton
(Results
1 - 25
of
25
) sorted by null
/system/chre/core/
init.cc
39
EventLoopManagerSingleton
::init();
47
EventLoopManagerSingleton
::deinit();
static_nanoapps.cc
48
EventLoopManagerSingleton
::get()->getEventLoop().startNanoapp(nanoapp);
wwan_request_manager.cc
56
EventLoopManagerSingleton
::get()->getWwanRequestManager()
60
EventLoopManagerSingleton
::get()->deferCallback(
68
bool eventPosted =
EventLoopManagerSingleton
::get()->getEventLoop()
94
Nanoapp *nanoapp =
EventLoopManagerSingleton
::get()->getEventLoop()
113
EventLoopManagerSingleton
::get()->getWwanRequestManager()
host_comms_manager.cc
92
success =
EventLoopManagerSingleton
::get()->getEventLoop().postEvent(
105
const EventLoop& eventLoop =
EventLoopManagerSingleton
::get()
139
EventLoopManagerSingleton
::get()->getHostCommsManager().freeMessageToHost(
143
bool eventPosted =
EventLoopManagerSingleton
::get()->deferCallback(
171
EventLoopManagerSingleton
::get()->getEventLoop().invokeMessageFreeFunction(
193
auto& hostCommsMgr =
EventLoopManagerSingleton
::get()->getHostCommsManager();
wifi_request_manager.cc
127
EventLoopManagerSingleton
::get()->getWifiRequestManager()
132
bool callbackDeferred =
EventLoopManagerSingleton
::get()->deferCallback(
156
EventLoopManagerSingleton
::get()->getWifiRequestManager()
161
EventLoopManagerSingleton
::get()->deferCallback(
169
EventLoopManagerSingleton
::get()->getWifiRequestManager()
173
EventLoopManagerSingleton
::get()->deferCallback(
255
Nanoapp *nanoapp =
EventLoopManagerSingleton
::get()->getEventLoop()
315
eventPosted =
EventLoopManagerSingleton
::get()->getEventLoop()
351
eventPosted =
EventLoopManagerSingleton
::get()->getEventLoop()
369
bool eventPosted =
EventLoopManagerSingleton
::get()->getEventLoop(
[
all
...]
gnss_request_manager.cc
74
EventLoopManagerSingleton
::get()->getGnssRequestManager()
80
bool callbackDeferred =
EventLoopManagerSingleton
::get()->deferCallback(
89
bool eventPosted =
EventLoopManagerSingleton
::get()->getEventLoop()
255
Nanoapp *nanoapp =
EventLoopManagerSingleton
::get()->getEventLoop()
326
eventPosted =
EventLoopManagerSingleton
::get()->getEventLoop()
411
EventLoopManagerSingleton
::get()->getGnssRequestManager()
event_loop_manager.cc
30
chre::Nanoapp *currentNanoapp =
EventLoopManagerSingleton
::get()
94
// Explicitly instantiate the
EventLoopManagerSingleton
to reduce codesize.
event_loop.cc
146
auto *eventLoopManager =
EventLoopManagerSingleton
::get();
205
EventLoopManagerSingleton
::get()->getHostCommsManager()
sensor_request_manager.cc
162
EventLoopManagerSingleton
::get()->getEventLoop()
/system/chre/platform/shared/
chre_api_wwan.cc
23
using chre::
EventLoopManagerSingleton
;
26
return chre::
EventLoopManagerSingleton
::get()->getWwanRequestManager()
32
return chre::
EventLoopManagerSingleton
::get()->getWwanRequestManager()
chre_api_gnss.cc
24
using chre::
EventLoopManagerSingleton
;
28
return chre::
EventLoopManagerSingleton
::get()->getGnssRequestManager()
36
return chre::
EventLoopManagerSingleton
::get()->getGnssRequestManager()
43
return chre::
EventLoopManagerSingleton
::get()->getGnssRequestManager()
chre_api_wifi.cc
23
using chre::
EventLoopManagerSingleton
;
26
return chre::
EventLoopManagerSingleton
::get()->getWifiRequestManager()
33
return
EventLoopManagerSingleton
::get()->getWifiRequestManager()
40
return
EventLoopManagerSingleton
::get()->getWifiRequestManager()
chre_api_re.cc
26
using chre::
EventLoopManagerSingleton
;
49
return
EventLoopManagerSingleton
::get()->getEventLoop().getTimerPool()
55
return
EventLoopManagerSingleton
::get()->getEventLoop().getTimerPool()
61
return chre::
EventLoopManagerSingleton
::get()->getMemoryManager().
67
chre::
EventLoopManagerSingleton
::get()->getMemoryManager().
chre_api_sensor.cc
24
using chre::
EventLoopManagerSingleton
;
36
&&
EventLoopManagerSingleton
::get()->getSensorRequestManager()
48
success =
EventLoopManagerSingleton
::get()->getSensorRequestManager().
60
success =
EventLoopManagerSingleton
::get()->getSensorRequestManager().
73
return
EventLoopManagerSingleton
::get()->getSensorRequestManager()
chre_api_core.cc
31
using chre::
EventLoopManagerSingleton
;
55
EventLoop& eventLoop =
EventLoopManagerSingleton
::get()->getEventLoop();
84
const EventLoop& eventLoop =
EventLoopManagerSingleton
::get()
91
EventLoopManagerSingleton
::get()->getHostCommsManager();
105
return
EventLoopManagerSingleton
::get()->getEventLoop()
111
return
EventLoopManagerSingleton
::get()->getEventLoop()
platform_wifi.cc
92
EventLoopManagerSingleton
::get()->getWifiRequestManager()
97
EventLoopManagerSingleton
::get()->getWifiRequestManager()
102
EventLoopManagerSingleton
::get()->getWifiRequestManager()
platform_gnss.cc
94
EventLoopManagerSingleton
::get()->getGnssRequestManager()
100
EventLoopManagerSingleton
::get()->getGnssRequestManager()
platform_wwan.cc
79
EventLoopManagerSingleton
::get()->getWwanRequestManager()
/system/chre/platform/slpi/include/chre/platform/slpi/
power_control_util.h
44
success =
EventLoopManagerSingleton
::get()->getEventLoop().
58
return
EventLoopManagerSingleton
::get()->getEventLoop().
/system/chre/platform/linux/
init.cc
33
using chre::
EventLoopManagerSingleton
;
49
EventLoopManagerSingleton
::get()->getEventLoop().stop();
83
EventLoopManagerSingleton
::get()->getEventLoop()
87
EventLoopManagerSingleton
::get()->getEventLoop().run();
/system/chre/platform/slpi/
init.cc
42
using chre::
EventLoopManagerSingleton
;
107
UniquePtr<char> dump = chre::
EventLoopManagerSingleton
::get()->debugDump();
115
if (!chre::
EventLoopManagerSingleton
::get()->deferCallback(
128
EventLoopManagerSingleton
::get()->lateInit();
129
EventLoop *eventLoop = &
EventLoopManagerSingleton
::get()->getEventLoop();
238
EventLoopManagerSingleton
::get()->getEventLoop().stop();
host_link.cc
222
EventLoop& eventLoop =
EventLoopManagerSingleton
::get()->getEventLoop();
235
const EventLoop& eventLoop =
EventLoopManagerSingleton
::get()->getEventLoop();
254
EventLoop& eventLoop =
EventLoopManagerSingleton
::get()->getEventLoop();
278
EventLoop& eventLoop =
EventLoopManagerSingleton
::get()->getEventLoop();
310
EventLoopManagerSingleton
::get()->getHostCommsManager();
611
EventLoopManagerSingleton
::get()->getHostCommsManager();
627
EventLoopManagerSingleton
::get()->deferCallback(
651
if (!
EventLoopManagerSingleton
::get()->deferCallback(
675
if (!
EventLoopManagerSingleton
::get()->deferCallback(
platform_sensor.cc
519
EventLoopManagerSingleton
::get()->getSensorRequestManager()
555
Sensor *sensor =
EventLoopManagerSingleton
::get()
568
if (!
EventLoopManagerSingleton
::get()->deferCallback(
626
EventLoopManagerSingleton
::get()->getEventLoop().postEvent(
729
const Sensor *sensor =
EventLoopManagerSingleton
::get()
831
if (!
EventLoopManagerSingleton
::get()->getEventLoop().postEvent(
[
all
...]
/system/chre/apps/unload_tester/
unload_tester.cc
40
EventLoop& eventLoop =
EventLoopManagerSingleton
::get()->getEventLoop();
87
if (!
EventLoopManagerSingleton
::get()->deferCallback(
/system/chre/core/include/chre/core/
event_loop_manager.h
222
typedef Singleton<EventLoopManager>
EventLoopManagerSingleton
;
224
//! Extern the explicit
EventLoopManagerSingleton
to force non-inline method
Completed in 138 milliseconds