/system/chre/platform/shared/ |
D | chre_api_gnss.cc | 24 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()
|
D | chre_api_wifi.cc | 23 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()
|
D | chre_api_core.cc | 31 using chre::EventLoopManagerSingleton; 55 EventLoop& eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in chreSendEvent() 81 const EventLoop& eventLoop = EventLoopManagerSingleton::get() in chreSendMessageToHostEndpoint() 88 EventLoopManagerSingleton::get()->getHostCommsManager(); in chreSendMessageToHostEndpoint() 102 return EventLoopManagerSingleton::get()->getEventLoop() in chreGetNanoappInfoByAppId() 108 return EventLoopManagerSingleton::get()->getEventLoop() in chreGetNanoappInfoByInstanceId() 123 return EventLoopManagerSingleton::get()->getEventLoop() in chreIsHostAwake()
|
D | chre_api_re.cc | 26 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()
|
D | chre_api_sensor.cc | 24 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()
|
D | chre_api_wwan.cc | 23 using chre::EventLoopManagerSingleton; 27 return chre::EventLoopManagerSingleton::get()->getWwanRequestManager() in chreWwanGetCapabilities() 37 return chre::EventLoopManagerSingleton::get()->getWwanRequestManager() in chreWwanGetCellInfoAsync()
|
D | chre_api_audio.cc | 27 using chre::EventLoopManagerSingleton; 35 success = EventLoopManagerSingleton::get()->getAudioRequestManager() in chreAudioGetSource() 50 return EventLoopManagerSingleton::get()->getAudioRequestManager() in chreAudioConfigureSource()
|
D | platform_wifi.cc | 108 EventLoopManagerSingleton::get()->getWifiRequestManager() in rangingEventCallback() 114 EventLoopManagerSingleton::get()->getWifiRequestManager() in scanMonitorStatusChangeCallback() 119 EventLoopManagerSingleton::get()->getWifiRequestManager() in scanResponseCallback() 124 EventLoopManagerSingleton::get()->getWifiRequestManager() in scanEventCallback()
|
D | platform_gnss.cc | 94 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()
|
D | platform_sensor_util.cc | 51 Sensor *sensor = EventLoopManagerSingleton::get() in updateLastEvent() 64 EventLoopManagerSingleton::get()->deferCallback( in updateLastEvent() 78 EventLoopManagerSingleton::get() in sensorDataEventFree()
|
/system/chre/platform/linux/ |
D | init.cc | 37 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/core/ |
D | wwan_request_manager.cc | 56 EventLoopManagerSingleton::get()->getWwanRequestManager() in handleCellInfoResult() 60 EventLoopManagerSingleton::get()->deferCallback( in handleCellInfoResult() 68 EventLoopManagerSingleton::get()->getEventLoop().postEventOrDie( in handleCellInfoResultSync() 89 Nanoapp *nanoapp = EventLoopManagerSingleton::get()->getEventLoop() in handleFreeCellInfoResult() 108 EventLoopManagerSingleton::get()->getWwanRequestManager() in freeCellInfoResultCallback()
|
D | wifi_request_manager.cc | 178 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 …]
|
D | host_comms_manager.cc | 92 success = EventLoopManagerSingleton::get()->getEventLoop().postEventOrDie( 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()
|
D | init.cc | 37 EventLoopManagerSingleton::init(); in init() 41 EventLoopManagerSingleton::deinit(); in deinit()
|
D | gnss_manager.cc | 104 EventLoopManagerSingleton::get()->deferCallback( in handleStatusChange() 110 EventLoopManagerSingleton::get()->getEventLoop().postEventOrDie( in handleReportEvent() 244 Nanoapp *nanoapp = EventLoopManagerSingleton::get()->getEventLoop() in updateRequests() 297 EventLoopManagerSingleton::get()->getEventLoop().postEventOrDie( in postAsyncResultEvent() 374 EventLoopManagerSingleton::get()->getGnssManager().mPlatformGnss in freeReportEventCallback() 380 EventLoopManagerSingleton::get()->getGnssManager().mPlatformGnss in freeReportEventCallback() 398 success = EventLoopManagerSingleton::get()->getGnssManager().mPlatformGnss in controlPlatform() 403 success = EventLoopManagerSingleton::get()->getGnssManager().mPlatformGnss in controlPlatform()
|
D | sensor_request_manager.cc | 199 EventLoopManagerSingleton::get()->getEventLoop().postEventOrDie( in setSensorRequest() 268 Nanoapp *nanoapp = EventLoopManagerSingleton::get()->getEventLoop() in removeAllRequests() 408 EventLoopManagerSingleton::get()->getSensorRequestManager() in handleFlushCompleteEvent() 413 EventLoopManagerSingleton::get()->deferCallback( in handleFlushCompleteEvent() 424 EventLoopManagerSingleton::get()->getEventLoop().postLowPriorityEventOrFree( in handleSensorEvent() 427 EventLoopManagerSingleton::get()->getEventLoop().postEventOrDie( in handleSensorEvent() 463 EventLoopManagerSingleton::get()->getEventLoop().postEventOrDie( in postFlushCompleteEvent() 688 EventLoopManagerSingleton::get()->getSensorRequestManager() in makeFlushRequest() 694 EventLoopManagerSingleton::get()->setDelayedCallback( in makeFlushRequest() 715 EventLoopManagerSingleton::get()->cancelDelayedCallback( in cancelPendingFlushRequestTimer()
|
/system/chre/platform/slpi/ |
D | init.cc | 45 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()
|
D | platform_audio.cc | 31 EventLoopManagerSingleton::get()->getAudioRequestManager() in handleAudioDataEvent() 37 EventLoopManagerSingleton::get()->getAudioRequestManager() in handleAudioAvailability() 95 if (EventLoopManagerSingleton::get()->getEventLoop() in setHandleEnabled()
|
/system/chre/platform/android/ |
D | init.cc | 28 using chre::EventLoopManagerSingleton; 57 EventLoopManagerSingleton::get()->getEventLoop().stop(); in main() 60 EventLoopManagerSingleton::get()->getEventLoop().run(); in main()
|
/system/chre/platform/slpi/see/ |
D | power_control_manager.cc | 46 EventLoopManagerSingleton::get()->getEventLoop().postEventOrDie( in onHostWakeSuspendEvent() 53 EventLoopManagerSingleton::get()->getAudioRequestManager() in onHostWakeSuspendEvent() 57 EventLoopManagerSingleton::get()->deferCallback( in onHostWakeSuspendEvent()
|
D | platform_sensor.cc | 237 EventLoopManagerSingleton::get()->getEventLoop().postEventOrDie( in postSamplingStatusEvent() 259 EventLoopManagerSingleton::get()->getEventLoop().postEventOrDie( in postSensorBiasEvent() 274 Sensor *sensor = EventLoopManagerSingleton::get()->getSensorRequestManager() in updateSamplingStatus() 295 EventLoopManagerSingleton::get()->getSensorRequestManager() in updateSamplingStatus() 338 Sensor *sensor = EventLoopManagerSingleton::get()->getSensorRequestManager() in onSamplingStatusUpdate() 356 EventLoopManagerSingleton::get()->deferCallback( in onSamplingStatusUpdate() 369 EventLoopManagerSingleton::get()->getSensorRequestManager().handleSensorEvent( in onSensorDataEvent() 375 if (EventLoopManagerSingleton::isInitialized()) { in onHostWakeSuspendEvent() 376 EventLoopManagerSingleton::get()->getEventLoop() in onHostWakeSuspendEvent() 394 EventLoopManagerSingleton::get()->getEventLoop().postEventOrDie( in onSensorBiasEvent() [all …]
|
/system/chre/platform/slpi/smgr/ |
D | power_control_manager.cc | 63 EventLoopManagerSingleton::get()->getEventLoop() in apSuspendCallback() 66 EventLoopManagerSingleton::get()->getEventLoop().postEventOrDie( in apSuspendCallback() 69 EventLoopManagerSingleton::get()->getEventLoop().postEventOrDie( in apSuspendCallback()
|
/system/chre/platform/slpi/include/chre/platform/slpi/ |
D | power_control_util.h | 44 success = EventLoopManagerSingleton::get()->getEventLoop(). in slpiForceBigImage() 58 return EventLoopManagerSingleton::get()->getEventLoop(). in slpiRemoveBigImageVote()
|
/system/chre/apps/unload_tester/ |
D | unload_tester.cc | 40 EventLoop& eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in handleUnload() 87 EventLoopManagerSingleton::get()->deferCallback( in nanoappHandleEvent()
|