/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() 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()
|
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_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_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()
|
/system/chre/core/ |
D | wwan_request_manager.cc | 56 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()
|
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().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()
|
D | init.cc | 39 EventLoopManagerSingleton::init(); in init() 47 EventLoopManagerSingleton::deinit(); in deinit()
|
D | gnss_manager.cc | 104 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()
|
D | audio_request_manager.cc | 71 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/ |
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/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().postEvent( in onHostWakeSuspendEvent() 53 EventLoopManagerSingleton::get()->getAudioRequestManager() in onHostWakeSuspendEvent() 57 EventLoopManagerSingleton::get()->deferCallback( in onHostWakeSuspendEvent()
|
D | platform_sensor.cc | 222 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/ |
D | power_control_manager.cc | 63 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/ |
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()
|