Home
last modified time | relevance | path

Searched refs:EventLoopManagerSingleton (Results 1 – 25 of 38) sorted by relevance

12

/system/chre/platform/shared/
Dchre_api_gnss.cc24 using chre::EventLoopManagerSingleton;
29 return chre::EventLoopManagerSingleton::get()->getGnssManager() in chreGnssGetCapabilities()
41 return chre::EventLoopManagerSingleton::get()->getGnssManager() in chreGnssLocationSessionStartAsync()
53 return chre::EventLoopManagerSingleton::get()->getGnssManager() in chreGnssLocationSessionStopAsync()
64 return chre::EventLoopManagerSingleton::get()->getGnssManager() in chreGnssMeasurementSessionStartAsync()
76 return chre::EventLoopManagerSingleton::get()->getGnssManager() in chreGnssMeasurementSessionStopAsync()
Dchre_api_wifi.cc23 using chre::EventLoopManagerSingleton;
27 return chre::EventLoopManagerSingleton::get()->getWifiRequestManager() in chreWifiGetCapabilities()
38 return EventLoopManagerSingleton::get()->getWifiRequestManager() in chreWifiConfigureScanMonitorAsync()
50 EventLoopManagerSingleton::get()->getWifiRequestManager() in chreWifiRequestScanAsync()
62 EventLoopManagerSingleton::get()->getWifiRequestManager() in chreWifiRequestRangingAsync()
Dchre_api_core.cc31 using chre::EventLoopManagerSingleton;
55 EventLoop& eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in chreSendEvent()
84 const EventLoop& eventLoop = EventLoopManagerSingleton::get() in chreSendMessageToHostEndpoint()
91 EventLoopManagerSingleton::get()->getHostCommsManager(); in chreSendMessageToHostEndpoint()
105 return EventLoopManagerSingleton::get()->getEventLoop() in chreGetNanoappInfoByAppId()
111 return EventLoopManagerSingleton::get()->getEventLoop() in chreGetNanoappInfoByInstanceId()
126 return EventLoopManagerSingleton::get()->getEventLoop() in chreIsHostAwake()
Dchre_api_sensor.cc24 using chre::EventLoopManagerSingleton;
110 && EventLoopManagerSingleton::get()->getSensorRequestManager() in chreSensorFindDefault()
122 success = EventLoopManagerSingleton::get()->getSensorRequestManager(). in chreGetSensorInfo()
144 success = EventLoopManagerSingleton::get()->getSensorRequestManager(). in chreGetSensorSamplingStatus()
157 return EventLoopManagerSingleton::get()->getSensorRequestManager() in chreSensorConfigure()
164 return EventLoopManagerSingleton::get()->getSensorRequestManager() in chreSensorConfigureBiasEvents()
170 return EventLoopManagerSingleton::get()->getSensorRequestManager() in chreSensorGetThreeAxisBias()
177 return EventLoopManagerSingleton::get()->getSensorRequestManager() in chreSensorFlushAsync()
Dchre_api_re.cc26 using chre::EventLoopManagerSingleton;
49 return EventLoopManagerSingleton::get()->getEventLoop().getTimerPool() in chreTimerSet()
55 return EventLoopManagerSingleton::get()->getEventLoop().getTimerPool() in chreTimerCancel()
61 return chre::EventLoopManagerSingleton::get()->getMemoryManager(). in chreHeapAlloc()
67 chre::EventLoopManagerSingleton::get()->getMemoryManager(). in chreHeapFree()
Dchre_api_wwan.cc23 using chre::EventLoopManagerSingleton;
27 return chre::EventLoopManagerSingleton::get()->getWwanRequestManager() in chreWwanGetCapabilities()
37 return chre::EventLoopManagerSingleton::get()->getWwanRequestManager() in chreWwanGetCellInfoAsync()
Dchre_api_audio.cc27 using chre::EventLoopManagerSingleton;
35 success = EventLoopManagerSingleton::get()->getAudioRequestManager() in chreAudioGetSource()
50 return EventLoopManagerSingleton::get()->getAudioRequestManager() in chreAudioConfigureSource()
Dplatform_wifi.cc108 EventLoopManagerSingleton::get()->getWifiRequestManager() in rangingEventCallback()
114 EventLoopManagerSingleton::get()->getWifiRequestManager() in scanMonitorStatusChangeCallback()
119 EventLoopManagerSingleton::get()->getWifiRequestManager() in scanResponseCallback()
124 EventLoopManagerSingleton::get()->getWifiRequestManager() in scanEventCallback()
Dplatform_gnss.cc94 EventLoopManagerSingleton::get()->getGnssManager().getLocationSession() in locationStatusChangeCallback()
100 EventLoopManagerSingleton::get()->getGnssManager().getLocationSession() in locationEventCallback()
124 EventLoopManagerSingleton::get()->getGnssManager().getMeasurementSession() in measurementStatusChangeCallback()
130 EventLoopManagerSingleton::get()->getGnssManager().getMeasurementSession() in measurementEventCallback()
Dplatform_sensor_util.cc51 Sensor *sensor = EventLoopManagerSingleton::get() in updateLastEvent()
64 EventLoopManagerSingleton::get()->deferCallback( in updateLastEvent()
/system/chre/core/
Dwwan_request_manager.cc56 EventLoopManagerSingleton::get()->getWwanRequestManager() in handleCellInfoResult()
60 EventLoopManagerSingleton::get()->deferCallback( in handleCellInfoResult()
68 EventLoopManagerSingleton::get()->getEventLoop() in handleCellInfoResultSync()
90 Nanoapp *nanoapp = EventLoopManagerSingleton::get()->getEventLoop() in handleFreeCellInfoResult()
109 EventLoopManagerSingleton::get()->getWwanRequestManager() in freeCellInfoResultCallback()
Dwifi_request_manager.cc178 EventLoopManagerSingleton::get()->getWifiRequestManager() in handleScanMonitorStateChange()
183 EventLoopManagerSingleton::get()->deferCallback( in handleScanMonitorStateChange()
204 EventLoopManagerSingleton::get()->getWifiRequestManager() in handleScanResponse()
209 EventLoopManagerSingleton::get()->deferCallback( in handleScanResponse()
229 EventLoopManagerSingleton::get()->getWifiRequestManager() in handleRangingEvent()
235 EventLoopManagerSingleton::get()->deferCallback( in handleRangingEvent()
240 EventLoopManagerSingleton::get()->getWifiRequestManager() in handleRangingEvent()
244 EventLoopManagerSingleton::get()->deferCallback( in handleRangingEvent()
252 EventLoopManagerSingleton::get()->getWifiRequestManager() in handleScanEvent()
256 EventLoopManagerSingleton::get()->deferCallback( in handleScanEvent()
[all …]
Dhost_comms_manager.cc92 success = EventLoopManagerSingleton::get()->getEventLoop().postEvent( in deliverNanoappMessageFromHost()
105 const EventLoop& eventLoop = EventLoopManagerSingleton::get() in sendMessageToNanoappFromHost()
139 EventLoopManagerSingleton::get()->getHostCommsManager().freeMessageToHost( in onMessageToHostComplete()
143 EventLoopManagerSingleton::get()->deferCallback( in onMessageToHostComplete()
150 EventLoopManagerSingleton::get()->getEventLoop().invokeMessageFreeFunction( in freeMessageToHost()
172 auto& hostCommsMgr = EventLoopManagerSingleton::get()->getHostCommsManager(); in freeMessageFromHostCallback()
Dinit.cc39 EventLoopManagerSingleton::init(); in init()
47 EventLoopManagerSingleton::deinit(); in deinit()
Dgnss_manager.cc104 EventLoopManagerSingleton::get()->deferCallback( in handleStatusChange()
110 EventLoopManagerSingleton::get()->getEventLoop() in handleReportEvent()
244 Nanoapp *nanoapp = EventLoopManagerSingleton::get()->getEventLoop() in updateRequests()
296 eventPosted = EventLoopManagerSingleton::get()->getEventLoop() in postAsyncResultEvent()
373 EventLoopManagerSingleton::get()->getGnssManager().mPlatformGnss in freeReportEventCallback()
379 EventLoopManagerSingleton::get()->getGnssManager().mPlatformGnss in freeReportEventCallback()
397 success = EventLoopManagerSingleton::get()->getGnssManager().mPlatformGnss in controlPlatform()
402 success = EventLoopManagerSingleton::get()->getGnssManager().mPlatformGnss in controlPlatform()
Daudio_request_manager.cc71 EventLoopManagerSingleton::get()->getAudioRequestManager() in handleAudioDataEvent()
78 EventLoopManagerSingleton::get()->deferCallback( in handleAudioDataEvent()
98 EventLoopManagerSingleton::get()->getAudioRequestManager() in handleAudioAvailability()
103 EventLoopManagerSingleton::get()->deferCallback( in handleAudioAvailability()
383 EventLoopManagerSingleton::get()->getEventLoop() in postAudioSamplingChangeEvent()
396 EventLoopManagerSingleton::get()->getEventLoop() in postAudioDataEventFatal()
431 EventLoopManagerSingleton::get()->getAudioRequestManager() in freeAudioDataEventCallback()
/system/chre/platform/linux/
Dinit.cc37 using chre::EventLoopManagerSingleton;
53 EventLoopManagerSingleton::get()->getEventLoop().stop(); in signalHandler()
100 EventLoopManagerSingleton::get()->lateInit(); in main()
112 EventLoopManagerSingleton::get()->getEventLoop() in main()
116 EventLoopManagerSingleton::get()->getEventLoop().run(); in main()
/system/chre/platform/slpi/
Dinit.cc45 using chre::EventLoopManagerSingleton;
98 UniquePtr<char> dump = chre::EventLoopManagerSingleton::get()->debugDump(); in performDebugDumpCallback()
106 chre::EventLoopManagerSingleton::get()->deferCallback( in onDebugDumpRequested()
117 EventLoopManagerSingleton::get()->lateInit(); in chreThreadEntry()
120 EventLoopManagerSingleton::get()->getEventLoop().run(); in chreThreadEntry()
139 EventLoopManagerSingleton::get()->getEventLoop().stop(); in onHostProcessTerminated()
239 EventLoopManagerSingleton::get()->getEventLoop().stop(); in chre_slpi_stop_thread()
Dplatform_audio.cc31 EventLoopManagerSingleton::get()->getAudioRequestManager() in handleAudioDataEvent()
37 EventLoopManagerSingleton::get()->getAudioRequestManager() in handleAudioAvailability()
95 if (EventLoopManagerSingleton::get()->getEventLoop() in setHandleEnabled()
/system/chre/platform/android/
Dinit.cc28 using chre::EventLoopManagerSingleton;
57 EventLoopManagerSingleton::get()->getEventLoop().stop(); in main()
60 EventLoopManagerSingleton::get()->getEventLoop().run(); in main()
/system/chre/platform/slpi/see/
Dpower_control_manager.cc46 EventLoopManagerSingleton::get()->getEventLoop().postEvent( in onHostWakeSuspendEvent()
53 EventLoopManagerSingleton::get()->getAudioRequestManager() in onHostWakeSuspendEvent()
57 EventLoopManagerSingleton::get()->deferCallback( in onHostWakeSuspendEvent()
Dplatform_sensor.cc222 EventLoopManagerSingleton::get()->getSensorRequestManager() in seeSensorDataEventFree()
243 EventLoopManagerSingleton::get()->getEventLoop().postEventOrFree( in postSamplingStatusEvent()
265 EventLoopManagerSingleton::get()->getEventLoop().postEventOrFree( in postSensorBiasEvent()
276 Sensor *sensor = EventLoopManagerSingleton::get()->getSensorRequestManager() in updateSamplingStatus()
302 EventLoopManagerSingleton::get()->getSensorRequestManager() in updateSamplingStatus()
321 EventLoopManagerSingleton::get()->deferCallback( in onSamplingStatusUpdate()
334 EventLoopManagerSingleton::get()->getEventLoop().postEventOrFree( in onSensorDataEvent()
340 if (EventLoopManagerSingleton::isInitialized()) { in onHostWakeSuspendEvent()
341 EventLoopManagerSingleton::get()->getEventLoop() in onHostWakeSuspendEvent()
359 EventLoopManagerSingleton::get()->getEventLoop().postEventOrFree( in onSensorBiasEvent()
[all …]
/system/chre/platform/slpi/smgr/
Dpower_control_manager.cc63 EventLoopManagerSingleton::get()->getEventLoop() in apSuspendCallback()
66 EventLoopManagerSingleton::get()->getEventLoop() in apSuspendCallback()
69 EventLoopManagerSingleton::get()->getEventLoop() in apSuspendCallback()
/system/chre/platform/slpi/include/chre/platform/slpi/
Dpower_control_util.h44 success = EventLoopManagerSingleton::get()->getEventLoop(). in slpiForceBigImage()
58 return EventLoopManagerSingleton::get()->getEventLoop(). in slpiRemoveBigImageVote()
/system/chre/apps/unload_tester/
Dunload_tester.cc40 EventLoop& eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in handleUnload()
87 EventLoopManagerSingleton::get()->deferCallback( in nanoappHandleEvent()

12