Searched refs:SystemCallbackType (Results 1 – 14 of 14) sorted by relevance
/system/chre/core/include/chre/core/ |
D | event_loop_manager.h | 42 enum class SystemCallbackType : uint16_t { enum 122 void deferCallback(SystemCallbackType type, void *data, in deferCallback()
|
/system/chre/platform/shared/ |
D | platform_sensor_util.cc | 65 SystemCallbackType::SensorLastEventUpdate, callbackData, callback); in updateLastEvent()
|
/system/chre/core/ |
D | wifi_request_manager.cc | 184 SystemCallbackType::WifiScanMonitorStateChange, cbState, callback); in handleScanMonitorStateChange() 210 SystemCallbackType::WifiRequestScanResponse, cbState, callback); in handleScanResponse() 236 SystemCallbackType::WifiHandleFailedRanging, error.eventData, errorCb); in handleRangingEvent() 245 SystemCallbackType::WifiHandleRangingEvent, event, successCb); in handleRangingEvent() 257 SystemCallbackType::WifiHandleScanEvent, event, callback); in handleScanEvent()
|
D | wwan_request_manager.cc | 61 SystemCallbackType::WwanHandleCellInfoResult, result, callback); in handleCellInfoResult()
|
D | audio_request_manager.cc | 122 SystemCallbackType::AudioHandleDataEvent, in handleAudioDataEvent() 147 SystemCallbackType::AudioAvailabilityChange, cbState, callback); in handleAudioAvailability()
|
D | timer_pool.cc | 201 SystemCallbackType::TimerPoolTick, timerPoolPtr, callback); in handleSystemTimerCallback()
|
D | host_comms_manager.cc | 144 SystemCallbackType::MessageToHostComplete, msgToHost, freeMsgCallback); in onMessageToHostComplete()
|
D | gnss_manager.cc | 107 SystemCallbackType::GnssSessionStatusChange, cbState, callback); in handleStatusChange()
|
/system/chre/apps/unload_tester/ |
D | unload_tester.cc | 88 SystemCallbackType::HandleUnloadNanoapp, nullptr, handleUnload); in nanoappHandleEvent()
|
/system/chre/platform/slpi/ |
D | init.cc | 109 chre::SystemCallbackType::PerformDebugDump, &debugDumpHandle, in onDebugDumpRequested()
|
D | host_link.cc | 696 SystemCallbackType::NanoappListResponse, cbData.ptr, in handleNanoappListRequest() 747 SystemCallbackType::FinishLoadingNanoapp, cbData.release(), in handleLoadNanoappRequest() 768 SystemCallbackType::HandleUnloadNanoapp, cbData, in handleUnloadNanoappRequest()
|
/system/chre/platform/android/ |
D | host_link.cc | 147 SystemCallbackType::NanoappListResponse, cbData.ptr, in handleNanoappListRequest()
|
/system/chre/platform/slpi/see/ |
D | platform_sensor.cc | 212 SystemCallbackType::SensorStatusUpdate, status.release(), callback); in onSamplingStatusUpdate()
|
/system/chre/platform/slpi/smgr/ |
D | platform_sensor.cc | 872 SystemCallbackType::SensorStatusUpdate, callbackData, callback); in handleSensorStatusMonitorIndication()
|